| /dpdk/drivers/net/bnxt/tf_core/ |
| H A D | stack.c | 24 st->top = STACK_EMPTY; in stack_init() 43 return st->top + 1; in stack_size() 51 return st->top == STACK_EMPTY; in stack_is_empty() 59 return st->top == st->max - 1; in stack_is_full() 72 st->items[++st->top] = x; in stack_push() 86 *x = st->items[st->top]; in stack_pop() 87 st->top--; in stack_pop() 98 printf("top=%d\n", st->top); in stack_dump() 101 if (st->top == -1) { in stack_dump()
|
| H A D | stack.h | 17 int top; /**< maximum value in stack */ member
|
| /dpdk/lib/stack/ |
| H A D | rte_stack_lf_c11.h | 50 new_head.top = first; in __rte_stack_lf_push_elems() 53 last->next = old_head.top; in __rte_stack_lf_push_elems() 115 rte_prefetch0(old_head.top); in __rte_stack_lf_pop_elems() 117 tmp = old_head.top; in __rte_stack_lf_pop_elems() 141 new_head.top = tmp; in __rte_stack_lf_pop_elems() 166 return old_head.top; in __rte_stack_lf_pop_elems()
|
| H A D | rte_stack_lf_generic.h | 57 new_head.top = first; in __rte_stack_lf_push_elems() 60 last->next = old_head.top; in __rte_stack_lf_push_elems() 110 rte_prefetch0(old_head.top); in __rte_stack_lf_pop_elems() 112 tmp = old_head.top; in __rte_stack_lf_pop_elems() 136 new_head.top = tmp; in __rte_stack_lf_pop_elems() 148 return old_head.top; in __rte_stack_lf_pop_elems()
|
| H A D | rte_stack.h | 39 struct rte_stack_lf_elem *top; /**< Stack top */ member
|
| /dpdk/drivers/mempool/bucket/ |
| H A D | rte_mempool_bucket.c | 36 unsigned int top; member 74 stack->top = 0; in bucket_stack_create() 82 RTE_ASSERT(stack->top < stack->limit); in bucket_stack_push() 83 stack->objects[stack->top++] = obj; in bucket_stack_push() 89 RTE_ASSERT(stack->top > 0); in bucket_stack_pop_unsafe() 90 return stack->objects[--stack->top]; in bucket_stack_pop_unsafe() 96 if (stack->top == 0) in bucket_stack_pop() 152 if (local_stack->top > bd->bucket_stack_thresh) { in bucket_enqueue() 156 local_stack->top - in bucket_enqueue() 159 local_stack->top = bd->bucket_stack_thresh; in bucket_enqueue() [all …]
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_fme_dperf.c | 251 u8 top = GET_FIELD(PROP_TOP, prop->prop_id); in fme_global_dperf_get_prop() local 253 switch (top) { in fme_global_dperf_get_prop() 285 u8 top = GET_FIELD(PROP_TOP, prop->prop_id); in fme_global_dperf_set_prop() local 287 switch (top) { in fme_global_dperf_set_prop()
|
| H A D | ifpga_fme_error.c | 318 u8 top = GET_FIELD(PROP_TOP, prop->prop_id); in fme_global_error_get_prop() local 325 switch (top) { in fme_global_error_get_prop() 370 u8 top = GET_FIELD(PROP_TOP, prop->prop_id); in fme_global_error_set_prop() local 377 switch (top) { in fme_global_error_set_prop()
|
| H A D | ifpga_fme_iperf.c | 632 u8 top = GET_FIELD(PROP_TOP, prop->prop_id); in fme_global_iperf_get_prop() local 634 switch (top) { in fme_global_iperf_get_prop() 696 u8 top = GET_FIELD(PROP_TOP, prop->prop_id); in fme_global_iperf_set_prop() local 698 switch (top) { in fme_global_iperf_set_prop()
|
| /dpdk/doc/guides/ |
| H A D | custom.css | 10 margin-top: 18px;
|
| /dpdk/drivers/net/pfe/ |
| H A D | pfe_hal.c | 246 writel(hash->top, base + EMAC_GAUR); in gemac_set_hash() 259 writel((htonl(address->top) | 0x8808), base + in gemac_set_laddrN() 264 writel((htonl(address->top) | 0x8808), base + ((entry_index - in gemac_set_laddrN()
|
| H A D | pfe_ethdev.c | 631 hash_addr.top = 0xFFFFFFFF; in pfe_allmulticast_enable() 677 enet_addr->top = enet_byte_addr[4] | in pfe_eth_enet_addr_byte_mac()
|
| /dpdk/drivers/net/pfe/base/cbus/ |
| H A D | emac_mtip.h | 202 u32 top; /* Upper 32-bits of address. */ member
|
| /dpdk/doc/guides/bbdevs/ |
| H A D | acc100.rst | 108 cd <dpdk-top-level-directory> 118 cd <dpdk-top-level-directory> 222 On top of the embedded configuration feature supported in test-bbdev using "- -init-device"
|
| H A D | fpga_5gnr_fec.rst | 102 cd <dpdk-top-level-directory> 280 On top of the embedded configuration feature supported in test-bbdev using "- -init-device"
|
| H A D | fpga_lte_fec.rst | 101 cd <dpdk-top-level-directory> 299 On top of the embedded configuration feature supported in test-bbdev using "- -init-device"
|
| /dpdk/examples/pipeline/examples/ |
| H A D | learner.spec | 16 ; persistent between packets. On top of the usual table stats, the learner table stats include the
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | ccp.rst | 83 cd to the top-level DPDK directory
|
| H A D | qat.rst | 591 cd to the top-level DPDK directory 605 cd to the top-level DPDK directory 620 cd to the top-level DPDK directory 635 cd to the top-level DPDK directory
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | rxtx_callbacks.rst | 18 on top of the latency since the packet was received and processed by the RX
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | stack_lib.rst | 74 compare-and-swap instruction to atomically update both the stack top pointer
|
| H A D | traffic_metering_and_policing.rst | 28 The metering and policing stage typically sits on top of flow classification,
|
| H A D | thread_safety_dpdk_functions.rst | 26 However, if required the developer can add layers on top of these libraries to provide thread safet…
|
| H A D | ipsec_lib.rst | 29 The SA level API is based on top of crypto-dev/security API and relies on
|
| /dpdk/doc/guides/nics/ |
| H A D | mvpp2.rst | 103 available in the ``doc`` top level directory of the MUSDK sources. 649 Hierarchy is always constructed from the top, i.e first a root node is added
|