Home
last modified time | relevance | path

Searched refs:clear_vmdq (Results 1 – 15 of 15) sorted by relevance

/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x540.c80 mac->ops.clear_vmdq = ixgbe_clear_vmdq_generic; in ixgbe_init_ops_X540()
258 hw->mac.ops.clear_vmdq(hw, hw->mac.san_mac_rar_index, in ixgbe_reset_hw_X540()
H A Dixgbe_82599.c327 mac->ops.clear_vmdq = ixgbe_clear_vmdq_generic; in ixgbe_init_ops_82599()
1156 hw->mac.ops.clear_vmdq(hw, hw->mac.san_mac_rar_index, in ixgbe_reset_hw_82599()
H A Dixgbe_82598.c117 mac->ops.clear_vmdq = ixgbe_clear_vmdq_82598; in ixgbe_init_ops_82598()
H A Dixgbe_api.c962 return ixgbe_call_func(hw, hw->mac.ops.clear_vmdq, (hw, rar, vmdq), in ixgbe_clear_vmdq()
H A Dixgbe_common.c94 mac->ops.clear_vmdq = NULL; in ixgbe_init_ops_generic()
2422 hw->mac.ops.clear_vmdq(hw, index, IXGBE_CLEAR_VMDQ_ALL); in ixgbe_clear_rar_generic()
2470 hw->mac.ops.clear_vmdq(hw, 0, IXGBE_CLEAR_VMDQ_ALL); in ixgbe_init_rx_addrs_generic()
H A Dixgbe_type.h3977 s32 (*clear_vmdq)(struct ixgbe_hw *, u32, u32); member
/dpdk/drivers/net/ngbe/base/
H A Dngbe_hw.c538 hw->mac.clear_vmdq(hw, index, BIT_MASK32); in ngbe_clear_rar()
585 hw->mac.clear_vmdq(hw, 0, BIT_MASK32); in ngbe_init_rx_addrs()
1923 mac->clear_vmdq = ngbe_clear_vmdq; in ngbe_init_ops_pf()
H A Dngbe_dummy.h314 hw->mac.clear_vmdq = ngbe_mac_clear_vmdq_dummy; in ngbe_init_ops_dummy()
H A Dngbe_type.h296 s32 (*clear_vmdq)(struct ngbe_hw *hw, u32 rar, u32 vmdq); member
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.c650 hw->mac.clear_vmdq(hw, index, BIT_MASK32); in txgbe_clear_rar()
697 hw->mac.clear_vmdq(hw, 0, BIT_MASK32); in txgbe_init_rx_addrs()
2682 mac->clear_vmdq = txgbe_clear_vmdq; in txgbe_init_ops_pf()
3477 hw->mac.clear_vmdq(hw, hw->mac.san_mac_rar_index, in txgbe_reset_hw()
H A Dtxgbe_dummy.h597 hw->mac.clear_vmdq = txgbe_mac_clear_vmdq_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_type.h566 s32 (*clear_vmdq)(struct txgbe_hw *hw, u32 rar, u32 vmdq); member
/dpdk/drivers/net/ngbe/
H A Dngbe_pf.c167 hw->mac.clear_vmdq(hw, 0, BIT_MASK32); in ngbe_pf_host_configure()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c240 hw->mac.clear_vmdq(hw, 0, BIT_MASK32); in txgbe_pf_host_configure()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c246 hw->mac.ops.clear_vmdq(hw, 0, IXGBE_CLEAR_VMDQ_ALL); in ixgbe_pf_host_configure()