Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_x540.c97 mac->ops.get_san_mac_addr = ixgbe_get_san_mac_addr_generic; in ixgbe_init_ops_X540()
283 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_X540()
H A Dixgbe_82599.c350 mac->ops.get_san_mac_addr = ixgbe_get_san_mac_addr_generic; in ixgbe_init_ops_82599()
1203 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_82599()
H A Dixgbe_api.c362 return ixgbe_call_func(hw, hw->mac.ops.get_san_mac_addr, in ixgbe_get_san_mac_addr()
H A Dixgbe_type.h4021 s32 (*get_san_mac_addr)(struct ixgbe_hw *, u8 *); member
H A Dixgbe_x550.c632 mac->ops.get_san_mac_addr = NULL; in ixgbe_init_ops_X550EM()