Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/vhost/
Dscsi.c86 struct scatterlist *tvc_sgl; member
318 put_page(sg_page(&tv_cmd->tvc_sgl[i])); in vhost_scsi_release_cmd()
585 sg = cmd->tvc_sgl; in vhost_scsi_get_tag()
589 cmd->tvc_sgl = sg; in vhost_scsi_get_tag()
716 sg_init_table(cmd->tvc_sgl, sgl_count); in vhost_scsi_mapal()
719 cmd->tvc_sgl, cmd->tvc_sgl_count); in vhost_scsi_mapal()
722 cmd->tvc_sgl, cmd->tvc_sgl_count); in vhost_scsi_mapal()
758 sg_ptr = cmd->tvc_sgl; in vhost_scsi_submission_work()
1634 kfree(tv_cmd->tvc_sgl); in vhost_scsi_free_cmd_map_res()
1688 tv_cmd->tvc_sgl = kcalloc(VHOST_SCSI_PREALLOC_SGLS, in vhost_scsi_nexus_cb()
[all …]