Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_lib.c3068 u8 cur_id_size = 0; in scsi_vpd_lun_id() local
3097 if (cur_id_size > d[3]) in scsi_vpd_lun_id()
3100 cur_id_size = d[3]; in scsi_vpd_lun_id()
3101 if (cur_id_size + 4 > id_len) in scsi_vpd_lun_id()
3102 cur_id_size = id_len - 4; in scsi_vpd_lun_id()
3105 cur_id_size, cur_id_str); in scsi_vpd_lun_id()
3110 cur_id_size = d[3]; in scsi_vpd_lun_id()
3112 switch (cur_id_size) { in scsi_vpd_lun_id()
3135 cur_id_size = d[3]; in scsi_vpd_lun_id()
3137 switch (cur_id_size) { in scsi_vpd_lun_id()
[all …]