Home
last modified time | relevance | path

Searched refs:ixgbe_get_mac_addr_generic (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h17 int ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr);
H A Dixgbe_x540.c838 .get_mac_addr = &ixgbe_get_mac_addr_generic,
H A Dixgbe_82598.c1123 .get_mac_addr = &ixgbe_get_mac_addr_generic,
H A Dixgbe_82599.c2175 .get_mac_addr = &ixgbe_get_mac_addr_generic,
H A Dixgbe_e610.c2588 .get_mac_addr = ixgbe_get_mac_addr_generic,
H A Dixgbe_x550.c3808 .get_mac_addr = &ixgbe_get_mac_addr_generic, \
H A Dixgbe_common.c610 int ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr) in ixgbe_get_mac_addr_generic() function