Home
last modified time | relevance | path

Searched refs:IXGBE_VLNCTRL_VFE (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c290 vlanctrl |= IXGBE_VLNCTRL_VFE; /* enable vlan filters */ in ixgbe_pf_host_configure()
H A Dixgbe_rxtx.c3727 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()
H A Dixgbe_ethdev.c1912 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()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_type.h2083 #define IXGBE_VLNCTRL_VFE 0x40000000 /* bit 30 */ macro