Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/vhost/
Dscsi.c185 struct vhost_scsi_tpg **vs_tpg; member
902 struct vhost_scsi_tpg **vs_tpg, *tpg; in vhost_scsi_get_req() local
904 vs_tpg = vhost_vq_get_backend(vq); /* validated at handler entry */ in vhost_scsi_get_req()
906 tpg = READ_ONCE(vs_tpg[*vc->target]); in vhost_scsi_get_req()
927 struct vhost_scsi_tpg **vs_tpg, *tpg; in vhost_scsi_handle_vq() local
946 vs_tpg = vhost_vq_get_backend(vq); in vhost_scsi_handle_vq()
947 if (!vs_tpg) in vhost_scsi_handle_vq()
1537 struct vhost_scsi_tpg **vs_tpg; in vhost_scsi_set_endpoint() local
1554 len = sizeof(vs_tpg[0]) * VHOST_SCSI_MAX_TARGET; in vhost_scsi_set_endpoint()
1555 vs_tpg = kzalloc(len, GFP_KERNEL); in vhost_scsi_set_endpoint()
[all …]