Searched refs:tqi_cwmax (Results 1 – 8 of 8) sorted by relevance
226 if (qinfo->tqi_cwmax != ATH9K_TXQ_USEDEFAULT) { in ath9k_hw_set_txq_props()227 cw = min(qinfo->tqi_cwmax, 1024U); in ath9k_hw_set_txq_props()228 qi->tqi_cwmax = 1; in ath9k_hw_set_txq_props()229 while (qi->tqi_cwmax < cw) in ath9k_hw_set_txq_props()230 qi->tqi_cwmax = (qi->tqi_cwmax << 1) | 1; in ath9k_hw_set_txq_props()232 qi->tqi_cwmax = INIT_CWMAX; in ath9k_hw_set_txq_props()280 qinfo->tqi_cwmax = qi->tqi_cwmax; in ath9k_hw_get_txq_props()397 SM(qi->tqi_cwmax, AR_D_LCL_IFS_CWMAX) | in ath9k_hw_resettxqueue()747 qi.tqi_cwmax = 0; in ath9k_hw_beaconq_setup()
34 qi.tqi_cwmax = 0; in ath9k_htc_beaconq_config()52 qi.tqi_cwmax = qi_be.tqi_cwmax; in ath9k_htc_beaconq_config()
45 qi.tqi_cwmax = 0; in ath_beaconq_config()52 qi.tqi_cwmax = qi_be.tqi_cwmax; in ath_beaconq_config()
34 qi.tqi_cwmax = ATH9K_TXQ_USEDEFAULT; \199 qi.tqi_cwmax = qinfo->tqi_cwmax; in ath_htc_txq_update()
622 u32 tqi_cwmax; member
1341 qi.tqi_cwmax = ATH9K_TXQ_USEDEFAULT; in ath_txq_setup()1421 qi.tqi_cwmax = qinfo->tqi_cwmax; in ath_txq_update()
1373 qi.tqi_cwmax = params->cw_max; in ath9k_htc_conf_tx()
1833 qi.tqi_cwmax = params->cw_max; in ath9k_conf_tx()