Home
last modified time | relevance | path

Searched refs:ixgbevf_set_uc_addr_vf (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_vf.h104 s32 ixgbevf_set_uc_addr_vf(struct ixgbe_hw *hw, u32 index, u8 *addr);
H A Dixgbe_vf.c43 hw->mac.ops.set_uc_addr = ixgbevf_set_uc_addr_vf; in ixgbe_init_ops_vf()
494 s32 ixgbevf_set_uc_addr_vf(struct ixgbe_hw *hw, u32 index, u8 *addr) in ixgbevf_set_uc_addr_vf() function
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c6277 diag = ixgbevf_set_uc_addr_vf(hw, 2, mac_addr->addr_bytes); in ixgbevf_add_mac_addr()
6307 (void) ixgbevf_set_uc_addr_vf(hw, 0, NULL); in ixgbevf_remove_mac_addr()
6325 diag = ixgbevf_set_uc_addr_vf(hw, 2, mac_addr->addr_bytes); in ixgbevf_remove_mac_addr()