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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c2734 * @san_mac_offset: SAN MAC address offset
2741 u16 *san_mac_offset) ixgbe_get_san_mac_addr_offset()
2750 san_mac_offset); ixgbe_get_san_mac_addr_offset()
2770 u16 san_mac_data, san_mac_offset; ixgbe_get_san_mac_addr_generic() local
2778 ret_val = ixgbe_get_san_mac_addr_offset(hw, &san_mac_offset); ixgbe_get_san_mac_addr_generic()
2779 if (ret_val || san_mac_offset == 0 || san_mac_offset == 0xFFFF) ixgbe_get_san_mac_addr_generic()
2786 (hw->bus.func) ? (san_mac_offset += IXGBE_SAN_MAC_ADDR_PORT1_OFFSET) : ixgbe_get_san_mac_addr_generic()
2787 (san_mac_offset += IXGBE_SAN_MAC_ADDR_PORT0_OFFSET); ixgbe_get_san_mac_addr_generic()
2789 ret_val = hw->eeprom.ops.read(hw, san_mac_offset, ixgbe_get_san_mac_addr_generic()
2793 san_mac_offset); ixgbe_get_san_mac_addr_generic()
2798 san_mac_offset++; ixgbe_get_san_mac_addr_generic()
2740 ixgbe_get_san_mac_addr_offset(struct ixgbe_hw *hw, u16 *san_mac_offset) ixgbe_get_san_mac_addr_offset() argument

Completed in 51 milliseconds