Searched refs:BWI_TXRX_INTR_ERROR (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/bwi/
H A Dif_bwireg.h491 #define BWI_TXRX_INTR_ERROR (__BIT(15) | __BIT(14) | __BITS(12, 10)) macro
493 #define BWI_TXRX_TX_INTRS BWI_TXRX_INTR_ERROR
494 #define BWI_TXRX_RX_INTRS (BWI_TXRX_INTR_ERROR | BWI_TXRX_INTR_RX)
H A Dif_bwi.c1610 if (txrx_intr_status[i] & BWI_TXRX_INTR_ERROR) {

Completed in 167 milliseconds