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

/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k_qcu.c78 * We use ah_txq_status to hold a temp value for
82 AR5K_Q_ENABLE_BITS(ah->ah_txq_status, 0);
95 AR5K_Q_DISABLE_BITS(ah->ah_txq_status, 0);
334 ah->ah_txq_imr_txok &= ah->ah_txq_status;
335 ah->ah_txq_imr_txerr &= ah->ah_txq_status;
336 ah->ah_txq_imr_txurn &= ah->ah_txq_status;
337 ah->ah_txq_imr_txdesc &= ah->ah_txq_status;
338 ah->ah_txq_imr_txeol &= ah->ah_txq_status;
339 ah->ah_txq_imr_cbrorn &= ah->ah_txq_status;
340 ah->ah_txq_imr_cbrurn &= ah->ah_txq_status;
[all...]
H A Dath5k.h1012 u32 ah_txq_status; member in struct:ath5k_hw

Completed in 323 milliseconds