Searched refs:cw_max (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_mac_ctxt.c343 cmd->ac[txf].cw_max = htole16(ivp->queue_params[i].cw_max);
H A Dif_iwmvar.h390 uint16_t cw_max; member in struct:iwm_vap::__anon4665
H A Dif_iwmreg.h3431 * @cw_max: Contention window, max value in numbers of slots.
3442 * transmission retry. Device uses cw_max as a bit mask, ANDed with new CW
3447 uint16_t cw_max; member in struct:iwm_ac_qos
H A Dif_iwm.c6213 ivp->queue_params[aci].cw_max = IWM_EXP2(ac->wmep_logcwmax);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.c613 int cw_min, int cw_max, int burst_time)
618 cw_min, cw_max, burst_time);
612 hostapd_set_tx_queue_params(struct hostapd_data *hapd, int queue, int aifs, int cw_min, int cw_max, int burst_time) argument
H A Dap_drv_ops.h76 int cw_min, int cw_max, int burst_time);
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver.h3002 * @cw_max: cwMax
3006 int cw_max, int burst_time);

Completed in 289 milliseconds