Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/vhost/
Dscsi.c191 struct vhost_scsi_tpg **vs_tpg; member
849 struct vhost_scsi_tpg **vs_tpg, *tpg; in vhost_scsi_handle_vq() local
870 vs_tpg = vq->private_data; in vhost_scsi_handle_vq()
871 if (!vs_tpg) in vhost_scsi_handle_vq()
948 tpg = ACCESS_ONCE(vs_tpg[*target]); in vhost_scsi_handle_vq()
1202 struct vhost_scsi_tpg **vs_tpg; in vhost_scsi_set_endpoint() local
1219 len = sizeof(vs_tpg[0]) * VHOST_SCSI_MAX_TARGET; in vhost_scsi_set_endpoint()
1220 vs_tpg = kzalloc(len, GFP_KERNEL); in vhost_scsi_set_endpoint()
1221 if (!vs_tpg) { in vhost_scsi_set_endpoint()
1225 if (vs->vs_tpg) in vhost_scsi_set_endpoint()
[all …]