Home
last modified time | relevance | path

Searched refs:set_uc_addr (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_hv_vf.c224 hw->mac.ops.set_uc_addr = ixgbevf_hv_set_uc_addr_vf; in ixgbevf_hv_init_ops_vf()
H A Dixgbe_vf.c43 hw->mac.ops.set_uc_addr = ixgbevf_set_uc_addr_vf; in ixgbe_init_ops_vf()
H A Dixgbe_type.h3972 s32 (*set_uc_addr)(struct ixgbe_hw *, u32, u8 *); member
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_vf.c37 mac->set_uc_addr = txgbevf_set_uc_addr_vf; in txgbe_init_ops_vf()
H A Dtxgbe_dummy.h594 hw->mac.set_uc_addr = txgbe_mac_set_uc_addr_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_type.h563 s32 (*set_uc_addr)(struct txgbe_hw *hw, u32 index, u8 *addr); member