Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/gr/
A Dctxgk20a.c66 grctx->bundle(chan, chan->bundle_cb->addr, grctx->bundle_size); in gk20a_grctx_generate_main()
74 .bundle_size = 0x1800,
A Dctxgm20b.c69 grctx->bundle(chan, chan->bundle_cb->addr, grctx->bundle_size); in gm20b_grctx_generate_main()
77 .bundle_size = 0x1800,
A Dctxgp104.c29 .bundle_size = 0x3000,
A Dctxgp107.c37 .bundle_size = 0x3000,
A Dctxgf104.c94 .bundle_size = 0x1800,
A Dctxgk110b.c85 .bundle_size = 0x3000,
A Dctxgf110.c342 .bundle_size = 0x1800,
A Dctxga102.c56 .bundle_size = 0x3000,
A Dctxtu102.c73 .bundle_size = 0x3000,
A Dctxgf119.c510 .bundle_size = 0x1800,
A Dctxgk208.c551 .bundle_size = 0x3000,
A Dctxgk110.c836 .bundle_size = 0x3000,
A Dctxgf108.c790 .bundle_size = 0x1800,
A Dctxgp102.c103 .bundle_size = 0x3000,
A Dctxgm200.c109 .bundle_size = 0x3000,
A Dctxgp100.c131 .bundle_size = 0x3000,
A Dctxgf117.c290 .bundle_size = 0x1800,
A Dctxgm107.c971 .bundle_size = 0x3000,
A Dctxgk104.c979 .bundle_size = 0x3000,
A Dctxgv100.c202 .bundle_size = 0x3000,
A Dctxgf100.c1372 grctx->bundle(chan, chan->bundle_cb->addr, grctx->bundle_size); in gf100_grctx_generate_main()
1572 .bundle_size = 0x1800,
A Dctxgf100.h28 u32 bundle_size; member
A 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()
/linux-6.3-rc2/drivers/infiniband/core/
A 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()
A Drdma_core.h90 u16 bundle_size; member

Completed in 34 milliseconds