Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/vhost/
Dscsi.c79 struct scatterlist *tvc_sgl; member
336 put_page(sg_page(&tv_cmd->tvc_sgl[i])); in vhost_scsi_release_cmd_res()
608 sg = cmd->tvc_sgl; in vhost_scsi_get_cmd()
612 cmd->tvc_sgl = sg; in vhost_scsi_get_cmd()
738 sg_init_table(cmd->tvc_sgl, sgl_count); in vhost_scsi_mapal()
741 cmd->tvc_sgl, cmd->tvc_sgl_count); in vhost_scsi_mapal()
744 cmd->tvc_sgl, cmd->tvc_sgl_count); in vhost_scsi_mapal()
777 sg_ptr = cmd->tvc_sgl; in vhost_scsi_target_queue_cmd()
1459 kfree(tv_cmd->tvc_sgl); in vhost_scsi_destroy_vq_cmds()
1493 tv_cmd->tvc_sgl = kcalloc(VHOST_SCSI_PREALLOC_SGLS, in vhost_scsi_setup_vq_cmds()
[all …]