Home
last modified time | relevance | path

Searched refs:NPA_POOL_COUNT (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/net/octeontx2/
A Dnix.h39 #define NPA_POOL_COUNT 3 macro
135 void *pool_ctx[NPA_POOL_COUNT];
136 void *pool_stack[NPA_POOL_COUNT];
137 void **buffers[NPA_POOL_COUNT];
138 u32 pool_stack_pages[NPA_POOL_COUNT];
140 u32 q_len[NPA_POOL_COUNT];
141 u32 buf_size[NPA_POOL_COUNT];
142 u32 stack_pages[NPA_POOL_COUNT];
A Dnix.c149 npa->aura_ctx = nix_memalloc(NPA_POOL_COUNT, in npa_lf_setup()
157 for (idx = 0; idx < NPA_POOL_COUNT; idx++) { in npa_lf_setup()
183 for (idx = 0; idx < NPA_POOL_COUNT; idx++) { in npa_lf_setup()
219 for (idx = 0; idx < NPA_POOL_COUNT; idx++) { in npa_lf_setup()
229 for (idx = 0; idx < NPA_POOL_COUNT; idx++) { in npa_lf_setup()
247 err = npa_lf_admin_shutdown(nix->nix_af, nix->lf, NPA_POOL_COUNT); in npa_lf_shutdown()
256 for (pool = 0; pool < NPA_POOL_COUNT; pool++) { in npa_lf_shutdown()

Completed in 7 milliseconds