Searched refs:TXGBE_VLANCTL (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_pf.c | 277 vlanctrl = rd32(hw, TXGBE_VLANCTL); in txgbe_pf_host_configure() 279 wr32(hw, TXGBE_VLANCTL, vlanctrl); in txgbe_pf_host_configure()
|
| H A D | txgbe_ethdev.c | 828 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 D | txgbe_rxtx.c | 3001 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 D | txgbe_regs.h | 753 #define TXGBE_VLANCTL 0x015088 macro
|