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

/u-boot/drivers/net/octeontx2/
H A Dnix.c114 int stack_page_pointers; local
130 stack_page_pointers = npa_af_const.s.stack_page_ptrs;
133 npa->stack_pages[NPA_POOL_RX] = (RQ_QLEN + stack_page_pointers - 1) /
134 stack_page_pointers;
135 npa->stack_pages[NPA_POOL_TX] = (SQ_QLEN + stack_page_pointers - 1) /
136 stack_page_pointers;
137 npa->stack_pages[NPA_POOL_SQB] = (SQB_QLEN + stack_page_pointers - 1) /
138 stack_page_pointers;
139 npa->pool_stack_pointers = stack_page_pointers;

Completed in 33 milliseconds