Home
last modified time | relevance | path

Searched refs:tvc_prot_sgl (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/vhost/
Dscsi.c85 struct scatterlist *tvc_prot_sgl; member
346 put_page(sg_page(&tv_cmd->tvc_prot_sgl[i])); in vhost_scsi_release_cmd_res()
622 prot_sg = cmd->tvc_prot_sgl; in vhost_scsi_get_cmd()
627 cmd->tvc_prot_sgl = prot_sg; in vhost_scsi_get_cmd()
827 sg_init_table(cmd->tvc_prot_sgl, sgl_count); in vhost_scsi_mapal()
830 cmd->tvc_prot_sgl, cmd->tvc_prot_sgl_count); in vhost_scsi_mapal()
833 cmd->tvc_prot_sgl, in vhost_scsi_mapal()
893 sg_prot_ptr = cmd->tvc_prot_sgl; in vhost_scsi_target_queue_cmd()
1579 kfree(tv_cmd->tvc_prot_sgl); in vhost_scsi_destroy_vq_cmds()
1637 tv_cmd->tvc_prot_sgl = kcalloc(VHOST_SCSI_PREALLOC_PROT_SGLS, in vhost_scsi_setup_vq_cmds()
[all …]