Home
last modified time | relevance | path

Searched refs:ar5211NumTxPending (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_xmit.c454 ar5211NumTxPending(struct ath_hal *ah, u_int q) in ar5211NumTxPending() function
485 if (ar5211NumTxPending(ah, q) == 0) in ar5211StopTxDma()
Dar5211.h185 extern uint32_t ar5211NumTxPending(struct ath_hal *, u_int qnum);
Dar5211_attach.c68 .ah_numTxPending = ar5211NumTxPending,