Lines Matching refs:data_offset
940 u16 list_offset, data_offset; in ixgbe_reset_phy_nl() local
970 &data_offset); in ixgbe_reset_phy_nl()
974 ret_val = hw->eeprom.ops.read(hw, data_offset, &block_crc); in ixgbe_reset_phy_nl()
975 data_offset++; in ixgbe_reset_phy_nl()
980 ret_val = hw->eeprom.ops.read(hw, data_offset, &eword); in ixgbe_reset_phy_nl()
988 data_offset++; in ixgbe_reset_phy_nl()
994 data_offset++; in ixgbe_reset_phy_nl()
995 ret_val = hw->eeprom.ops.read(hw, data_offset++, in ixgbe_reset_phy_nl()
1000 ret_val = hw->eeprom.ops.read(hw, data_offset, in ixgbe_reset_phy_nl()
1008 data_offset++; in ixgbe_reset_phy_nl()
1013 data_offset++; in ixgbe_reset_phy_nl()
1034 hw_err(hw, "eeprom read at offset %d failed\n", data_offset); in ixgbe_reset_phy_nl()
1515 u16 *data_offset) in ixgbe_get_sfp_init_sequence_offsets() argument
1568 if (hw->eeprom.ops.read(hw, *list_offset, data_offset)) in ixgbe_get_sfp_init_sequence_offsets()
1570 if ((!*data_offset) || (*data_offset == 0xFFFF)) { in ixgbe_get_sfp_init_sequence_offsets()