Searched refs:vs_tpg (Results 1 – 1 of 1) sorted by relevance
190 struct vhost_scsi_tpg **vs_tpg; member806 struct vhost_scsi_tpg **vs_tpg, *tpg; in vhost_scsi_handle_vq() local827 vs_tpg = vq->private_data; in vhost_scsi_handle_vq()828 if (!vs_tpg) in vhost_scsi_handle_vq()904 tpg = READ_ONCE(vs_tpg[*target]); in vhost_scsi_handle_vq()1158 struct vhost_scsi_tpg **vs_tpg; in vhost_scsi_set_endpoint() local1175 len = sizeof(vs_tpg[0]) * VHOST_SCSI_MAX_TARGET; in vhost_scsi_set_endpoint()1176 vs_tpg = kzalloc(len, GFP_KERNEL); in vhost_scsi_set_endpoint()1177 if (!vs_tpg) { in vhost_scsi_set_endpoint()1181 if (vs->vs_tpg) in vhost_scsi_set_endpoint()[all …]