Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_mob.c89 struct vmw_piter data_iter,
475 vmw_piter_dma_addr(data_iter)); in vmw_mob_build_pt()
478 WARN_ON(!vmw_piter_next(data_iter)); in vmw_mob_build_pt()
498 struct vmw_piter data_iter, in vmw_mob_pt_setup() argument
521 num_pt_pages = vmw_mob_build_pt(&data_iter, num_data_pages, in vmw_mob_pt_setup()
523 data_iter = save_pt_iter; in vmw_mob_pt_setup()
607 struct vmw_piter data_iter; in vmw_mob_bind() local
614 vmw_piter_start(&data_iter, vsgt, 0); in vmw_mob_bind()
615 if (unlikely(!vmw_piter_next(&data_iter))) in vmw_mob_bind()
620 mob->pt_root_page = vmw_piter_dma_addr(&data_iter); in vmw_mob_bind()
[all …]
H A Dvmwgfx_gmr.c131 struct vmw_piter data_iter; in vmw_gmr_bind() local
133 vmw_piter_start(&data_iter, vsgt, 0); in vmw_gmr_bind()
135 if (unlikely(!vmw_piter_next(&data_iter))) in vmw_gmr_bind()
141 return vmw_gmr2_bind(dev_priv, &data_iter, num_pages, gmr_id); in vmw_gmr_bind()
/openbmc/linux/drivers/vhost/
H A Dscsi.c823 size_t data_bytes, struct iov_iter *data_iter) in vhost_scsi_mapal() argument
846 sgl_count = vhost_scsi_calc_sgls(data_iter, data_bytes, in vhost_scsi_mapal()
856 ret = vhost_scsi_map_iov_to_sgl(cmd, data_iter, cmd->tvc_sgl, in vhost_scsi_mapal()
860 ret = vhost_scsi_copy_iov_to_sgl(cmd, data_iter, cmd->tvc_sgl, in vhost_scsi_mapal()
1054 struct iov_iter in_iter, prot_iter, data_iter; in vhost_scsi_handle_vq() local
1133 data_iter = vc.out_iter; in vhost_scsi_handle_vq()
1141 data_iter = in_iter; in vhost_scsi_handle_vq()
1177 prot_iter = data_iter; in vhost_scsi_handle_vq()
1179 iov_iter_advance(&data_iter, prot_bytes); in vhost_scsi_handle_vq()
1226 &data_iter))) { in vhost_scsi_handle_vq()