Searched refs:IGC_RXD_STAT_DD (Results 1 – 2 of 2) sorted by relevance
438 if ((staterr & IGC_RXD_STAT_DD) == 0) in igc_isc_rxd_available()477 MPASS ((staterr & IGC_RXD_STAT_DD) != 0); in igc_isc_rxd_pkt_get()
82 #define IGC_RXD_STAT_DD 0x01 /* Descriptor Done */ macro