Searched refs:IGC_RXD_STAT_DD (Results 1 – 2 of 2) sorted by relevance
377 if (!(staterr & IGC_RXD_STAT_DD)) in igc_recv_pkts()525 if (!(staterr & IGC_RXD_STAT_DD)) in igc_recv_scattered_pkts()744 IGC_RXD_STAT_DD))) in eth_igc_rx_queue_count()752 (rxdp->wb.upper.status_error & IGC_RXD_STAT_DD)) { in eth_igc_rx_queue_count()777 if (*status & rte_cpu_to_le_32(IGC_RXD_STAT_DD)) in eth_igc_rx_descriptor_status()
85 #define IGC_RXD_STAT_DD 0x01 /* Descriptor Done */ macro