Home
last modified time | relevance | path

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

/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxgk20a.c66 grctx->bundle(chan, chan->bundle_cb->addr, grctx->bundle_size); in gk20a_grctx_generate_main()
74 .bundle_size = 0x1800,
Dctxgm20b.c69 grctx->bundle(chan, chan->bundle_cb->addr, grctx->bundle_size); in gm20b_grctx_generate_main()
77 .bundle_size = 0x1800,
Dctxgp107.c37 .bundle_size = 0x3000,
Dctxgp104.c29 .bundle_size = 0x3000,
Dctxgf104.c94 .bundle_size = 0x1800,
Dctxgk110b.c85 .bundle_size = 0x3000,
Dctxgf110.c342 .bundle_size = 0x1800,
Dctxga102.c56 .bundle_size = 0x3000,
Dctxtu102.c73 .bundle_size = 0x3000,
Dctxgf119.c510 .bundle_size = 0x1800,
Dctxgk208.c551 .bundle_size = 0x3000,
Dctxgk110.c845 .bundle_size = 0x3000,
Dctxgf108.c790 .bundle_size = 0x1800,
Dctxgp102.c103 .bundle_size = 0x3000,
Dctxgm200.c109 .bundle_size = 0x3000,
Dctxgp100.c131 .bundle_size = 0x3000,
Dctxgf117.c290 .bundle_size = 0x1800,
Dctxgm107.c971 .bundle_size = 0x3000,
Dctxgf100.c1372 grctx->bundle(chan, chan->bundle_cb->addr, grctx->bundle_size); in gf100_grctx_generate_main()
1572 .bundle_size = 0x1800,
Dctxgv100.c202 .bundle_size = 0x3000,
Dctxgk104.c981 .bundle_size = 0x3000,
Dctxgf100.h28 u32 bundle_size; member
Dgf100.c472 gr->func->grctx->bundle(chan, chan->bundle_cb->addr, gr->func->grctx->bundle_size); in gf100_gr_chan_new()
2040 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, gr->func->grctx->bundle_size, in gf100_gr_oneinit()
/drivers/infiniband/core/
Duverbs_ioctl.c80 size_t bundle_size = in uapi_compute_bundle_size() local
85 method_elm->use_stack = bundle_size <= sizeof(*pbundle); in uapi_compute_bundle_size()
86 method_elm->bundle_size = in uapi_compute_bundle_size()
87 ALIGN(bundle_size + 256, sizeof(*pbundle->internal_buffer)); in uapi_compute_bundle_size()
90 WARN_ON_ONCE(method_elm->bundle_size > PAGE_SIZE); in uapi_compute_bundle_size()
574 pbundle = kmalloc(method_elm->bundle_size, GFP_KERNEL); in ib_uverbs_cmd_verbs()
578 method_elm->bundle_size - in ib_uverbs_cmd_verbs()
Drdma_core.h90 u16 bundle_size; member