Lines Matching refs:data_offset
975 u16 list_offset, data_offset; in ixgbe_reset_phy_nl() local
1005 &data_offset); in ixgbe_reset_phy_nl()
1009 ret_val = hw->eeprom.ops.read(hw, data_offset, &block_crc); in ixgbe_reset_phy_nl()
1010 data_offset++; in ixgbe_reset_phy_nl()
1015 ret_val = hw->eeprom.ops.read(hw, data_offset, &eword); in ixgbe_reset_phy_nl()
1023 data_offset++; in ixgbe_reset_phy_nl()
1029 data_offset++; in ixgbe_reset_phy_nl()
1030 ret_val = hw->eeprom.ops.read(hw, data_offset++, in ixgbe_reset_phy_nl()
1035 ret_val = hw->eeprom.ops.read(hw, data_offset, in ixgbe_reset_phy_nl()
1043 data_offset++; in ixgbe_reset_phy_nl()
1048 data_offset++; in ixgbe_reset_phy_nl()
1069 hw_err(hw, "eeprom read at offset %d failed\n", data_offset); in ixgbe_reset_phy_nl()
1550 u16 *data_offset) in ixgbe_get_sfp_init_sequence_offsets() argument
1603 if (hw->eeprom.ops.read(hw, *list_offset, data_offset)) in ixgbe_get_sfp_init_sequence_offsets()
1605 if ((!*data_offset) || (*data_offset == 0xFFFF)) { in ixgbe_get_sfp_init_sequence_offsets()