Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c229 ahp->ah_tx_ok_interrupt_mask, in set_tx_q_interrupts()
235 SM(ahp->ah_tx_ok_interrupt_mask, AR_IMR_S0_QCU_TXOK)); in set_tx_q_interrupts()
268 ahp->ah_tx_ok_interrupt_mask &= ~(1 << q); in ar9300_release_tx_queue()
510 ahp->ah_tx_ok_interrupt_mask |= (1 << q); in ar9300_reset_tx_queue()
512 ahp->ah_tx_ok_interrupt_mask &= ~(1 << q); in ar9300_reset_tx_queue()
H A Dar9300_interrupts.c568 } else if (ahp->ah_tx_ok_interrupt_mask) {
H A Dar9300.h427 u_int32_t ah_tx_ok_interrupt_mask; member