Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/ethernet/intel/igbvf/
Ddefines.h42 #define E1000_RXD_STAT_VP 0x08 /* IEEE VLAN Packet */ macro
Dnetdev.c105 if (status & E1000_RXD_STAT_VP) { in igbvf_receive_skb()
/linux-3.3/drivers/net/ethernet/intel/igb/
De1000_defines.h83 #define E1000_RXD_STAT_VP 0x08 /* IEEE VLAN Packet */ macro
Digb_main.c5999 if (igb_test_staterr(rx_desc, E1000_RXD_STAT_VP)) { in igb_rx_vlan()
/linux-3.3/drivers/net/ethernet/intel/e1000e/
Ddefines.h96 #define E1000_RXD_STAT_VP 0x08 /* IEEE VLAN Packet */ macro
Dnetdev.c482 if (status & E1000_RXD_STAT_VP) in e1000_receive_skb()
/linux-3.3/drivers/net/ethernet/intel/e1000/
De1000_hw.h593 #define E1000_RXD_STAT_VP 0x08 /* IEEE VLAN Packet */ macro
2476 (((status) & E1000_RXD_STAT_VP) ? \
De1000_main.c3755 if (status & E1000_RXD_STAT_VP) { in e1000_receive_skb()