Home
last modified time | relevance | path

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

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