Home
last modified time | relevance | path

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

/drivers/infiniband/core/
A Drw.c140 for (i = 0; i < ctx->nr_ops; i++) { in rdma_rw_init_mr_wrs()
204 ctx->nr_ops = DIV_ROUND_UP(sg_cnt, max_sge); in rdma_rw_init_map_wrs()
214 for (i = 0; i < ctx->nr_ops; i++) { in rdma_rw_init_map_wrs()
238 rdma_wr->wr.next = i + 1 < ctx->nr_ops ? in rdma_rw_init_map_wrs()
243 return ctx->nr_ops; in rdma_rw_init_map_wrs()
257 ctx->nr_ops = 1; in rdma_rw_init_single_wr()
401 ctx->nr_ops = 1; in rdma_rw_ctx_signature_init()
506 for (i = 0; i < ctx->nr_ops; i++) { in rdma_rw_ctx_wrs()
516 last_wr = &ctx->reg[ctx->nr_ops - 1].wr.wr; in rdma_rw_ctx_wrs()
520 last_wr = &ctx->map.wrs[ctx->nr_ops - 1].wr; in rdma_rw_ctx_wrs()
[all …]
/drivers/gpu/drm/msm/
A Dmsm_gem_vma.c124 unsigned int nr_ops; member
150 for (unsigned i = 0; i < (_job)->nr_ops; i++) \
901 sz = struct_size(job, ops, nr_ops); in vm_bind_job_create()
938 int i = job->nr_ops++; in lookup_op()
998 if (args->nr_ops == 1) { in vm_bind_job_lookup_ops()
1024 job->nr_ops = 0; in vm_bind_job_lookup_ops()
1030 for (unsigned i = 0; i < args->nr_ops; i++) { in vm_bind_job_lookup_ops()
1106 for (int i = 0; i < job->nr_ops; i++) { in vm_bind_prealloc_count()
1164 for (unsigned i = 0; i < job->nr_ops; i++) { in vm_bind_job_lock_objects()
1270 for (unsigned i = 0; i < job->nr_ops; i++) { in vm_bind_job_prepare()
[all …]
/drivers/xen/
A Dgntdev.c65 unsigned int nr_ops; member
842 gnttab_batch_copy(batch->ops, batch->nr_ops); in gntdev_copy()
849 for (i = 0; i < batch->nr_ops; i++) { in gntdev_copy()
866 batch->nr_ops = 0; in gntdev_copy()
904 if (batch->nr_ops >= GNTDEV_COPY_BATCH) { in gntdev_grant_copy_seg()
912 op = &batch->ops[batch->nr_ops]; in gntdev_grant_copy_seg()
958 batch->status[batch->nr_ops] = status; in gntdev_grant_copy_seg()
959 batch->nr_ops++; in gntdev_grant_copy_seg()
986 batch->nr_ops = 0; in gntdev_ioctl_grant_copy()
1006 if (batch->nr_ops) in gntdev_ioctl_grant_copy()
/drivers/infiniband/ulp/isert/
A Dib_isert.c1411 if (!cmd->rw.nr_ops) in isert_rdma_rw_ctx_destroy()
1424 cmd->rw.nr_ops = 0; in isert_rdma_rw_ctx_destroy()

Completed in 18 milliseconds