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

/linux-4.4.14/drivers/vhost/
H A Dscsi.c87 struct scatterlist *tvc_sgl; member in struct:vhost_scsi_cmd
325 put_page(sg_page(&tv_cmd->tvc_sgl[i])); vhost_scsi_release_cmd()
607 sg = cmd->tvc_sgl; vhost_scsi_get_tag()
612 cmd->tvc_sgl = sg; vhost_scsi_get_tag()
759 sg_init_table(cmd->tvc_sgl, sgl_count); vhost_scsi_mapal()
762 cmd->tvc_sgl, cmd->tvc_sgl_count); vhost_scsi_mapal()
765 cmd->tvc_sgl, cmd->tvc_sgl_count); vhost_scsi_mapal()
801 sg_ptr = cmd->tvc_sgl; vhost_scsi_submission_work()
1679 kfree(tv_cmd->tvc_sgl); vhost_scsi_free_cmd_map_res()
1764 tv_cmd->tvc_sgl = kzalloc(sizeof(struct scatterlist) * vhost_scsi_make_nexus()
1766 if (!tv_cmd->tvc_sgl) { vhost_scsi_make_nexus()
1768 pr_err("Unable to allocate tv_cmd->tvc_sgl\n"); vhost_scsi_make_nexus()

Completed in 68 milliseconds