Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x540.c96 mac->ops.get_san_mac_addr = ixgbe_get_san_mac_addr_generic; in ixgbe_init_ops_X540()
268 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_X540()
H A Dixgbe_82599.c349 mac->ops.get_san_mac_addr = ixgbe_get_san_mac_addr_generic; in ixgbe_init_ops_82599()
1176 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_82599()
H A Dixgbe_api.c334 return ixgbe_call_func(hw, hw->mac.ops.get_san_mac_addr, in ixgbe_get_san_mac_addr()
H A Dixgbe_x550.c397 mac->ops.get_san_mac_addr = NULL; in ixgbe_init_ops_X550EM()
H A Dixgbe_type.h3663 s32 (*get_san_mac_addr)(struct ixgbe_hw *, u8 *); member