Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Dscsi_lib.c3055 u8 cur_id_size = 0; in scsi_vpd_lun_id() local
3085 if (cur_id_size > d[3]) in scsi_vpd_lun_id()
3088 cur_id_size = d[3]; in scsi_vpd_lun_id()
3089 if (cur_id_size + 4 > id_len) in scsi_vpd_lun_id()
3090 cur_id_size = id_len - 4; in scsi_vpd_lun_id()
3093 cur_id_size, cur_id_str); in scsi_vpd_lun_id()
3098 cur_id_size = d[3]; in scsi_vpd_lun_id()
3100 switch (cur_id_size) { in scsi_vpd_lun_id()
3123 cur_id_size = d[3]; in scsi_vpd_lun_id()
3125 switch (cur_id_size) { in scsi_vpd_lun_id()
[all …]