Home
last modified time | relevance | path

Searched refs:cur_id_size (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/scsi/
H A Dscsi_lib.c3281 u8 cur_id_size = 0; in scsi_vpd_lun_id() local
3311 if (cur_id_size > d[3]) in scsi_vpd_lun_id()
3314 cur_id_size = d[3]; in scsi_vpd_lun_id()
3316 cur_id_size = id_len - 4; in scsi_vpd_lun_id()
3324 cur_id_size = d[3]; in scsi_vpd_lun_id()
3326 switch (cur_id_size) { in scsi_vpd_lun_id()
3349 cur_id_size = d[3]; in scsi_vpd_lun_id()
3351 switch (cur_id_size) { in scsi_vpd_lun_id()
3368 if (cur_id_size > d[3]) in scsi_vpd_lun_id()
3379 if (cur_id_size >= id_len) in scsi_vpd_lun_id()
[all …]