Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dbwireg.h486 #define BWI_INTR_TX_DONE (1 << 29) macro
492 BWI_INTR_NOISE | BWI_INTR_RF_DISABLED | BWI_INTR_TX_DONE)
Dbwi.c828 if (intr_status & BWI_INTR_TX_DONE) { in bwi_softintr()