Searched refs:ar9300_num_tx_pending (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c571 ar9300_num_tx_pending(struct ath_hal *ah, u_int q) function
639 if (ar9300_num_tx_pending(ah, q) == 0) {
666 if (ar9300_num_tx_pending(ah, q)) {
670 __func__, ar9300_num_tx_pending(ah, q), q);
701 while (ar9300_num_tx_pending(ah, q)) {
744 if (ar9300_num_tx_pending(ah, q) == 0) {
771 if (ar9300_num_tx_pending(ah, q)) {
775 __func__, ar9300_num_tx_pending(ah, q), q);
806 while (ar9300_num_tx_pending(ah, q)) {
914 if (!(ar9300_num_tx_pending(a
[all...]
H A Dar9300_beacon.c28 extern u_int32_t ar9300_num_tx_pending(struct ath_hal *ah, u_int q);
H A Dar9300_freebsd.c141 ah->ah_numTxPending = ar9300_num_tx_pending;
H A Dar9300desc.h506 extern u_int32_t ar9300_num_tx_pending(struct ath_hal *ah, u_int q);
H A Dar9300_reset.c45 extern u_int32_t ar9300_num_tx_pending(struct ath_hal *ah, u_int q);
1243 if (ar9300_num_tx_pending(ah, qnum)) {
1705 (ar9300_num_tx_pending(
H A Dar9300_attach.c226 ar9300_num_tx_pending, /* ah_num_tx_pending */

Completed in 138 milliseconds