Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dar5211.c847 (queue_info->tqi_subtype >= HAL_WME_AC_VI) && in ar5k_ar5211_setup_tx_queueprops()
848 (queue_info->tqi_subtype <= HAL_WME_UPSD)) in ar5k_ar5211_setup_tx_queueprops()
H A Dar5212.c1032 (queue_info->tqi_subtype >= HAL_WME_AC_VI) && in ar5k_ar5212_setup_tx_queueprops()
1033 (queue_info->tqi_subtype <= HAL_WME_UPSD)) in ar5k_ar5212_setup_tx_queueprops()
H A Dar5xxx.h158 HAL_TX_QUEUE_SUBTYPE tqi_subtype; member
H A Dath.c336 qinfo.tqi_subtype = i; /* should be mapped to WME types */ in ath_attach()