Searched refs:san_mac_offset (Results 1 – 1 of 1) sorted by relevance
2752 u16 *san_mac_offset) in ixgbe_get_san_mac_addr_offset() argument2761 san_mac_offset); in ixgbe_get_san_mac_addr_offset()2781 u16 san_mac_data, san_mac_offset; in ixgbe_get_san_mac_addr_generic() local2789 ret_val = ixgbe_get_san_mac_addr_offset(hw, &san_mac_offset); in ixgbe_get_san_mac_addr_generic()2790 if (ret_val || san_mac_offset == 0 || san_mac_offset == 0xFFFF) in ixgbe_get_san_mac_addr_generic()2797 (hw->bus.func) ? (san_mac_offset += IXGBE_SAN_MAC_ADDR_PORT1_OFFSET) : in ixgbe_get_san_mac_addr_generic()2798 (san_mac_offset += IXGBE_SAN_MAC_ADDR_PORT0_OFFSET); in ixgbe_get_san_mac_addr_generic()2800 ret_val = hw->eeprom.ops.read(hw, san_mac_offset, in ixgbe_get_san_mac_addr_generic()2804 san_mac_offset); in ixgbe_get_san_mac_addr_generic()2809 san_mac_offset++; in ixgbe_get_san_mac_addr_generic()