Home
last modified time | relevance | path

Searched refs:cw_max (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_qcu.c103 u32 cw_min, cw_max, retry_lg, retry_sh; in ath5k_hw_reset_tx_queue() local
167 cw_max = ah->ah_cw_max = AR5K_TUNE_CWMAX; in ath5k_hw_reset_tx_queue()
173 cw_max = ah->ah_cw_max = AR5K_TUNE_CWMAX_XR; in ath5k_hw_reset_tx_queue()
179 cw_max = ah->ah_cw_max = AR5K_TUNE_CWMAX_11B; in ath5k_hw_reset_tx_queue()
189 cw_max = tq->tqi_cw_max < 0 ? (cw_max >> (-tq->tqi_cw_max)) : in ath5k_hw_reset_tx_queue()
190 ((cw_max << tq->tqi_cw_max) + (1 << tq->tqi_cw_max) - 1); in ath5k_hw_reset_tx_queue()
235 AR5K_REG_SM(cw_max, AR5K_DCU_LCL_IFS_CW_MAX) | in ath5k_hw_reset_tx_queue()
/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.c546 int cw_min, int cw_max, int burst_time) in hostapd_set_tx_queue_params() argument
551 cw_min, cw_max, burst_time); in hostapd_set_tx_queue_params()
Dap_drv_ops.h72 int cw_min, int cw_max, int burst_time);
/external/wpa_supplicant_8/src/drivers/
Ddriver.h2676 int cw_max, int burst_time);
Ddriver_nl80211.c5919 int cw_min, int cw_max, int burst_time) in i802_set_tx_queue_params() argument
5962 nla_put_u16(msg, NL80211_TXQ_ATTR_CWMAX, cw_max) || in i802_set_tx_queue_params()