Lines Matching refs:data_offset
1114 u16 list_offset, data_offset; in ixgbe_reset_phy_nl() local
1149 &data_offset); in ixgbe_reset_phy_nl()
1153 ret_val = hw->eeprom.ops.read(hw, data_offset, &block_crc); in ixgbe_reset_phy_nl()
1154 data_offset++; in ixgbe_reset_phy_nl()
1159 ret_val = hw->eeprom.ops.read(hw, data_offset, &eword); in ixgbe_reset_phy_nl()
1167 data_offset++; in ixgbe_reset_phy_nl()
1173 data_offset++; in ixgbe_reset_phy_nl()
1174 ret_val = hw->eeprom.ops.read(hw, data_offset, in ixgbe_reset_phy_nl()
1178 data_offset++; in ixgbe_reset_phy_nl()
1180 ret_val = hw->eeprom.ops.read(hw, data_offset, in ixgbe_reset_phy_nl()
1188 data_offset++; in ixgbe_reset_phy_nl()
1193 data_offset++; in ixgbe_reset_phy_nl()
1218 "eeprom read at offset %d failed", data_offset); in ixgbe_reset_phy_nl()
1813 u16 *data_offset) in ixgbe_get_sfp_init_sequence_offsets() argument
1871 if (hw->eeprom.ops.read(hw, *list_offset, data_offset)) in ixgbe_get_sfp_init_sequence_offsets()
1873 if ((!*data_offset) || (*data_offset == 0xFFFF)) { in ixgbe_get_sfp_init_sequence_offsets()