tvc_prot_sgl       93 drivers/vhost/scsi.c 	struct scatterlist *tvc_prot_sgl;
tvc_prot_sgl      336 drivers/vhost/scsi.c 			put_page(sg_page(&tv_cmd->tvc_prot_sgl[i]));
tvc_prot_sgl      595 drivers/vhost/scsi.c 	prot_sg = cmd->tvc_prot_sgl;
tvc_prot_sgl      599 drivers/vhost/scsi.c 	cmd->tvc_prot_sgl = prot_sg;
tvc_prot_sgl      707 drivers/vhost/scsi.c 		sg_init_table(cmd->tvc_prot_sgl, sgl_count);
tvc_prot_sgl      710 drivers/vhost/scsi.c 			 cmd->tvc_prot_sgl, cmd->tvc_prot_sgl_count);
tvc_prot_sgl      713 drivers/vhost/scsi.c 					    cmd->tvc_prot_sgl,
tvc_prot_sgl      770 drivers/vhost/scsi.c 			sg_prot_ptr = cmd->tvc_prot_sgl;
tvc_prot_sgl     1867 drivers/vhost/scsi.c 		kfree(tv_cmd->tvc_prot_sgl);
tvc_prot_sgl     1936 drivers/vhost/scsi.c 		tv_cmd->tvc_prot_sgl = kcalloc(VHOST_SCSI_PREALLOC_PROT_SGLS,
tvc_prot_sgl     1939 drivers/vhost/scsi.c 		if (!tv_cmd->tvc_prot_sgl) {