Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vhost/
H A 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()
628 prot_sg = cmd->tvc_prot_sgl; in vhost_scsi_get_cmd()
633 cmd->tvc_prot_sgl = prot_sg; in vhost_scsi_get_cmd()
833 sg_init_table(cmd->tvc_prot_sgl, sgl_count); in vhost_scsi_mapal()
836 cmd->tvc_prot_sgl, cmd->tvc_prot_sgl_count); in vhost_scsi_mapal()
839 cmd->tvc_prot_sgl, in vhost_scsi_mapal()
899 sg_prot_ptr = cmd->tvc_prot_sgl; in vhost_scsi_target_queue_cmd()
1586 kfree(tv_cmd->tvc_prot_sgl); in vhost_scsi_destroy_vq_cmds()
1644 tv_cmd->tvc_prot_sgl = kcalloc(VHOST_SCSI_PREALLOC_PROT_SGLS, in vhost_scsi_setup_vq_cmds()
[all …]