Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/
Dscsi_lib.c3149 u8 cur_id_size = 0; in scsi_vpd_lun_id() local
3179 if (cur_id_size > d[3]) in scsi_vpd_lun_id()
3182 cur_id_size = d[3]; in scsi_vpd_lun_id()
3183 if (cur_id_size + 4 > id_len) in scsi_vpd_lun_id()
3184 cur_id_size = id_len - 4; in scsi_vpd_lun_id()
3187 cur_id_size, cur_id_str); in scsi_vpd_lun_id()
3192 cur_id_size = d[3]; in scsi_vpd_lun_id()
3194 switch (cur_id_size) { in scsi_vpd_lun_id()
3217 cur_id_size = d[3]; in scsi_vpd_lun_id()
3219 switch (cur_id_size) { in scsi_vpd_lun_id()
[all …]