Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dstack.h103 int stack_pop(struct stack *st, uint32_t *x);
H A Dstack.c81 stack_pop(struct stack *st, uint32_t *x) in stack_pop() function
H A Dtf_em_common.c200 rc = stack_pop(pool, &index); in tf_tbl_ext_alloc()