Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dscsi.c241 struct vhost_scsi_tpg **vs_tpg; member
1226 struct vhost_scsi_tpg **vs_tpg, *tpg = NULL; in vhost_scsi_get_req() local
1230 vs_tpg = vhost_vq_get_backend(vq); in vhost_scsi_get_req()
1231 tpg = READ_ONCE(vs_tpg[*vc->target]); in vhost_scsi_get_req()
1289 struct vhost_scsi_tpg **vs_tpg, *tpg; in vhost_scsi_handle_vq() local
1311 vs_tpg = vhost_vq_get_backend(vq); in vhost_scsi_handle_vq()
1312 if (!vs_tpg) in vhost_scsi_handle_vq()
1994 struct vhost_scsi_tpg **vs_tpg; in vhost_scsi_set_endpoint() local
2010 if (vs->vs_tpg) { in vhost_scsi_set_endpoint()
2017 len = sizeof(vs_tpg[0]) * VHOST_SCSI_MAX_TARGET; in vhost_scsi_set_endpoint()
[all …]