Searched refs:IXGBE_VLNCTRL_VFE (Results 1 – 4 of 4) sorted by relevance
290 vlanctrl |= IXGBE_VLNCTRL_VFE; /* enable vlan filters */ in ixgbe_pf_host_configure()
3727 vlanctrl |= IXGBE_VLNCTRL_VFE; /* enable vlan filters */ in ixgbe_vmdq_dcb_configure()4015 vlanctrl |= IXGBE_VLNCTRL_VFE; /* enable vlan filters */ in ixgbe_dcb_rx_hw_config()4357 vlanctrl |= IXGBE_VLNCTRL_VFE; /* enable vlan filters */ in ixgbe_vmdq_rx_hw_configure()
1912 vlnctrl &= ~IXGBE_VLNCTRL_VFE; in ixgbe_vlan_hw_filter_disable()1932 vlnctrl |= IXGBE_VLNCTRL_VFE; in ixgbe_vlan_hw_filter_enable()2186 vlanctrl |= IXGBE_VLNCTRL_VFE; /* enable vlan filters */ in ixgbe_vmdq_vlan_hw_filter_enable()
2083 #define IXGBE_VLNCTRL_VFE 0x40000000 /* bit 30 */ macro