Searched refs:E1000_RXD_STAT_EOP (Results 1 – 13 of 13) sorted by relevance
16 #define E1000_RXD_STAT_EOP 0x02 /* End of Packet */ macro
334 if (!(staterr & E1000_RXD_STAT_EOP)) { in igbvf_clean_rx_irq()
53 #define E1000_RXD_STAT_EOP 0x02 /* End of Packet */ macro
969 if (unlikely(!(staterr & E1000_RXD_STAT_EOP))) in e1000_clean_rx_irq()977 if (staterr & E1000_RXD_STAT_EOP) in e1000_clean_rx_irq()1357 if (!(staterr & E1000_RXD_STAT_EOP)) in e1000_clean_rx_irq_ps()1363 if (staterr & E1000_RXD_STAT_EOP) in e1000_clean_rx_irq_ps()1554 if (unlikely((staterr & E1000_RXD_STAT_EOP) && in e1000_clean_jumbo_rx_irq()1566 if (!(staterr & E1000_RXD_STAT_EOP)) { in e1000_clean_jumbo_rx_irq()
86 #define E1000_RXD_STAT_EOP 0x02 /* End of Packet */ macro
8760 if (likely(igb_test_staterr(rx_desc, E1000_RXD_STAT_EOP))) in igb_is_non_eop()
839 #define E1000_RXD_STAT_EOP 0x02 /* End of Packet */ macro
974 desc.status |= E1000_RXD_STAT_EOP | E1000_RXD_STAT_IXSM; in e1000_receive_iov()978 desc.status &= ~E1000_RXD_STAT_EOP; in e1000_receive_iov()
1139 *status_flags |= E1000_RXD_STAT_EOP; in e1000e_build_rx_metadata()
1359 *status_flags |= E1000_RXD_STAT_EOP; in igb_build_rx_metadata_common()
4175 if (unlikely((status & E1000_RXD_STAT_EOP) && in e1000_clean_jumbo_rx_irq()4197 if (!(status & E1000_RXD_STAT_EOP)) { in e1000_clean_jumbo_rx_irq()4415 if (unlikely(!(status & E1000_RXD_STAT_EOP))) in e1000_clean_rx_irq()4422 if (status & E1000_RXD_STAT_EOP) in e1000_clean_rx_irq()
561 #define E1000_RXD_STAT_EOP 0x02 /* End of Packet */ macro
499 #define E1000_RXD_STAT_EOP 0x02 /* End of Packet */ macro