Home
last modified time | relevance | path

Searched refs:BWI_INTR_TX_DONE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bwi/
H A Dif_bwireg.h479 #define BWI_INTR_TX_DONE __BIT(29) macro
485 BWI_INTR_NOISE | BWI_INTR_RF_DISABLED | BWI_INTR_TX_DONE)
H A Dif_bwi.c1637 if (intr_status & BWI_INTR_TX_DONE) { in bwi_intr()