Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_lib.c3042 u8 cur_id_size = 0; in scsi_vpd_lun_id() local
3071 if (cur_id_size > d[3]) in scsi_vpd_lun_id()
3074 cur_id_size = d[3]; in scsi_vpd_lun_id()
3075 if (cur_id_size + 4 > id_len) in scsi_vpd_lun_id()
3076 cur_id_size = id_len - 4; in scsi_vpd_lun_id()
3079 cur_id_size, cur_id_str); in scsi_vpd_lun_id()
3084 cur_id_size = d[3]; in scsi_vpd_lun_id()
3086 switch (cur_id_size) { in scsi_vpd_lun_id()
3109 cur_id_size = d[3]; in scsi_vpd_lun_id()
3111 switch (cur_id_size) { in scsi_vpd_lun_id()
[all …]