Searched refs:vs_tpg (Results 1 – 1 of 1) sorted by relevance
197 struct vhost_scsi_tpg **vs_tpg; member1032 struct vhost_scsi_tpg **vs_tpg, *tpg = NULL; in vhost_scsi_get_req() local1036 vs_tpg = vhost_vq_get_backend(vq); in vhost_scsi_get_req()1037 tpg = READ_ONCE(vs_tpg[*vc->target]); in vhost_scsi_get_req()1060 struct vhost_scsi_tpg **vs_tpg, *tpg; in vhost_scsi_handle_vq() local1079 vs_tpg = vhost_vq_get_backend(vq); in vhost_scsi_handle_vq()1080 if (!vs_tpg) in vhost_scsi_handle_vq()1686 struct vhost_scsi_tpg **vs_tpg; in vhost_scsi_set_endpoint() local1702 len = sizeof(vs_tpg[0]) * VHOST_SCSI_MAX_TARGET; in vhost_scsi_set_endpoint()1703 vs_tpg = kzalloc(len, GFP_KERNEL); in vhost_scsi_set_endpoint()[all …]