Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/igbvf/
A Ddefines.h18 #define E1000_RXD_STAT_VP 0x08 /* IEEE VLAN Packet */ macro
A Dnetdev.c90 if (status & E1000_RXD_STAT_VP) { in igbvf_receive_skb()
/linux-6.3-rc2/drivers/net/ethernet/intel/e1000e/
A Ddefines.h55 #define E1000_RXD_STAT_VP 0x08 /* IEEE VLAN Packet */ macro
A Dnetdev.c563 if (staterr & E1000_RXD_STAT_VP) in e1000_receive_skb()
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A De1000_defines.h88 #define E1000_RXD_STAT_VP 0x08 /* IEEE VLAN Packet */ macro
A Digb_main.c8778 igb_test_staterr(rx_desc, E1000_RXD_STAT_VP)) { in igb_process_skb_fields()
/linux-6.3-rc2/drivers/net/ethernet/intel/e1000/
A De1000_hw.h566 #define E1000_RXD_STAT_VP 0x08 /* IEEE VLAN Packet */ macro
2459 (((status) & E1000_RXD_STAT_VP) ? \
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()

Completed in 78 milliseconds