Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x540.c66 mac->ops.get_san_mac_addr = ixgbe_get_san_mac_addr_generic; in ixgbe_init_ops_X540()
247 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_X540()
H A Dixgbe_82599.c316 mac->ops.get_san_mac_addr = ixgbe_get_san_mac_addr_generic; in ixgbe_init_ops_82599()
1145 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_82599()
H A Dixgbe_api.c330 return ixgbe_call_func(hw, hw->mac.ops.get_san_mac_addr, in ixgbe_get_san_mac_addr()
H A Dixgbe_type.h3928 s32 (*get_san_mac_addr)(struct ixgbe_hw *, u8 *); member
H A Dixgbe_x550.c598 mac->ops.get_san_mac_addr = NULL; in ixgbe_init_ops_X550EM()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h448 s32 (*get_san_mac_addr)(struct txgbe_hw *hw, u8 *san_mac_addr); member
H A Dtxgbe_dummy.h560 hw->mac.get_san_mac_addr = txgbe_mac_get_san_mac_addr_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_hw.c2812 mac->get_san_mac_addr = txgbe_get_san_mac_addr; in txgbe_init_ops_pf()
3627 hw->mac.get_san_mac_addr(hw, hw->mac.san_addr); in txgbe_reset_hw()