Home
last modified time | relevance | path

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 Ddefines.h203 #define E1000_CTRL_VME 0x40000000 /* IEEE VLAN mode enable */ macro
H A Dnetdev.c2810 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 Ddefines.h203 #define E1000_CTRL_VME 0x40000000 /* IEEE VLAN mode enable */ macro
H A Dnetdev.c2803 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 De1000_defines.h204 #define E1000_CTRL_VME 0x40000000 /* IEEE VLAN mode enable */ macro
H A Digb_main.c4564 /* 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 De1000_defines.h204 #define E1000_CTRL_VME 0x40000000 /* IEEE VLAN mode enable */ macro
H A Digb_main.c4650 /* 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 De1000_main.c1838 /* 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 De1000_hw.h1454 #define E1000_CTRL_VME 0x40000000 /* IEEE VLAN mode enable */ macro
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H A De1000_main.c1838 /* 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 De1000_hw.h1451 #define E1000_CTRL_VME 0x40000000 /* IEEE VLAN mode enable */ macro

Completed in 79 milliseconds