Searched refs:vs_tpg (Results 1 – 1 of 1) sorted by relevance
203 struct vhost_scsi_tpg **vs_tpg; member1007 struct vhost_scsi_tpg **vs_tpg, *tpg; in vhost_scsi_handle_vq() local1028 vs_tpg = vq->private_data; in vhost_scsi_handle_vq()1029 if (!vs_tpg) in vhost_scsi_handle_vq()1106 tpg = ACCESS_ONCE(vs_tpg[*target]); in vhost_scsi_handle_vq()1360 struct vhost_scsi_tpg **vs_tpg; in vhost_scsi_set_endpoint() local1377 len = sizeof(vs_tpg[0]) * VHOST_SCSI_MAX_TARGET; in vhost_scsi_set_endpoint()1378 vs_tpg = kzalloc(len, GFP_KERNEL); in vhost_scsi_set_endpoint()1379 if (!vs_tpg) { in vhost_scsi_set_endpoint()1383 if (vs->vs_tpg) in vhost_scsi_set_endpoint()[all …]