Searched refs:san_mac_addr (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.h65 int ixgbe_get_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr);
H A Dixgbe_common.c2845 * @san_mac_addr: SAN MAC address
2852 int ixgbe_get_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr) argument
2880 san_mac_addr[i * 2] = (u8)(san_mac_data);
2881 san_mac_addr[i * 2 + 1] = (u8)(san_mac_data >> 8);
2891 san_mac_addr[i] = 0xFF;

Completed in 114 milliseconds