Searched refs:stack_pages (Results 1 – 3 of 3) sorted by relevance
133 npa->stack_pages[NPA_POOL_RX] = (RQ_QLEN + stack_page_pointers - 1) / in npa_lf_setup()135 npa->stack_pages[NPA_POOL_TX] = (SQ_QLEN + stack_page_pointers - 1) / in npa_lf_setup()137 npa->stack_pages[NPA_POOL_SQB] = (SQB_QLEN + stack_page_pointers - 1) / in npa_lf_setup()166 npa->pool_stack[idx] = nix_memalloc(npa->stack_pages[idx], in npa_lf_setup()208 pool->s.stack_max_pages = npa->stack_pages[idx]; in npa_lf_setup()
142 u32 stack_pages[NPA_POOL_COUNT]; member
294 u64 stack_pages : 32; member
Completed in 15 milliseconds