Home
last modified time | relevance | path

Searched refs:cw_min (Results 1 – 6 of 6) 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
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/perfetto/src/ftrace_reader/test/data/android_flounder_lte_LRX16F_3.10.40/events/mac80211/drv_conf_tx/
Dformat16 field:u16 cw_min; offset:68; size:2; signed:0;
/external/wpa_supplicant_8/src/ap/
Dap_drv_ops.c588 int cw_min, int cw_max, int burst_time) in hostapd_set_tx_queue_params() argument
593 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.h2829 int (*set_tx_queue_params)(void *priv, int queue, int aifs, int cw_min,
Ddriver_nl80211.c6083 int cw_min, int cw_max, int burst_time) in i802_set_tx_queue_params() argument
6125 nla_put_u16(msg, NL80211_TXQ_ATTR_CWMIN, cw_min) || in i802_set_tx_queue_params()