Searched refs:IGC_RXD_STAT_EOP (Results 1 – 2 of 2) sorted by relevance
442 if (staterr & IGC_RXD_STAT_EOP) in igc_isc_rxd_available()486 eop = ((staterr & IGC_RXD_STAT_EOP) == IGC_RXD_STAT_EOP); in igc_isc_rxd_pkt_get()
83 #define IGC_RXD_STAT_EOP 0x02 /* End of Packet */ macro