Searched refs:ixgbe_get_san_mac_addr_generic (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_common.h132 s32 ixgbe_get_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr);
H A Dixgbe_x540.c97 mac->ops.get_san_mac_addr = ixgbe_get_san_mac_addr_generic;
H A Dixgbe_82599.c350 mac->ops.get_san_mac_addr = ixgbe_get_san_mac_addr_generic;
H A Dixgbe_common.c3579 * ixgbe_get_san_mac_addr_generic - SAN MAC address retrieval from the EEPROM
3588 s32 ixgbe_get_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr) function
3594 DEBUGFUNC("ixgbe_get_san_mac_addr_generic");

Completed in 167 milliseconds