Searched refs:cw_max (Results 1 – 5 of 5) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ath5k/ |
D | ath5k_qcu.c | 103 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/ |
D | ap_drv_ops.c | 546 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()
|
D | ap_drv_ops.h | 72 int cw_min, int cw_max, int burst_time);
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 2676 int cw_max, int burst_time);
|
D | driver_nl80211.c | 5919 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()
|