Searched refs:vs_tpg (Results 1 – 1 of 1) sorted by relevance
191 struct vhost_scsi_tpg **vs_tpg; member849 struct vhost_scsi_tpg **vs_tpg, *tpg; in vhost_scsi_handle_vq() local870 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() local1219 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 …]