Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwnreg.h264 #define BWN_INTR_TX_OK 0x20000000 macro
270 BWN_INTR_UCODE_DEBUG | BWN_INTR_RFKILL | BWN_INTR_TX_OK)
H A Dif_bwn.c5142 if (mac->mac_reason_intr & BWN_INTR_TX_OK) { in bwn_intrtask()