Lines Matching defs:list_offset
1180 u16 list_offset, data_offset;
1214 ret_val = ixgbe_get_sfp_init_sequence_offsets(hw, &list_offset,
1901 * @list_offset: offset to the SFP ID list
1908 u16 *list_offset,
1942 if (hw->eeprom.ops.read(hw, IXGBE_PHY_INIT_OFFSET_NL, list_offset)) {
1949 if ((!*list_offset) || (*list_offset == 0xFFFF))
1953 (*list_offset)++;
1959 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id))
1964 (*list_offset)++;
1965 if (hw->eeprom.ops.read(hw, *list_offset, data_offset))
1974 (*list_offset) += 2;
1975 if (hw->eeprom.ops.read(hw, *list_offset, &sfp_id))
1989 "eeprom read at offset %d failed", *list_offset);