Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_defines.h105 #define IGC_RXDEXT_STATERR_RXE 0x80000000 macro
113 IGC_RXDEXT_STATERR_RXE)
H A Digc_txrx.c489 if (eop && ((staterr & IGC_RXDEXT_STATERR_RXE) != 0)) { in igc_isc_rxd_pkt_get()