Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Digc_defines.h86 #define IGC_RXD_STAT_EOP 0x02 /* End of Packet */ macro
H A Dif_igc.c1346 eop = ((staterr & IGC_RXD_STAT_EOP) == IGC_RXD_STAT_EOP); in igc_rxeof()