Searched refs:tvc_prot_sgl (Results 1 – 1 of 1) sorted by relevance
92 struct scatterlist *tvc_prot_sgl; member356 put_page(sg_page(&tv_cmd->tvc_prot_sgl[i])); in vhost_scsi_release_cmd_res()625 prot_sg = cmd->tvc_prot_sgl; in vhost_scsi_get_cmd()629 cmd->tvc_prot_sgl = prot_sg; in vhost_scsi_get_cmd()736 sg_init_table(cmd->tvc_prot_sgl, sgl_count); in vhost_scsi_mapal()739 cmd->tvc_prot_sgl, cmd->tvc_prot_sgl_count); in vhost_scsi_mapal()742 cmd->tvc_prot_sgl, in vhost_scsi_mapal()799 sg_prot_ptr = cmd->tvc_prot_sgl; in vhost_scsi_submission_work()1495 kfree(tv_cmd->tvc_prot_sgl); in vhost_scsi_destroy_vq_cmds()1544 tv_cmd->tvc_prot_sgl = kcalloc(VHOST_SCSI_PREALLOC_PROT_SGLS, in vhost_scsi_setup_vq_cmds()[all …]