Home
last modified time | relevance | path

Searched refs:BGE_RXBDFLAG_ERROR (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/netif/bge/
H A Dif_bgereg.h2356 #define BGE_RXBDFLAG_ERROR 0x0400 macro
H A Dif_bge.c3083 if (cur_rx->bge_flags & BGE_RXBDFLAG_ERROR) { in bge_rxeof()
3110 if (cur_rx->bge_flags & BGE_RXBDFLAG_ERROR) { in bge_rxeof()
/dragonfly/sys/dev/netif/bnx/
H A Dif_bnx.c2835 if (cur_rx->bge_flags & BGE_RXBDFLAG_ERROR) { in bnx_rxeof()