Searched refs:IGC_RXD_STAT_EOP (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pci/ | ||
H A D | igc_defines.h | 86 #define IGC_RXD_STAT_EOP 0x02 /* End of Packet */ macro |
H A D | if_igc.c | 1346 eop = ((staterr & IGC_RXD_STAT_EOP) == IGC_RXD_STAT_EOP); in igc_rxeof() |