Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_defines.h363 #define IGC_RXD_STAT_EOP 0x02 /* End of Packet */ macro
H A Digc_main.c2096 if (likely(igc_test_staterr(rx_desc, IGC_RXD_STAT_EOP))) in igc_is_non_eop()