Searched refs:vlanctrl (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/net/e1000/ |
| H A D | igb_pf.c | 133 uint32_t vlanctrl; in igb_pf_host_configure() local 177 vlanctrl = E1000_READ_REG(hw, E1000_RCTL); in igb_pf_host_configure() 178 vlanctrl |= E1000_RCTL_VFE ; /* enable vlan filters */ in igb_pf_host_configure() 179 E1000_WRITE_REG(hw, E1000_RCTL, vlanctrl); in igb_pf_host_configure()
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_pf.c | 215 uint32_t vlanctrl; in txgbe_pf_host_configure() local 277 vlanctrl = rd32(hw, TXGBE_VLANCTL); in txgbe_pf_host_configure() 278 vlanctrl |= TXGBE_VLANCTL_VFE; /* enable vlan filters */ in txgbe_pf_host_configure() 279 wr32(hw, TXGBE_VLANCTL, vlanctrl); in txgbe_pf_host_configure()
|
| H A D | txgbe_rxtx.c | 2932 uint32_t mrqc, vt_ctl, queue_mapping, vlanctrl; in txgbe_vmdq_dcb_configure() local 3001 vlanctrl = rd32(hw, TXGBE_VLANCTL); in txgbe_vmdq_dcb_configure() 3002 vlanctrl |= TXGBE_VLANCTL_VFE; /* enable vlan filters */ in txgbe_vmdq_dcb_configure() 3003 wr32(hw, TXGBE_VLANCTL, vlanctrl); in txgbe_vmdq_dcb_configure() 3216 uint32_t vlanctrl; in txgbe_dcb_rx_hw_config() local 3264 vlanctrl = rd32(hw, TXGBE_VLANCTL); in txgbe_dcb_rx_hw_config() 3265 vlanctrl |= TXGBE_VLANCTL_VFE; /* enable vlan filters */ in txgbe_dcb_rx_hw_config() 3266 wr32(hw, TXGBE_VLANCTL, vlanctrl); in txgbe_dcb_rx_hw_config() 3599 uint32_t mrqc, vt_ctl, vlanctrl; in txgbe_vmdq_rx_hw_configure() local 3629 vlanctrl = rd32(hw, TXGBE_VLANCTL); in txgbe_vmdq_rx_hw_configure() [all …]
|
| H A D | txgbe_ethdev.c | 1083 uint32_t vlanctrl = rd32(hw, TXGBE_VLANCTL); in txgbe_vmdq_vlan_hw_filter_enable() local 1085 vlanctrl |= TXGBE_VLANCTL_VFE; /* enable vlan filters */ in txgbe_vmdq_vlan_hw_filter_enable() 1086 wr32(hw, TXGBE_VLANCTL, vlanctrl); in txgbe_vmdq_vlan_hw_filter_enable()
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_pf.c | 220 uint32_t vlanctrl; in ixgbe_pf_host_configure() local 289 vlanctrl = IXGBE_READ_REG(hw, IXGBE_VLNCTRL); in ixgbe_pf_host_configure() 290 vlanctrl |= IXGBE_VLNCTRL_VFE; /* enable vlan filters */ in ixgbe_pf_host_configure() 291 IXGBE_WRITE_REG(hw, IXGBE_VLNCTRL, vlanctrl); in ixgbe_pf_host_configure()
|
| H A D | ixgbe_rxtx.c | 3648 uint32_t mrqc, vt_ctl, queue_mapping, vlanctrl; in ixgbe_vmdq_dcb_configure() local 3726 vlanctrl = IXGBE_READ_REG(hw, IXGBE_VLNCTRL); in ixgbe_vmdq_dcb_configure() 3727 vlanctrl |= IXGBE_VLNCTRL_VFE; /* enable vlan filters */ in ixgbe_vmdq_dcb_configure() 3728 IXGBE_WRITE_REG(hw, IXGBE_VLNCTRL, vlanctrl); in ixgbe_vmdq_dcb_configure() 3955 uint32_t vlanctrl; in ixgbe_dcb_rx_hw_config() local 4014 vlanctrl = IXGBE_READ_REG(hw, IXGBE_VLNCTRL); in ixgbe_dcb_rx_hw_config() 4015 vlanctrl |= IXGBE_VLNCTRL_VFE; /* enable vlan filters */ in ixgbe_dcb_rx_hw_config() 4016 IXGBE_WRITE_REG(hw, IXGBE_VLNCTRL, vlanctrl); in ixgbe_dcb_rx_hw_config() 4326 uint32_t mrqc, vt_ctl, vlanctrl; in ixgbe_vmdq_rx_hw_configure() local 4356 vlanctrl = IXGBE_READ_REG(hw, IXGBE_VLNCTRL); in ixgbe_vmdq_rx_hw_configure() [all …]
|
| H A D | ixgbe_ethdev.c | 2184 uint32_t vlanctrl = IXGBE_READ_REG(hw, IXGBE_VLNCTRL); in ixgbe_vmdq_vlan_hw_filter_enable() local 2186 vlanctrl |= IXGBE_VLNCTRL_VFE; /* enable vlan filters */ in ixgbe_vmdq_vlan_hw_filter_enable() 2187 IXGBE_WRITE_REG(hw, IXGBE_VLNCTRL, vlanctrl); in ixgbe_vmdq_vlan_hw_filter_enable()
|