Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_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()
490 ahp->ah_tx_err_interrupt_mask |= (1 << q); in ar9300_reset_tx_queue()
492 ahp->ah_tx_err_interrupt_mask &= ~(1 << q); in ar9300_reset_tx_queue()
HDar9300_interrupts.c570 if (ahp->ah_tx_err_interrupt_mask) {
HDar9300.h440 u_int32_t ah_tx_err_interrupt_mask; member