Home
last modified time | relevance | path

Searched defs:vmdq (Results 1 – 14 of 14) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_vf.c315 s32 ixgbe_set_rar_vf(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq, in ixgbe_set_rar_vf()
359 u32 vmdq; in ixgbe_update_mc_addr_list_vf() local
H A Dixgbe_api.c893 s32 ixgbe_insert_mac_addr(struct ixgbe_hw *hw, u8 *addr, u32 vmdq) in ixgbe_insert_mac_addr()
910 s32 ixgbe_set_rar(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq, in ixgbe_set_rar()
936 s32 ixgbe_set_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq) in ixgbe_set_vmdq()
948 s32 ixgbe_set_vmdq_san_mac(struct ixgbe_hw *hw, u32 vmdq) in ixgbe_set_vmdq_san_mac()
960 s32 ixgbe_clear_vmdq(struct ixgbe_hw *hw, u32 rar, u32 vmdq) in ixgbe_clear_vmdq()
H A Dixgbe_common.c2345 s32 ixgbe_set_rar_generic(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq, in ixgbe_set_rar_generic()
2504 void ixgbe_add_uc_addr(struct ixgbe_hw *hw, u8 *addr, u32 vmdq) in ixgbe_add_uc_addr()
2552 u32 vmdq; in ixgbe_update_uc_addr_list_generic() local
2692 u32 vmdq; in ixgbe_update_mc_addr_list_generic() local
3683 s32 ixgbe_insert_mac_addr_generic(struct ixgbe_hw *hw, u8 *addr, u32 vmdq) in ixgbe_insert_mac_addr_generic()
3749 s32 ixgbe_clear_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq) in ixgbe_clear_vmdq_generic()
3803 s32 ixgbe_set_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq) in ixgbe_set_vmdq_generic()
3839 s32 ixgbe_set_vmdq_san_mac_generic(struct ixgbe_hw *hw, u32 vmdq) in ixgbe_set_vmdq_san_mac_generic()
H A Dixgbe_82598.c916 s32 ixgbe_set_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq) in ixgbe_set_vmdq_82598()
942 STATIC s32 ixgbe_clear_vmdq_82598(struct ixgbe_hw *hw, u32 rar, u32 vmdq) in ixgbe_clear_vmdq_82598()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_hw.c645 s32 txgbe_set_rar(struct txgbe_hw *hw, u32 index, u8 *addr, u32 vmdq, in txgbe_set_rar()
895 u32 vmdq; in txgbe_update_mc_addr_list() local
1565 s32 txgbe_clear_vmdq(struct txgbe_hw *hw, u32 rar, u32 vmdq) in txgbe_clear_vmdq()
1619 s32 txgbe_set_vmdq(struct txgbe_hw *hw, u32 rar, u32 vmdq) in txgbe_set_vmdq()
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_ethdev.c486 uint32_t index, uint32_t vmdq) in mlx4_mac_addr_add()
/f-stack/dpdk/drivers/net/octeontx/
H A Docteontx_ethdev.c813 __rte_unused uint32_t vmdq) in octeontx_dev_mac_addr_add()
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_ops.c1387 uint32_t vmdq) in fs_mac_addr_add()
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_ethdev.c2419 __rte_unused uint32_t vmdq) in hinic_mac_addr_add()
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.c3485 u8 **mc_addr_ptr, u32 *vmdq) in txgbe_dev_addr_list_itr()
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c3113 __rte_unused uint32_t index, uint32_t vmdq) in bond_ethdev_mac_addr_add()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.h1145 struct i40e_vmdq_info *vmdq; member
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c6824 u8 **mc_addr_ptr, u32 *vmdq) in ixgbe_dev_addr_list_itr()
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_type.h377 bool vmdq; member