Home
last modified time | relevance | path

Searched defs:capacity (Results 1 – 10 of 10) sorted by relevance

/dpdk/lib/metrics/
H A Drte_metrics.c227 uint16_t capacity) in rte_metrics_get_names()
259 uint16_t capacity) in rte_metrics_get_values()
/dpdk/lib/ring/
H A Drte_ring_generic_pvt.h60 const uint32_t capacity = r->capacity; in __rte_ring_move_prod_head() local
H A Drte_ring_c11_pvt.h59 const uint32_t capacity = r->capacity; in __rte_ring_move_prod_head() local
H A Drte_ring_rts_elem_pvt.h77 const uint32_t capacity = r->capacity; in __rte_ring_rts_move_prod_head() local
H A Drte_ring_hts_elem_pvt.h62 const uint32_t capacity = r->capacity; in __rte_ring_hts_move_prod_head() local
H A Drte_ring_core.h128 uint32_t capacity; /**< Usable size of ring */ member
/dpdk/drivers/net/qede/base/
H A Decore_spq.c518 u32 i, capacity; in ecore_spq_setup() local
582 u32 capacity; in ecore_spq_alloc() local
633 u32 capacity; in ecore_spq_free() local
H A Decore_chain.h100 u32 capacity; member
/dpdk/drivers/event/dsw/
H A Ddsw_xstats.c224 unsigned int capacity; member
251 unsigned int *ids, unsigned int capacity) in dsw_xstats_get_names()
/dpdk/lib/stack/
H A Drte_stack.h79 uint32_t capacity; /**< Usable size of the stack. */ member