Home
last modified time | relevance | path

Searched refs:set_san_mac_addr (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h449 s32 (*set_san_mac_addr)(struct txgbe_hw *hw, u8 *san_mac_addr); member
H A Dtxgbe_dummy.h561 hw->mac.set_san_mac_addr = txgbe_mac_set_san_mac_addr_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_hw.c2813 mac->set_san_mac_addr = txgbe_set_san_mac_addr; in txgbe_init_ops_pf()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x540.c67 mac->ops.set_san_mac_addr = ixgbe_set_san_mac_addr_generic; in ixgbe_init_ops_X540()
H A Dixgbe_api.c343 return ixgbe_call_func(hw, hw->mac.ops.set_san_mac_addr, in ixgbe_set_san_mac_addr()
H A Dixgbe_82599.c317 mac->ops.set_san_mac_addr = ixgbe_set_san_mac_addr_generic; in ixgbe_init_ops_82599()
H A Dixgbe_type.h3929 s32 (*set_san_mac_addr)(struct ixgbe_hw *, u8 *); member
H A Dixgbe_x550.c599 mac->ops.set_san_mac_addr = NULL; in ixgbe_init_ops_X550EM()