Lines Matching refs:list_offset
1147 u16 list_offset, data_offset; in ixgbe_reset_phy_nl() local
1181 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_reset_phy_nl()
1854 u16 *list_offset, in ixgbe_get_sfp_init_sequence_offsets() argument
1890 if (hw->eeprom.ops.read(hw, IXGBE_PHY_INIT_OFFSET_NL, list_offset)) { in ixgbe_get_sfp_init_sequence_offsets()
1897 if ((!*list_offset) || (*list_offset == 0xFFFF)) in ixgbe_get_sfp_init_sequence_offsets()
1901 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets()
1907 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) in ixgbe_get_sfp_init_sequence_offsets()
1912 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets()
1913 if (hw->eeprom.ops.read(hw, *list_offset, data_offset)) in ixgbe_get_sfp_init_sequence_offsets()
1922 (*list_offset) += 2; in ixgbe_get_sfp_init_sequence_offsets()
1923 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) in ixgbe_get_sfp_init_sequence_offsets()
1937 "eeprom read at offset %d failed", *list_offset); in ixgbe_get_sfp_init_sequence_offsets()