Searched refs:E1000_CTRL_VME (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h221 #define E1000_CTRL_VME 0x40000000 /* IEEE VLAN mode enable */ macro
H A Dnetdev.c2827 ctrl &= ~E1000_CTRL_VME; e1000e_vlan_strip_disable()
2842 ctrl |= E1000_CTRL_VME; e1000e_vlan_strip_enable()
3184 /* Do not mess with E1000_CTRL_VME, it affects transmit as well, e1000_setup_rctl()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
H A De1000_defines.h201 #define E1000_CTRL_VME 0x40000000 /* IEEE VLAN mode enable */ macro
H A Digb_main.c3524 /* Do not mess with E1000_CTRL_VME, it affects transmit as well, igb_setup_rctl()
7230 ctrl |= E1000_CTRL_VME; igb_vlan_mode()
7240 ctrl &= ~E1000_CTRL_VME; igb_vlan_mode()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
H A De1000_main.c1842 /* Do not mess with E1000_CTRL_VME, it affects transmit as well, e1000_setup_rctl()
4893 ctrl |= E1000_CTRL_VME; __e1000_vlan_mode()
4896 ctrl &= ~E1000_CTRL_VME; __e1000_vlan_mode()
H A De1000_hw.h1479 #define E1000_CTRL_VME 0x40000000 /* IEEE VLAN mode enable */ macro

Completed in 469 milliseconds