Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/vhost/
Dscsi.c80 struct scatterlist *tvc_prot_sgl; member
340 put_page(sg_page(&tv_cmd->tvc_prot_sgl[i])); in vhost_scsi_release_cmd_res()
609 prot_sg = cmd->tvc_prot_sgl; in vhost_scsi_get_cmd()
613 cmd->tvc_prot_sgl = prot_sg; in vhost_scsi_get_cmd()
720 sg_init_table(cmd->tvc_prot_sgl, sgl_count); in vhost_scsi_mapal()
723 cmd->tvc_prot_sgl, cmd->tvc_prot_sgl_count); in vhost_scsi_mapal()
726 cmd->tvc_prot_sgl, in vhost_scsi_mapal()
780 sg_prot_ptr = cmd->tvc_prot_sgl; in vhost_scsi_target_queue_cmd()
1460 kfree(tv_cmd->tvc_prot_sgl); in vhost_scsi_destroy_vq_cmds()
1509 tv_cmd->tvc_prot_sgl = kcalloc(VHOST_SCSI_PREALLOC_PROT_SGLS, in vhost_scsi_setup_vq_cmds()
[all …]