Lines Matching refs:list_offset
1149 u16 list_offset, data_offset; in ixgbe_reset_phy_nl() local
1183 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_reset_phy_nl()
1833 u16 *list_offset, in ixgbe_get_sfp_init_sequence_offsets() argument
1867 if (hw->eeprom.ops.read(hw, IXGBE_PHY_INIT_OFFSET_NL, list_offset)) { in ixgbe_get_sfp_init_sequence_offsets()
1874 if ((!*list_offset) || (*list_offset == 0xFFFF)) in ixgbe_get_sfp_init_sequence_offsets()
1878 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets()
1884 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) in ixgbe_get_sfp_init_sequence_offsets()
1889 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets()
1890 if (hw->eeprom.ops.read(hw, *list_offset, data_offset)) in ixgbe_get_sfp_init_sequence_offsets()
1899 (*list_offset) += 2; in ixgbe_get_sfp_init_sequence_offsets()
1900 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) in ixgbe_get_sfp_init_sequence_offsets()
1914 "eeprom read at offset %d failed", *list_offset); in ixgbe_get_sfp_init_sequence_offsets()