Lines Matching refs:data_offset
1149 u16 list_offset, data_offset; in ixgbe_reset_phy_nl() local
1184 &data_offset); in ixgbe_reset_phy_nl()
1188 ret_val = hw->eeprom.ops.read(hw, data_offset, &block_crc); in ixgbe_reset_phy_nl()
1189 data_offset++; in ixgbe_reset_phy_nl()
1194 ret_val = hw->eeprom.ops.read(hw, data_offset, &eword); in ixgbe_reset_phy_nl()
1202 data_offset++; in ixgbe_reset_phy_nl()
1208 data_offset++; in ixgbe_reset_phy_nl()
1209 ret_val = hw->eeprom.ops.read(hw, data_offset, in ixgbe_reset_phy_nl()
1213 data_offset++; in ixgbe_reset_phy_nl()
1215 ret_val = hw->eeprom.ops.read(hw, data_offset, in ixgbe_reset_phy_nl()
1223 data_offset++; in ixgbe_reset_phy_nl()
1228 data_offset++; in ixgbe_reset_phy_nl()
1253 "eeprom read at offset %d failed", data_offset); in ixgbe_reset_phy_nl()
1834 u16 *data_offset) in ixgbe_get_sfp_init_sequence_offsets() argument
1890 if (hw->eeprom.ops.read(hw, *list_offset, data_offset)) in ixgbe_get_sfp_init_sequence_offsets()
1892 if ((!*data_offset) || (*data_offset == 0xFFFF)) { in ixgbe_get_sfp_init_sequence_offsets()