| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_bitops.h | 55 RTE_ASSERT(nr < 32); in rte_bit_relaxed_get32() 76 RTE_ASSERT(nr < 32); in rte_bit_relaxed_set32() 97 RTE_ASSERT(nr < 32); in rte_bit_relaxed_clear32() 121 RTE_ASSERT(nr < 32); in rte_bit_relaxed_test_and_set32() 147 RTE_ASSERT(nr < 32); in rte_bit_relaxed_test_and_clear32() 174 RTE_ASSERT(nr < 64); in rte_bit_relaxed_get64() 195 RTE_ASSERT(nr < 64); in rte_bit_relaxed_set64() 216 RTE_ASSERT(nr < 64); in rte_bit_relaxed_clear64() 240 RTE_ASSERT(nr < 64); in rte_bit_relaxed_test_and_set64() 266 RTE_ASSERT(nr < 64); in rte_bit_relaxed_test_and_clear64()
|
| H A D | rte_debug.h | 47 #define RTE_ASSERT(exp) RTE_VERIFY(exp) macro 49 #define RTE_ASSERT(exp) do {} while (0) macro
|
| /f-stack/dpdk/lib/librte_stack/ |
| H A D | rte_stack.h | 114 RTE_ASSERT(s != NULL); in rte_stack_push() 115 RTE_ASSERT(obj_table != NULL); in rte_stack_push() 138 RTE_ASSERT(s != NULL); in rte_stack_pop() 139 RTE_ASSERT(obj_table != NULL); in rte_stack_pop() 158 RTE_ASSERT(s != NULL); in rte_stack_count() 177 RTE_ASSERT(s != NULL); in rte_stack_free_count()
|
| /f-stack/dpdk/lib/librte_sched/ |
| H A D | rte_red.h | 207 RTE_ASSERT(red_cfg != NULL); in rte_red_enqueue_empty() 208 RTE_ASSERT(red != NULL); in rte_red_enqueue_empty() 322 RTE_ASSERT(red_cfg != NULL); in rte_red_enqueue_nonempty() 323 RTE_ASSERT(red != NULL); in rte_red_enqueue_nonempty() 385 RTE_ASSERT(red_cfg != NULL); in rte_red_enqueue() 386 RTE_ASSERT(red != NULL); in rte_red_enqueue()
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipip.h | 25 RTE_ASSERT(inip4->ip_v == IPVERSION || inip4->ip_v == IP6_VERSION); in ipip_outbound() 46 RTE_ASSERT(outip6 != NULL); in ipip_outbound() 65 RTE_ASSERT(outip4 != NULL); in ipip_outbound() 132 RTE_ASSERT(outip4->ip_v == IPVERSION || outip4->ip_v == IP6_VERSION); in ipip_inbound() 145 RTE_ASSERT(inip4->ip_v == IPVERSION || inip4->ip_v == IP6_VERSION); in ipip_inbound() 148 RTE_ASSERT(rte_pktmbuf_pkt_len(m) > ip_len); in ipip_inbound()
|
| H A D | esp.c | 32 RTE_ASSERT(sa != NULL); in esp_inbound() 37 RTE_ASSERT(m != NULL); in esp_inbound() 38 RTE_ASSERT(cop != NULL); in esp_inbound() 154 RTE_ASSERT(m != NULL); in esp_inbound_post() 155 RTE_ASSERT(sa != NULL); in esp_inbound_post() 156 RTE_ASSERT(cop != NULL); in esp_inbound_post() 234 RTE_ASSERT(m != NULL); in esp_outbound() 235 RTE_ASSERT(sa != NULL); in esp_outbound() 367 RTE_ASSERT(cop != NULL); in esp_outbound() 460 RTE_ASSERT(m != NULL); in esp_outbound_post() [all …]
|
| H A D | ipsec_process.c | 88 RTE_ASSERT(ss->crypto.ses == NULL); in fill_ipsec_session() 94 RTE_ASSERT(ss->security.ses == NULL); in fill_ipsec_session() 99 RTE_ASSERT(0); in fill_ipsec_session() 341 RTE_ASSERT(cqp->in_flight >= n); in cqp_dequeue()
|
| /f-stack/dpdk/lib/librte_rcu/ |
| H A D | rte_rcu_qsbr.h | 307 RTE_ASSERT(v != NULL && thread_id < v->max_threads); in rte_rcu_qsbr_thread_online() 363 RTE_ASSERT(v != NULL && thread_id < v->max_threads); in rte_rcu_qsbr_thread_offline() 401 RTE_ASSERT(v != NULL && thread_id < v->max_threads); in rte_rcu_qsbr_lock() 434 RTE_ASSERT(v != NULL && thread_id < v->max_threads); in rte_rcu_qsbr_unlock() 465 RTE_ASSERT(v != NULL); in rte_rcu_qsbr_start() 494 RTE_ASSERT(v != NULL && thread_id < v->max_threads); in rte_rcu_qsbr_quiescent() 679 RTE_ASSERT(v != NULL); in rte_rcu_qsbr_check()
|
| /f-stack/dpdk/lib/librte_mbuf/ |
| H A D | rte_mbuf.c | 46 RTE_ASSERT(mp->elt_size >= sizeof(struct rte_mbuf)); in rte_pktmbuf_pool_init() 60 RTE_ASSERT(mp->elt_size >= sizeof(struct rte_mbuf) + in rte_pktmbuf_pool_init() 65 RTE_ASSERT((user_mbp_priv->flags & in rte_pktmbuf_pool_init() 91 RTE_ASSERT(mp->elt_size >= mbuf_size); in rte_pktmbuf_init() 92 RTE_ASSERT(buf_len <= UINT16_MAX); in rte_pktmbuf_init() 126 RTE_ASSERT(RTE_MBUF_HAS_EXTBUF(m)); in rte_pktmbuf_free_pinned_extmem() 127 RTE_ASSERT(RTE_MBUF_HAS_PINNED_EXTBUF(m)); in rte_pktmbuf_free_pinned_extmem() 128 RTE_ASSERT(m->shinfo->fcb_opaque == m); in rte_pktmbuf_free_pinned_extmem() 182 RTE_ASSERT(mp->elt_size >= mbuf_size); in __rte_pktmbuf_init_extmem() 183 RTE_ASSERT(buf_len <= UINT16_MAX); in __rte_pktmbuf_init_extmem() [all …]
|
| H A D | rte_mbuf.h | 558 RTE_ASSERT(rte_mbuf_refcnt_read(m) == 1); in __rte_mbuf_raw_sanity_check() 559 RTE_ASSERT(m->next == NULL); in __rte_mbuf_raw_sanity_check() 560 RTE_ASSERT(m->nb_segs == 1); in __rte_mbuf_raw_sanity_check() 613 RTE_ASSERT(!RTE_MBUF_CLONED(m) && in rte_mbuf_raw_free() 1076 RTE_ASSERT(RTE_MBUF_DIRECT(m) && rte_mbuf_refcnt_read(m) == 1); in rte_pktmbuf_attach_extbuf() 1077 RTE_ASSERT(shinfo->free_cb != NULL); in rte_pktmbuf_attach_extbuf() 1149 RTE_ASSERT(RTE_MBUF_DIRECT(mi) && in rte_pktmbuf_attach() 1189 RTE_ASSERT(RTE_MBUF_HAS_EXTBUF(m)); in __rte_pktmbuf_free_extbuf() 1190 RTE_ASSERT(m->shinfo != NULL); in __rte_pktmbuf_free_extbuf() 1207 RTE_ASSERT(RTE_MBUF_CLONED(m)); in __rte_pktmbuf_free_direct()
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_debug.h | 54 #define RTE_ASSERT(exp) RTE_VERIFY(exp) macro 56 #define RTE_ASSERT(exp) do {} while (0) macro
|
| /f-stack/dpdk/lib/librte_ring/ |
| H A D | rte_ring_peek.h | 75 RTE_ASSERT(0); in __rte_ring_do_enqueue_start() 227 RTE_ASSERT(0); in rte_ring_enqueue_elem_finish() 275 RTE_ASSERT(0); in __rte_ring_do_dequeue_start() 429 RTE_ASSERT(0); in rte_ring_dequeue_elem_finish()
|
| H A D | rte_ring_peek_zc.h | 143 RTE_ASSERT(0); in __rte_ring_do_enqueue_zc_elem_start() 312 RTE_ASSERT(0); in rte_ring_enqueue_zc_elem_finish() 357 RTE_ASSERT(0); in __rte_ring_do_dequeue_zc_elem_start() 524 RTE_ASSERT(0); in rte_ring_dequeue_zc_elem_finish()
|
| H A D | rte_ring_peek_c11_mem.h | 40 RTE_ASSERT(n >= num); in __rte_ring_st_get_tail() 84 RTE_ASSERT(n >= num); in __rte_ring_hts_get_tail()
|
| /f-stack/dpdk/lib/librte_ipsec/ |
| H A D | crypto.h | 117 RTE_ASSERT(NULL); in copy_iv() 138 RTE_ASSERT(icv_len % sizeof(uint32_t) == 0); in insert_sqh() 157 RTE_ASSERT(icv_len % sizeof(uint32_t) == 0); in remove_sqh()
|
| H A D | ipsec_sqn.h | 274 RTE_ASSERT(n == sa->sqn.inb.rdidx); in rsn_update_start() 301 RTE_ASSERT(n != sa->sqn.inb.rdidx); in rsn_update_finish() 302 RTE_ASSERT(rsn == sa->sqn.inb.rsn[n]); in rsn_update_finish()
|
| /f-stack/dpdk/lib/librte_graph/ |
| H A D | rte_graph_worker.h | 159 RTE_ASSERT(node->fence == RTE_GRAPH_FENCE); in rte_graph_walk() 246 RTE_ASSERT(next < node->nb_edges); in __rte_node_next_node_get() 247 RTE_ASSERT(node->fence == RTE_GRAPH_FENCE); in __rte_node_next_node_get() 249 RTE_ASSERT(node->fence == RTE_GRAPH_FENCE); in __rte_node_next_node_get()
|
| /f-stack/dpdk/drivers/mempool/bucket/ |
| H A D | rte_mempool_bucket.c | 82 RTE_ASSERT(stack->top < stack->limit); in bucket_stack_push() 89 RTE_ASSERT(stack->top > 0); in bucket_stack_pop_unsafe() 126 RTE_ASSERT(rc == 0); in bucket_enqueue_single() 133 RTE_ASSERT(rc == 0); in bucket_enqueue_single() 150 RTE_ASSERT(rc == 0); in bucket_enqueue() 212 RTE_ASSERT(0); in bucket_dequeue_orphans() 272 RTE_ASSERT(rc == 0); in bucket_adopt_orphans()
|
| /f-stack/dpdk/examples/performance-thread/common/ |
| H A D | lthread_tls.c | 65 RTE_ASSERT(pool); in _lthread_key_pool_init() 212 RTE_ASSERT(tls != NULL); in _lthread_tls_alloc()
|
| H A D | lthread_pool.h | 83 RTE_ASSERT(p); in _qnode_pool_create() 90 RTE_ASSERT(p->stub); in _qnode_pool_create()
|
| /f-stack/dpdk/drivers/common/sfc_efx/ |
| H A D | sfc_efx_debug.h | 26 #define SFC_EFX_ASSERT(exp) RTE_ASSERT(exp)
|
| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | dpaa_sys.h | 18 #define DPAA_ASSERT(x) RTE_ASSERT(x)
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_debug.h | 22 #define SFC_ASSERT(exp) RTE_ASSERT(exp)
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ethdev_sec_tx.h | 62 RTE_ASSERT(sess->cpt_lmtline != NULL); in otx2_sec_event_tx() 63 RTE_ASSERT(!(offload_flags & (NIX_TX_OFFLOAD_MBUF_NOFF_F | in otx2_sec_event_tx()
|
| /f-stack/dpdk/drivers/net/failsafe/ |
| H A D | failsafe_rxtx.c | 124 RTE_ASSERT(!fs_rx_unsafe(sdev)); in failsafe_rx_burst_fast() 172 RTE_ASSERT(!fs_tx_unsafe(sdev)); in failsafe_tx_burst_fast()
|