Searched refs:cw_min (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 166 cw_min = ah->ah_cw_min = AR5K_TUNE_CWMIN; in ath5k_hw_reset_tx_queue() 172 cw_min = ah->ah_cw_min = AR5K_TUNE_CWMIN_XR; in ath5k_hw_reset_tx_queue() 178 cw_min = ah->ah_cw_min = AR5K_TUNE_CWMIN_11B; in ath5k_hw_reset_tx_queue() 183 cw_min = 1; in ath5k_hw_reset_tx_queue() 184 while (cw_min < ah->ah_cw_min) in ath5k_hw_reset_tx_queue() 185 cw_min = (cw_min << 1) | 1; in ath5k_hw_reset_tx_queue() 187 cw_min = tq->tqi_cw_min < 0 ? (cw_min >> (-tq->tqi_cw_min)) : in ath5k_hw_reset_tx_queue() 188 ((cw_min << tq->tqi_cw_min) + (1 << tq->tqi_cw_min) - 1); in ath5k_hw_reset_tx_queue() 208 (cw_min << AR5K_NODCU_RETRY_LMT_CW_MIN_S) in ath5k_hw_reset_tx_queue() [all …]
|
/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 | 2675 int (*set_tx_queue_params)(void *priv, int queue, int aifs, int cw_min,
|
D | driver_nl80211.c | 5919 int cw_min, int cw_max, int burst_time) in i802_set_tx_queue_params() argument 5961 nla_put_u16(msg, NL80211_TXQ_ATTR_CWMIN, cw_min) || in i802_set_tx_queue_params()
|