Searched refs:ah_txq_status (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath5k/
H A Dqcu.c102 AR5K_Q_DISABLE_BITS(ah->ah_txq_status, queue);
258 * We use ah_txq_status to hold a temp value for
262 AR5K_Q_ENABLE_BITS(ah->ah_txq_status, queue);
492 ah->ah_txq_imr_txok &= ah->ah_txq_status;
493 ah->ah_txq_imr_txerr &= ah->ah_txq_status;
494 ah->ah_txq_imr_txurn &= ah->ah_txq_status;
495 ah->ah_txq_imr_txdesc &= ah->ah_txq_status;
496 ah->ah_txq_imr_txeol &= ah->ah_txq_status;
497 ah->ah_txq_imr_cbrorn &= ah->ah_txq_status;
498 ah->ah_txq_imr_cbrurn &= ah->ah_txq_status;
[all...]
H A Dath5k.h1386 u32 ah_txq_status; member in struct:ath5k_hw

Completed in 106 milliseconds