Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c230 ahp->ah_tx_err_interrupt_mask, in set_tx_q_interrupts()
237 SM(ahp->ah_tx_err_interrupt_mask, AR_IMR_S1_QCU_TXERR) in set_tx_q_interrupts()
269 ahp->ah_tx_err_interrupt_mask &= ~(1 << q); in ar9300_release_tx_queue()
515 ahp->ah_tx_err_interrupt_mask |= (1 << q); in ar9300_reset_tx_queue()
517 ahp->ah_tx_err_interrupt_mask &= ~(1 << q); in ar9300_reset_tx_queue()
H A Dar9300_interrupts.c572 if (ahp->ah_tx_err_interrupt_mask) {
H A Dar9300.h428 u_int32_t ah_tx_err_interrupt_mask; member