Lines Matching refs:data_offset
1030 u16 list_offset, data_offset; in ixgbe_reset_phy_nl() local
1060 &data_offset); in ixgbe_reset_phy_nl()
1064 ret_val = hw->eeprom.ops.read(hw, data_offset, &block_crc); in ixgbe_reset_phy_nl()
1065 data_offset++; in ixgbe_reset_phy_nl()
1070 ret_val = hw->eeprom.ops.read(hw, data_offset, &eword); in ixgbe_reset_phy_nl()
1078 data_offset++; in ixgbe_reset_phy_nl()
1084 data_offset++; in ixgbe_reset_phy_nl()
1085 ret_val = hw->eeprom.ops.read(hw, data_offset++, in ixgbe_reset_phy_nl()
1090 ret_val = hw->eeprom.ops.read(hw, data_offset, in ixgbe_reset_phy_nl()
1098 data_offset++; in ixgbe_reset_phy_nl()
1103 data_offset++; in ixgbe_reset_phy_nl()
1124 hw_err(hw, "eeprom read at offset %d failed\n", data_offset); in ixgbe_reset_phy_nl()
1605 u16 *data_offset) in ixgbe_get_sfp_init_sequence_offsets() argument
1658 if (hw->eeprom.ops.read(hw, *list_offset, data_offset)) in ixgbe_get_sfp_init_sequence_offsets()
1660 if ((!*data_offset) || (*data_offset == 0xFFFF)) { in ixgbe_get_sfp_init_sequence_offsets()