Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_hv_vf.c223 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
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h492 s32 (*set_uc_addr)(struct txgbe_hw *hw, u32 index, u8 *addr); member
H A Dtxgbe_dummy.h589 hw->mac.set_uc_addr = txgbe_mac_set_uc_addr_dummy; in txgbe_init_ops_dummy()