Searched refs:cur_id_size (Results 1 – 1 of 1) sorted by relevance
3063 u8 cur_id_size = 0; in scsi_vpd_lun_id() local3093 if (cur_id_size > d[3]) in scsi_vpd_lun_id()3096 cur_id_size = d[3]; in scsi_vpd_lun_id()3097 if (cur_id_size + 4 > id_len) in scsi_vpd_lun_id()3098 cur_id_size = id_len - 4; in scsi_vpd_lun_id()3101 cur_id_size, cur_id_str); in scsi_vpd_lun_id()3106 cur_id_size = d[3]; in scsi_vpd_lun_id()3108 switch (cur_id_size) { in scsi_vpd_lun_id()3131 cur_id_size = d[3]; in scsi_vpd_lun_id()3133 switch (cur_id_size) { in scsi_vpd_lun_id()[all …]