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()
1839 u16 *list_offset, in ixgbe_get_sfp_init_sequence_offsets() argument
1873 if (hw->eeprom.ops.read(hw, IXGBE_PHY_INIT_OFFSET_NL, list_offset)) { in ixgbe_get_sfp_init_sequence_offsets()
1880 if ((!*list_offset) || (*list_offset == 0xFFFF)) in ixgbe_get_sfp_init_sequence_offsets()
1884 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets()
1890 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) in ixgbe_get_sfp_init_sequence_offsets()
1895 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets()
1896 if (hw->eeprom.ops.read(hw, *list_offset, data_offset)) in ixgbe_get_sfp_init_sequence_offsets()
1905 (*list_offset) += 2; in ixgbe_get_sfp_init_sequence_offsets()
1906 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) in ixgbe_get_sfp_init_sequence_offsets()
1920 "eeprom read at offset %d failed", *list_offset); in ixgbe_get_sfp_init_sequence_offsets()