Home
last modified time | relevance | path

Searched defs:stack (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/net/bnxt/tf_core/
H A Dstack.h15 struct stack { struct
17 int top; /**< maximum value in stack */ argument
18 uint32_t *items; /**< items in the stack */ argument
/dpdk/lib/stack/
H A Drte_stack_std.h26 struct rte_stack_std *stack = &s->stack_std; in __rte_stack_std_push() local
64 struct rte_stack_std *stack = &s->stack_std; in __rte_stack_std_pop() local
/dpdk/drivers/raw/cnxk_gpio/
H A Dcnxk_gpio_irq.c52 struct cnxk_gpio_irq_stack *stack; in cnxk_gpio_irq_stack_free() local
78 struct cnxk_gpio_irq_stack *stack; in cnxk_gpio_irq_stack_alloc() local
/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c64 struct bucket_stack *stack; in bucket_stack_create() local
80 bucket_stack_push(struct bucket_stack *stack, void *obj) in bucket_stack_push()
87 bucket_stack_pop_unsafe(struct bucket_stack *stack) in bucket_stack_pop_unsafe()
94 bucket_stack_pop(struct bucket_stack *stack) in bucket_stack_pop()
/dpdk/lib/bpf/
H A Dbpf_exec.c484 uint64_t stack[MAX_BPF_STACK_SIZE / sizeof(uint64_t)]; in rte_bpf_exec_burst() local
/dpdk/lib/table/
H A Drte_table_hash_key8.c81 uint32_t *stack; member
H A Drte_table_hash_key32.c85 uint32_t *stack; member
H A Drte_table_hash_key16.c85 uint32_t *stack; member