Searched refs:cur_id_size (Results 1 – 1 of 1) sorted by relevance
3162 u8 cur_id_size = 0; in scsi_vpd_lun_id() local3192 if (cur_id_size > d[3]) in scsi_vpd_lun_id()3195 cur_id_size = d[3]; in scsi_vpd_lun_id()3196 if (cur_id_size + 4 > id_len) in scsi_vpd_lun_id()3197 cur_id_size = id_len - 4; in scsi_vpd_lun_id()3200 cur_id_size, cur_id_str); in scsi_vpd_lun_id()3205 cur_id_size = d[3]; in scsi_vpd_lun_id()3207 switch (cur_id_size) { in scsi_vpd_lun_id()3230 cur_id_size = d[3]; in scsi_vpd_lun_id()3232 switch (cur_id_size) { in scsi_vpd_lun_id()[all …]