Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_lib.c3075 u8 cur_id_size = 0; in scsi_vpd_lun_id() local
3104 if (cur_id_size > d[3]) in scsi_vpd_lun_id()
3107 cur_id_size = d[3]; in scsi_vpd_lun_id()
3108 if (cur_id_size + 4 > id_len) in scsi_vpd_lun_id()
3109 cur_id_size = id_len - 4; in scsi_vpd_lun_id()
3112 cur_id_size, cur_id_str); in scsi_vpd_lun_id()
3117 cur_id_size = d[3]; in scsi_vpd_lun_id()
3119 switch (cur_id_size) { in scsi_vpd_lun_id()
3142 cur_id_size = d[3]; in scsi_vpd_lun_id()
3144 switch (cur_id_size) { in scsi_vpd_lun_id()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_lib.c3165 u8 cur_id_size = 0; in scsi_vpd_lun_id() local
3195 if (cur_id_size > d[3]) in scsi_vpd_lun_id()
3198 cur_id_size = d[3]; in scsi_vpd_lun_id()
3199 if (cur_id_size + 4 > id_len) in scsi_vpd_lun_id()
3200 cur_id_size = id_len - 4; in scsi_vpd_lun_id()
3203 cur_id_size, cur_id_str); in scsi_vpd_lun_id()
3208 cur_id_size = d[3]; in scsi_vpd_lun_id()
3210 switch (cur_id_size) { in scsi_vpd_lun_id()
3233 cur_id_size = d[3]; in scsi_vpd_lun_id()
3235 switch (cur_id_size) { in scsi_vpd_lun_id()
[all...]

Completed in 8 milliseconds