Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ixgbe/
Dixgbe_x540.c97 mac->ops.get_san_mac_addr = ixgbe_get_san_mac_addr_generic; in ixgbe_init_ops_X540()
282 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_X540()
Dixgbe_82599.c350 mac->ops.get_san_mac_addr = ixgbe_get_san_mac_addr_generic; in ixgbe_init_ops_82599()
1186 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_82599()
Dixgbe_api.c363 return ixgbe_call_func(hw, hw->mac.ops.get_san_mac_addr, in ixgbe_get_san_mac_addr()
Dixgbe_type.h3960 s32 (*get_san_mac_addr)(struct ixgbe_hw *, u8 *); member
Dixgbe_x550.c634 mac->ops.get_san_mac_addr = NULL; in ixgbe_init_ops_X550EM()