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

/u-boot/drivers/net/octeontx2/
H 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];
H A Dnix.c149 npa->aura_ctx = nix_memalloc(NPA_POOL_COUNT,
157 for (idx = 0; idx < NPA_POOL_COUNT; idx++) {
183 for (idx = 0; idx < NPA_POOL_COUNT; idx++) {
219 for (idx = 0; idx < NPA_POOL_COUNT; idx++) {
229 for (idx = 0; idx < NPA_POOL_COUNT; idx++) {
247 err = npa_lf_admin_shutdown(nix->nix_af, nix->lf, NPA_POOL_COUNT);
256 for (pool = 0; pool < NPA_POOL_COUNT; pool++) {

Completed in 89 milliseconds