Searched refs:tqi_cwmax (Results 1 – 8 of 8) sorted by relevance
227 if (qinfo->tqi_cwmax != ATH9K_TXQ_USEDEFAULT) { in ath9k_hw_set_txq_props()228 cw = min(qinfo->tqi_cwmax, 1024U); in ath9k_hw_set_txq_props()229 qi->tqi_cwmax = 1; in ath9k_hw_set_txq_props()230 while (qi->tqi_cwmax < cw) in ath9k_hw_set_txq_props()231 qi->tqi_cwmax = (qi->tqi_cwmax << 1) | 1; in ath9k_hw_set_txq_props()233 qi->tqi_cwmax = INIT_CWMAX; in ath9k_hw_set_txq_props()281 qinfo->tqi_cwmax = qi->tqi_cwmax; in ath9k_hw_get_txq_props()392 SM(qi->tqi_cwmax, AR_D_LCL_IFS_CWMAX) | in ath9k_hw_resettxqueue()749 qi.tqi_cwmax = 0; in ath9k_hw_beaconq_setup()
35 qi.tqi_cwmax = 0; in ath9k_htc_beaconq_config()53 qi.tqi_cwmax = qi_be.tqi_cwmax; in ath9k_htc_beaconq_config()
47 qi.tqi_cwmax = 0; in ath9k_beaconq_config()57 qi.tqi_cwmax = qi_be.tqi_cwmax; in ath9k_beaconq_config()
34 qi.tqi_cwmax = ATH9K_TXQ_USEDEFAULT; \199 qi.tqi_cwmax = qinfo->tqi_cwmax; in ath_htc_txq_update()
631 u32 tqi_cwmax; member
1773 qi.tqi_cwmax = ATH9K_TXQ_USEDEFAULT; in ath_txq_setup()1841 qi.tqi_cwmax = qinfo->tqi_cwmax; in ath_txq_update()
1390 qi.tqi_cwmax = params->cw_max; in ath9k_htc_conf_tx()
1737 qi.tqi_cwmax = params->cw_max; in ath9k_conf_tx()