Searched defs:ath9k_hw_numtxpending (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_mac.c151 ath9k_hw_numtxpending(struct ath_hal *ah, uint32_t q) function
205 if (ath9k_hw_numtxpending(ah, q) == 0)
210 if (ath9k_hw_numtxpending(ah, q)) {
213 __func__, ath9k_hw_numtxpending(ah, q), q));
237 while (ath9k_hw_numtxpending(ah, q)) {

Completed in 56 milliseconds