Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igbvf/
H A Ddefines.h18 #define E1000_RXD_STAT_VP 0x08 /* IEEE VLAN Packet */ macro
H A Dnetdev.c90 if (status & E1000_RXD_STAT_VP) { in igbvf_receive_skb()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h55 #define E1000_RXD_STAT_VP 0x08 /* IEEE VLAN Packet */ macro
H A Dnetdev.c562 if (staterr & E1000_RXD_STAT_VP) in e1000_receive_skb()
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h88 #define E1000_RXD_STAT_VP 0x08 /* IEEE VLAN Packet */ macro
H A Digb_main.c8829 igb_test_staterr(rx_desc, E1000_RXD_STAT_VP)) { in igb_process_skb_fields()
/openbmc/qemu/hw/net/
H A De1000x_regs.h841 #define E1000_RXD_STAT_VP 0x08 /* IEEE VLAN Packet */ macro
H A De1000.c930 vlan_status = E1000_RXD_STAT_VP; in e1000_receive_iov()
H A De1000e_core.c1146 *status_flags |= E1000_RXD_STAT_VP; in e1000e_build_rx_metadata()
H A Digb_core.c1366 *status_flags |= E1000_RXD_STAT_VP; in igb_build_rx_metadata_common()
/openbmc/u-boot/drivers/net/
H A De1000.h501 #define E1000_RXD_STAT_VP 0x08 /* IEEE VLAN Packet */ macro
1854 (((status) & E1000_RXD_STAT_VP) ? \
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h563 #define E1000_RXD_STAT_VP 0x08 /* IEEE VLAN Packet */ macro
2456 (((status) & E1000_RXD_STAT_VP) ? \
H A De1000_main.c4003 if (status & E1000_RXD_STAT_VP) { in e1000_receive_skb()
4281 if (status & E1000_RXD_STAT_VP) { in e1000_clean_jumbo_rx_irq()