Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/wb/
H A Dif_wbreg.h104 #define WB_ISR_RX_ERR 0x00000010 macro
H A Dif_wb.c1136 if ((status & WB_ISR_RX_NOBUF) || (status & WB_ISR_RX_ERR)) { in wb_intr()
1139 if (status & WB_ISR_RX_ERR) in wb_intr()