Searched refs:E1000_CTRL_VME (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
H A D | defines.h | 203 #define E1000_CTRL_VME 0x40000000 /* IEEE VLAN mode enable */ macro
|
H A D | netdev.c | 2810 ctrl &= ~E1000_CTRL_VME; in e1000e_vlan_strip_disable() 2825 ctrl |= E1000_CTRL_VME; in e1000e_vlan_strip_enable() 3179 /* Do not mess with E1000_CTRL_VME, it affects transmit as well, in e1000_setup_rctl()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/ |
H A D | defines.h | 203 #define E1000_CTRL_VME 0x40000000 /* IEEE VLAN mode enable */ macro
|
H A D | netdev.c | 2803 ctrl &= ~E1000_CTRL_VME; in e1000e_vlan_strip_disable() 2818 ctrl |= E1000_CTRL_VME; in e1000e_vlan_strip_enable() 3172 /* Do not mess with E1000_CTRL_VME, it affects transmit as well, in e1000_setup_rctl()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
H A D | e1000_defines.h | 204 #define E1000_CTRL_VME 0x40000000 /* IEEE VLAN mode enable */ macro
|
H A D | igb_main.c | 4564 /* Do not mess with E1000_CTRL_VME, it affects transmit as well, in igb_setup_rctl() 9060 ctrl |= E1000_CTRL_VME; in igb_vlan_mode() 9070 ctrl &= ~E1000_CTRL_VME; in igb_vlan_mode()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/ |
H A D | e1000_defines.h | 204 #define E1000_CTRL_VME 0x40000000 /* IEEE VLAN mode enable */ macro
|
H A D | igb_main.c | 4650 /* Do not mess with E1000_CTRL_VME, it affects transmit as well, in igb_setup_rctl() 9238 ctrl |= E1000_CTRL_VME; in igb_vlan_mode() 9248 ctrl &= ~E1000_CTRL_VME; in igb_vlan_mode()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 1838 /* Do not mess with E1000_CTRL_VME, it affects transmit as well, in e1000_setup_rctl() 4896 ctrl |= E1000_CTRL_VME; in __e1000_vlan_mode() 4899 ctrl &= ~E1000_CTRL_VME; in __e1000_vlan_mode()
|
H A D | e1000_hw.h | 1454 #define E1000_CTRL_VME 0x40000000 /* IEEE VLAN mode enable */ macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 1838 /* Do not mess with E1000_CTRL_VME, it affects transmit as well, in e1000_setup_rctl() 4894 ctrl |= E1000_CTRL_VME; in __e1000_vlan_mode() 4897 ctrl &= ~E1000_CTRL_VME; in __e1000_vlan_mode()
|
H A D | e1000_hw.h | 1451 #define E1000_CTRL_VME 0x40000000 /* IEEE VLAN mode enable */ macro
|
Completed in 79 milliseconds