Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds