Home
last modified time | relevance | path

Searched refs:tqi_subtype (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath5k/
Dqcu.c168 qi->tqi_subtype = qinfo->tqi_subtype; in ath5k_hw_set_tx_queueprops()
186 ((qinfo->tqi_subtype == AR5K_WME_AC_VI) || in ath5k_hw_set_tx_queueprops()
187 (qinfo->tqi_subtype == AR5K_WME_AC_VO))) || in ath5k_hw_set_tx_queueprops()
228 queue = queue_info->tqi_subtype; in ath5k_hw_setup_tx_queue()
Dath5k.h654 enum ath5k_tx_queue_subtype tqi_subtype; member
Dbase.c1024 .tqi_subtype = subtype, in ath5k_txq_setup()
/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dmac.c213 qi->tqi_subtype = qinfo->tqi_subtype; in ath9k_hw_set_txq_props()
248 switch (qinfo->tqi_subtype) { in ath9k_hw_set_txq_props()
276 qinfo->tqi_subtype = qi->tqi_subtype; in ath9k_hw_get_txq_props()
314 q = qinfo->tqi_subtype; in ath9k_hw_setuptxqueue()
Dmac.h624 int tqi_subtype; member
Dhtc_drv_txrx.c31 qi.tqi_subtype = subtype_txq_to_hwq[subtype]; \
Dxmit.c1752 qi.tqi_subtype = subtype_txq_to_hwq[subtype]; in ath_txq_setup()