Home
last modified time | relevance | path

Searched refs:E1000_RXD_STAT_EOP (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Ddefines.h16 #define E1000_RXD_STAT_EOP 0x02 /* End of Packet */ macro
H A Dnetdev.c334 if (!(staterr & E1000_RXD_STAT_EOP)) { in igbvf_clean_rx_irq()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h53 #define E1000_RXD_STAT_EOP 0x02 /* End of Packet */ macro
H A Dnetdev.c969 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()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h86 #define E1000_RXD_STAT_EOP 0x02 /* End of Packet */ macro
H A Digb_main.c8760 if (likely(igb_test_staterr(rx_desc, E1000_RXD_STAT_EOP))) in igb_is_non_eop()
/openbmc/qemu/hw/net/
H A De1000x_regs.h839 #define E1000_RXD_STAT_EOP 0x02 /* End of Packet */ macro
H A De1000.c974 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()
H A De1000e_core.c1139 *status_flags |= E1000_RXD_STAT_EOP; in e1000e_build_rx_metadata()
H A Digb_core.c1359 *status_flags |= E1000_RXD_STAT_EOP; in igb_build_rx_metadata_common()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_main.c4175 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()
H A De1000_hw.h561 #define E1000_RXD_STAT_EOP 0x02 /* End of Packet */ macro
/openbmc/u-boot/drivers/net/
H A De1000.h499 #define E1000_RXD_STAT_EOP 0x02 /* End of Packet */ macro