Home
last modified time | relevance | path

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

/drivers/vhost/
Dscsi.c91 struct scatterlist *tvc_sgl; member
352 put_page(sg_page(&tv_cmd->tvc_sgl[i])); in vhost_scsi_release_cmd_res()
624 sg = cmd->tvc_sgl; in vhost_scsi_get_cmd()
628 cmd->tvc_sgl = sg; in vhost_scsi_get_cmd()
754 sg_init_table(cmd->tvc_sgl, sgl_count); in vhost_scsi_mapal()
757 cmd->tvc_sgl, cmd->tvc_sgl_count); in vhost_scsi_mapal()
760 cmd->tvc_sgl, cmd->tvc_sgl_count); in vhost_scsi_mapal()
796 sg_ptr = cmd->tvc_sgl; in vhost_scsi_submission_work()
1494 kfree(tv_cmd->tvc_sgl); in vhost_scsi_destroy_vq_cmds()
1528 tv_cmd->tvc_sgl = kcalloc(VHOST_SCSI_PREALLOC_SGLS, in vhost_scsi_setup_vq_cmds()
[all …]