Searched refs:cur_id_size (Results 1 – 1 of 1) sorted by relevance
2938 u8 cur_id_size = 0; in scsi_vpd_lun_id() local2980 if (cur_id_size > d[3]) in scsi_vpd_lun_id()2985 cur_id_size = d[3]; in scsi_vpd_lun_id()2986 if (cur_id_size + 4 > id_len) in scsi_vpd_lun_id()2987 cur_id_size = id_len - 4; in scsi_vpd_lun_id()2991 cur_id_size, cur_id_str); in scsi_vpd_lun_id()2995 if (cur_id_size > d[3]) in scsi_vpd_lun_id()2999 cur_id_size == d[3]) in scsi_vpd_lun_id()3001 cur_id_size = d[3]; in scsi_vpd_lun_id()3004 switch (cur_id_size) { in scsi_vpd_lun_id()[all …]