Searched refs:bundle_size (Results 1 – 25 of 25) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
A D | ctxgk20a.c | 66 grctx->bundle(chan, chan->bundle_cb->addr, grctx->bundle_size); in gk20a_grctx_generate_main() 74 .bundle_size = 0x1800,
|
A D | ctxgm20b.c | 69 grctx->bundle(chan, chan->bundle_cb->addr, grctx->bundle_size); in gm20b_grctx_generate_main() 77 .bundle_size = 0x1800,
|
A D | ctxgp104.c | 29 .bundle_size = 0x3000,
|
A D | ctxgp107.c | 37 .bundle_size = 0x3000,
|
A D | ctxgf104.c | 94 .bundle_size = 0x1800,
|
A D | ctxgk110b.c | 85 .bundle_size = 0x3000,
|
A D | ctxgf110.c | 342 .bundle_size = 0x1800,
|
A D | ctxga102.c | 56 .bundle_size = 0x3000,
|
A D | ctxtu102.c | 73 .bundle_size = 0x3000,
|
A D | ctxgf119.c | 510 .bundle_size = 0x1800,
|
A D | ctxgk208.c | 551 .bundle_size = 0x3000,
|
A D | ctxgk110.c | 836 .bundle_size = 0x3000,
|
A D | ctxgf108.c | 790 .bundle_size = 0x1800,
|
A D | ctxgp102.c | 103 .bundle_size = 0x3000,
|
A D | ctxgm200.c | 109 .bundle_size = 0x3000,
|
A D | ctxgp100.c | 131 .bundle_size = 0x3000,
|
A D | ctxgf117.c | 290 .bundle_size = 0x1800,
|
A D | ctxgm107.c | 971 .bundle_size = 0x3000,
|
A D | ctxgk104.c | 979 .bundle_size = 0x3000,
|
A D | ctxgv100.c | 202 .bundle_size = 0x3000,
|
A D | ctxgf100.c | 1372 grctx->bundle(chan, chan->bundle_cb->addr, grctx->bundle_size); in gf100_grctx_generate_main() 1572 .bundle_size = 0x1800,
|
A D | ctxgf100.h | 28 u32 bundle_size; member
|
A D | gf100.c | 472 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()
|
/linux-6.3-rc2/drivers/infiniband/core/ |
A D | uverbs_ioctl.c | 80 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()
|
A D | rdma_core.h | 90 u16 bundle_size; member
|
Completed in 34 milliseconds