Searched refs:halTotalQueues (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_xmit.c91 if (q >= pCap->halTotalQueues) {
109 if (q >= pCap->halTotalQueues) {
137 q = pCap->halTotalQueues-1; /* highest priority */
144 q = pCap->halTotalQueues-2; /* next highest priority */
152 q = pCap->halTotalQueues-3; /* nextest highest priority */
160 for (q = 0; q < pCap->halTotalQueues; q++)
163 if (q == pCap->halTotalQueues) {
237 if (q >= pCap->halTotalQueues) {
277 if (q >= pCap->halTotalQueues) {
517 HALASSERT(q < AH_PRIVATE(ah)->ah_caps.halTotalQueues);
[all...]
H A Dar5212_attach.c863 pCap->halTotalQueues = val;
865 pCap->halTotalQueues = HAL_NUM_TX_QUEUES;
H A Dar5212_reset.c560 for (i = 0; i < AH_PRIVATE(ah)->ah_caps.halTotalQueues; i++)
743 for (qnum = 0; qnum < AH_PRIVATE(ah)->ah_caps.halTotalQueues; qnum++) {
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c102 if (q >= p_cap->halTotalQueues) {
119 if (q >= p_cap->halTotalQueues) {
149 q = p_cap->halTotalQueues - AH_TX_QUEUE_MINUS_OFFSET_BEACON;
153 q = p_cap->halTotalQueues - AH_TX_QUEUE_MINUS_OFFSET_CAB;
156 q = p_cap->halTotalQueues - AH_TX_QUEUE_MINUS_OFFSET_UAPSD;
159 q = p_cap->halTotalQueues - AH_TX_QUEUE_MINUS_OFFSET_PAPRD;
167 q < p_cap->halTotalQueues - AH_TX_QUEUE_MINUS_OFFSET_PAPRD;
174 if (q == p_cap->halTotalQueues - 3) {
254 if (q >= p_cap->halTotalQueues) {
293 if (q >= p_cap->halTotalQueues) {
[all...]
H A Dar9300_attach.c2801 p_cap->halTotalQueues = MS(cap_field, AR_EEPROM_EEPCAP_MAXQCU);
2803 p_cap->halTotalQueues = HAL_NUM_TX_QUEUES;
H A Dar9300_reset.c1706 ah, AH_PRIVATE(ah)->ah_caps.halTotalQueues - 1) != 0 ||
4999 for (i = 0; i < AH_PRIVATE(ah)->ah_caps.halTotalQueues; i++) {
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_xmit.c40 HALASSERT(q < AH_PRIVATE(ah)->ah_caps.halTotalQueues);
1140 q = pCap->halTotalQueues-1; /* highest priority */
1147 q = pCap->halTotalQueues-2; /* next highest priority */
1163 q = pCap->halTotalQueues-3; /* nextest highest priority */
1171 for (q = 0; q < pCap->halTotalQueues; q++)
1174 if (q == pCap->halTotalQueues) {
1253 if (q >= pCap->halTotalQueues) {
H A Dar5416_attach.c957 pCap->halTotalQueues = val;
959 pCap->halTotalQueues = HAL_NUM_TX_QUEUES;
H A Dar5416_reset.c327 for (i = 0; i < AH_PRIVATE(ah)->ah_caps.halTotalQueues; i++)
503 for (qnum = 0; qnum < AH_PRIVATE(ah)->ah_caps.halTotalQueues; qnum++) {
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c368 pCap->halTotalQueues = HAL_NUM_TX_QUEUES;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c503 pCap->halTotalQueues = HAL_NUM_TX_QUEUES;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c484 for (i = 0; i < AH_PRIVATE(ah)->ah_caps.halTotalQueues; i++)
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah_internal.h289 uint16_t halTotalQueues; member in struct:__anon4355
H A Dah.c626 *result = pCap->halTotalQueues;

Completed in 211 milliseconds