Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/
A Dscsi_lib.c3155 u8 cur_id_size = 0; in scsi_vpd_lun_id() local
3185 if (cur_id_size > d[3]) in scsi_vpd_lun_id()
3188 cur_id_size = d[3]; in scsi_vpd_lun_id()
3190 cur_id_size = id_len - 4; in scsi_vpd_lun_id()
3198 cur_id_size = d[3]; in scsi_vpd_lun_id()
3200 switch (cur_id_size) { in scsi_vpd_lun_id()
3223 cur_id_size = d[3]; in scsi_vpd_lun_id()
3225 switch (cur_id_size) { in scsi_vpd_lun_id()
3242 if (cur_id_size > d[3]) in scsi_vpd_lun_id()
3253 if (cur_id_size >= id_len) in scsi_vpd_lun_id()
[all …]

Completed in 8 milliseconds