Searched refs:tqi_cw_max (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | qcu.c | 177 qi->tqi_cw_max = ath5k_cw_validate(qinfo->tqi_cw_max); in ath5k_hw_set_tx_queueprops() 342 AR5K_REG_SM(tq->tqi_cw_max, AR5K_DCU_LCL_IFS_CW_MAX) | in ath5k_hw_reset_tx_queue()
|
H A D | base.c | 984 .tqi_cw_max = AR5K_TUNE_CWMAX in ath5k_txq_setup() 1033 .tqi_cw_max = AR5K_TUNE_CWMAX, in ath5k_beaconq_setup() 1059 qi.tqi_cw_max = 0; in ath5k_beaconq_config() 1066 qi.tqi_cw_max = 2 * AR5K_TUNE_CWMIN; in ath5k_beaconq_config() 1070 "beacon queueprops tqi_aifs:%d tqi_cw_min:%d tqi_cw_max:%d\n", in ath5k_beaconq_config() 1071 qi.tqi_aifs, qi.tqi_cw_min, qi.tqi_cw_max); in ath5k_beaconq_config()
|
H A D | mac80211-ops.c | 590 qi.tqi_cw_max = params->cw_max; in ath5k_conf_tx()
|
H A D | ath5k.h | 648 * @tqi_cw_max: Maximum Contention Window 658 u16 tqi_cw_max; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | qcu.c | 177 qi->tqi_cw_max = ath5k_cw_validate(qinfo->tqi_cw_max); in ath5k_hw_set_tx_queueprops() 342 AR5K_REG_SM(tq->tqi_cw_max, AR5K_DCU_LCL_IFS_CW_MAX) | in ath5k_hw_reset_tx_queue()
|
H A D | base.c | 1029 .tqi_cw_max = AR5K_TUNE_CWMAX in ath5k_txq_setup() 1078 .tqi_cw_max = AR5K_TUNE_CWMAX, in ath5k_beaconq_setup() 1104 qi.tqi_cw_max = 0; in ath5k_beaconq_config() 1111 qi.tqi_cw_max = 2 * AR5K_TUNE_CWMIN; in ath5k_beaconq_config() 1115 "beacon queueprops tqi_aifs:%d tqi_cw_min:%d tqi_cw_max:%d\n", in ath5k_beaconq_config() 1116 qi.tqi_aifs, qi.tqi_cw_min, qi.tqi_cw_max); in ath5k_beaconq_config()
|
H A D | mac80211-ops.c | 591 qi.tqi_cw_max = params->cw_max; in ath5k_conf_tx()
|
H A D | ath5k.h | 648 * @tqi_cw_max: Maximum Contention Window 658 u16 tqi_cw_max; member
|
Completed in 20 milliseconds