Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/vhost/
Dscsi.c88 struct scatterlist *tvc_prot_sgl; member
329 put_page(sg_page(&tv_cmd->tvc_prot_sgl[i])); in vhost_scsi_release_cmd()
608 prot_sg = cmd->tvc_prot_sgl; in vhost_scsi_get_tag()
613 cmd->tvc_prot_sgl = prot_sg; in vhost_scsi_get_tag()
741 sg_init_table(cmd->tvc_prot_sgl, sgl_count); in vhost_scsi_mapal()
744 cmd->tvc_prot_sgl, cmd->tvc_prot_sgl_count); in vhost_scsi_mapal()
747 cmd->tvc_prot_sgl, in vhost_scsi_mapal()
804 sg_prot_ptr = cmd->tvc_prot_sgl; in vhost_scsi_submission_work()
1680 kfree(tv_cmd->tvc_prot_sgl); in vhost_scsi_free_cmd_map_res()
1780 tv_cmd->tvc_prot_sgl = kzalloc(sizeof(struct scatterlist) * in vhost_scsi_make_nexus()
[all …]