Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x540.c136 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_X540()
832 .get_san_mac_addr = &ixgbe_get_san_mac_addr_generic,
Dixgbe_x550.c3899 .get_san_mac_addr = &ixgbe_get_san_mac_addr_generic,
3921 .get_san_mac_addr = NULL,
3943 .get_san_mac_addr = NULL,
3965 .get_san_mac_addr = NULL,
3986 .get_san_mac_addr = NULL,
Dixgbe_82599.c1055 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_82599()
2173 .get_san_mac_addr = &ixgbe_get_san_mac_addr_generic,
Dixgbe_type.h3413 s32 (*get_san_mac_addr)(struct ixgbe_hw *, u8 *); member