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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_xmit.c573 ar9300_num_tx_pending(struct ath_hal *ah, u_int q) function
641 if (ar9300_num_tx_pending(ah, q) == 0) {
668 if (ar9300_num_tx_pending(ah, q)) {
672 __func__, ar9300_num_tx_pending(ah, q), q);
703 while (ar9300_num_tx_pending(ah, q)) {
746 if (ar9300_num_tx_pending(ah, q) == 0) {
773 if (ar9300_num_tx_pending(ah, q)) {
777 __func__, ar9300_num_tx_pending(ah, q), q);
808 while (ar9300_num_tx_pending(ah, q)) {
916 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 Dar9300desc.h506 extern u_int32_t ar9300_num_tx_pending(struct ath_hal *ah, u_int q);
H A Dar9300_freebsd.c336 ah->ah_numTxPending = ar9300_num_tx_pending;
H A Dar9300_reset.c45 extern u_int32_t ar9300_num_tx_pending(struct ath_hal *ah, u_int q);
1266 if (ar9300_num_tx_pending(ah, qnum)) {
1728 (ar9300_num_tx_pending(
H A Dar9300_attach.c226 ar9300_num_tx_pending, /* ah_num_tx_pending */

Completed in 93 milliseconds