Searched refs:nix_memalloc (Results 1 – 1 of 1) sorted by relevance
/u-boot/drivers/net/octeontx2/ |
A D | nix.c | 41 static void *nix_memalloc(int num_elements, size_t elem_size, const char *msg) in nix_memalloc() function 149 npa->aura_ctx = nix_memalloc(NPA_POOL_COUNT, in npa_lf_setup() 158 npa->pool_ctx[idx] = nix_memalloc(1, in npa_lf_setup() 166 npa->pool_stack[idx] = nix_memalloc(npa->stack_pages[idx], in npa_lf_setup() 220 npa->buffers[idx] = nix_memalloc(npa->q_len[idx], in npa_lf_setup() 275 nix->rq_ctx_base = nix_memalloc(nix->rq_cnt, nix_af->rq_ctx_sz, in nix_lf_setup() 282 nix->sq_ctx_base = nix_memalloc(nix->sq_cnt, nix_af->sq_ctx_sz, in nix_lf_setup() 289 nix->cq_ctx_base = nix_memalloc(nix->cq_cnt, nix_af->cq_ctx_sz, in nix_lf_setup() 302 nix->qint_base = nix_memalloc(nix_af->qints, nix_af->qint_ctx_sz, in nix_lf_setup() 307 nix->cint_base = nix_memalloc(nix_af->cints, nix_af->cint_ctx_sz, in nix_lf_setup() [all …]
|
Completed in 3 milliseconds