Lines Matching refs:list_offset
1158 u16 list_offset, data_offset; in ixgbe_reset_phy_nl() local
1192 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset, in ixgbe_reset_phy_nl()
1836 u16 *list_offset, in ixgbe_get_sfp_init_sequence_offsets() argument
1870 if (hw->eeprom.ops.read(hw, IXGBE_PHY_INIT_OFFSET_NL, list_offset)) { in ixgbe_get_sfp_init_sequence_offsets()
1877 if ((!*list_offset) || (*list_offset == 0xFFFF)) in ixgbe_get_sfp_init_sequence_offsets()
1881 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets()
1887 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) in ixgbe_get_sfp_init_sequence_offsets()
1892 (*list_offset)++; in ixgbe_get_sfp_init_sequence_offsets()
1893 if (hw->eeprom.ops.read(hw, *list_offset, data_offset)) in ixgbe_get_sfp_init_sequence_offsets()
1902 (*list_offset) += 2; in ixgbe_get_sfp_init_sequence_offsets()
1903 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id)) in ixgbe_get_sfp_init_sequence_offsets()
1917 "eeprom read at offset %d failed", *list_offset); in ixgbe_get_sfp_init_sequence_offsets()