Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vhost/
H A Dscsi.c84 struct scatterlist *tvc_sgl; member
338 __free_page(sg_page(&tv_cmd->tvc_sgl[i])); in vhost_scsi_release_cmd_res()
340 put_page(sg_page(&tv_cmd->tvc_sgl[i])); in vhost_scsi_release_cmd_res()
526 struct scatterlist *sg = cmd->tvc_sgl; in vhost_scsi_copy_sgl_to_iov()
627 sg = cmd->tvc_sgl; in vhost_scsi_get_cmd()
632 cmd->tvc_sgl = sg; in vhost_scsi_get_cmd()
851 sg_init_table(cmd->tvc_sgl, sgl_count); in vhost_scsi_mapal()
854 cmd->tvc_sgl, cmd->tvc_sgl_count); in vhost_scsi_mapal()
896 sg_ptr = cmd->tvc_sgl; in vhost_scsi_target_queue_cmd()
1588 kfree(tv_cmd->tvc_sgl); in vhost_scsi_destroy_vq_cmds()
[all …]