Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c143 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_X540()
839 .get_san_mac_addr = &ixgbe_get_san_mac_addr_generic,
H A Dixgbe_x550.c3853 .get_san_mac_addr = &ixgbe_get_san_mac_addr_generic,
3875 .get_san_mac_addr = NULL,
3897 .get_san_mac_addr = NULL,
3919 .get_san_mac_addr = NULL,
3940 .get_san_mac_addr = NULL,
H A Dixgbe_82599.c1057 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_82599()
2176 .get_san_mac_addr = &ixgbe_get_san_mac_addr_generic,
H A Dixgbe_type.h3458 int (*get_san_mac_addr)(struct ixgbe_hw *, u8 *); member