Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c277 vlanctrl = rd32(hw, TXGBE_VLANCTL); in txgbe_pf_host_configure()
279 wr32(hw, TXGBE_VLANCTL, vlanctrl); in txgbe_pf_host_configure()
H A Dtxgbe_ethdev.c828 wr32m(hw, TXGBE_VLANCTL, in txgbe_vlan_tpid_set()
853 wr32m(hw, TXGBE_VLANCTL, in txgbe_vlan_tpid_set()
884 vlnctrl = rd32(hw, TXGBE_VLANCTL); in txgbe_vlan_hw_filter_disable()
886 wr32(hw, TXGBE_VLANCTL, vlnctrl); in txgbe_vlan_hw_filter_disable()
900 vlnctrl = rd32(hw, TXGBE_VLANCTL); in txgbe_vlan_hw_filter_enable()
903 wr32(hw, TXGBE_VLANCTL, vlnctrl); in txgbe_vlan_hw_filter_enable()
1083 uint32_t vlanctrl = rd32(hw, TXGBE_VLANCTL); in txgbe_vmdq_vlan_hw_filter_enable()
1086 wr32(hw, TXGBE_VLANCTL, vlanctrl); in txgbe_vmdq_vlan_hw_filter_enable()
H A Dtxgbe_rxtx.c3001 vlanctrl = rd32(hw, TXGBE_VLANCTL); in txgbe_vmdq_dcb_configure()
3003 wr32(hw, TXGBE_VLANCTL, vlanctrl); in txgbe_vmdq_dcb_configure()
3264 vlanctrl = rd32(hw, TXGBE_VLANCTL); in txgbe_dcb_rx_hw_config()
3266 wr32(hw, TXGBE_VLANCTL, vlanctrl); in txgbe_dcb_rx_hw_config()
3546 wr32m(hw, TXGBE_VLANCTL, in txgbe_configure_port()
3629 vlanctrl = rd32(hw, TXGBE_VLANCTL); in txgbe_vmdq_rx_hw_configure()
3631 wr32(hw, TXGBE_VLANCTL, vlanctrl); in txgbe_vmdq_rx_hw_configure()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_regs.h753 #define TXGBE_VLANCTL 0x015088 macro