Searched refs:get_san_mac_addr (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_x540.c | 136 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,
|
D | ixgbe_x550.c | 3851 .get_san_mac_addr = &ixgbe_get_san_mac_addr_generic, 3873 .get_san_mac_addr = NULL, 3895 .get_san_mac_addr = NULL, 3917 .get_san_mac_addr = NULL, 3938 .get_san_mac_addr = NULL,
|
D | ixgbe_82599.c | 1057 hw->mac.ops.get_san_mac_addr(hw, hw->mac.san_addr); in ixgbe_reset_hw_82599() 2175 .get_san_mac_addr = &ixgbe_get_san_mac_addr_generic,
|
D | ixgbe_type.h | 3415 int (*get_san_mac_addr)(struct ixgbe_hw *, u8 *); member
|