tv_cmd            325 drivers/vhost/scsi.c 	struct vhost_scsi_cmd *tv_cmd = container_of(se_cmd,
tv_cmd            327 drivers/vhost/scsi.c 	struct se_session *se_sess = tv_cmd->tvc_nexus->tvn_se_sess;
tv_cmd            330 drivers/vhost/scsi.c 	if (tv_cmd->tvc_sgl_count) {
tv_cmd            331 drivers/vhost/scsi.c 		for (i = 0; i < tv_cmd->tvc_sgl_count; i++)
tv_cmd            332 drivers/vhost/scsi.c 			put_page(sg_page(&tv_cmd->tvc_sgl[i]));
tv_cmd            334 drivers/vhost/scsi.c 	if (tv_cmd->tvc_prot_sgl_count) {
tv_cmd            335 drivers/vhost/scsi.c 		for (i = 0; i < tv_cmd->tvc_prot_sgl_count; i++)
tv_cmd            336 drivers/vhost/scsi.c 			put_page(sg_page(&tv_cmd->tvc_prot_sgl[i]));
tv_cmd            339 drivers/vhost/scsi.c 	vhost_scsi_put_inflight(tv_cmd->inflight);
tv_cmd           1857 drivers/vhost/scsi.c 	struct vhost_scsi_cmd *tv_cmd;
tv_cmd           1864 drivers/vhost/scsi.c 		tv_cmd = &((struct vhost_scsi_cmd *)se_sess->sess_cmd_map)[i];
tv_cmd           1866 drivers/vhost/scsi.c 		kfree(tv_cmd->tvc_sgl);
tv_cmd           1867 drivers/vhost/scsi.c 		kfree(tv_cmd->tvc_prot_sgl);
tv_cmd           1868 drivers/vhost/scsi.c 		kfree(tv_cmd->tvc_upages);
tv_cmd           1914 drivers/vhost/scsi.c 	struct vhost_scsi_cmd *tv_cmd;
tv_cmd           1918 drivers/vhost/scsi.c 		tv_cmd = &((struct vhost_scsi_cmd *)se_sess->sess_cmd_map)[i];
tv_cmd           1920 drivers/vhost/scsi.c 		tv_cmd->tvc_sgl = kcalloc(VHOST_SCSI_PREALLOC_SGLS,
tv_cmd           1923 drivers/vhost/scsi.c 		if (!tv_cmd->tvc_sgl) {
tv_cmd           1928 drivers/vhost/scsi.c 		tv_cmd->tvc_upages = kcalloc(VHOST_SCSI_PREALLOC_UPAGES,
tv_cmd           1931 drivers/vhost/scsi.c 		if (!tv_cmd->tvc_upages) {
tv_cmd           1936 drivers/vhost/scsi.c 		tv_cmd->tvc_prot_sgl = kcalloc(VHOST_SCSI_PREALLOC_PROT_SGLS,
tv_cmd           1939 drivers/vhost/scsi.c 		if (!tv_cmd->tvc_prot_sgl) {