| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_bus.c | 22 RTE_VERIFY(bus); in rte_bus_register() 23 RTE_VERIFY(bus->name && strlen(bus->name)); in rte_bus_register() 25 RTE_VERIFY(bus->scan); in rte_bus_register() 26 RTE_VERIFY(bus->probe); in rte_bus_register() 27 RTE_VERIFY(bus->find_device); in rte_bus_register() 29 RTE_VERIFY(!bus->plug || bus->unplug); in rte_bus_register()
|
| H A D | eal_common_class.c | 18 RTE_VERIFY(class); in rte_class_register() 19 RTE_VERIFY(class->name && strlen(class->name)); in rte_class_register()
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_debug.h | 54 #define RTE_ASSERT(exp) RTE_VERIFY(exp) 58 #define RTE_VERIFY(exp) do { \ macro
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_debug.h | 47 #define RTE_ASSERT(exp) RTE_VERIFY(exp) 51 #define RTE_VERIFY(exp) do { \ macro
|
| /f-stack/dpdk/app/test/ |
| H A D | test_link_bonding_mode4.c | 231 RTE_VERIFY(test_params.slave_ports <= slave && in add_slave() 233 RTE_VERIFY(slave->bonded == 0); in add_slave() 234 RTE_VERIFY(slave->port_id != INVALID_PORT_ID); in add_slave() 262 RTE_VERIFY(slave->lacp_parnter_state == 0); in add_slave() 271 RTE_VERIFY(test_params.slave_ports <= slave && in remove_slave() 274 RTE_VERIFY(slave->bonded == 1); in remove_slave() 275 RTE_VERIFY(slave->port_id != INVALID_PORT_ID); in remove_slave() 302 RTE_VERIFY(lacp_pkt != NULL); in lacp_recv_cb() 880 RTE_VERIFY((expected_pkts_cnt & 1) == 0); in test_mode4_rx() 1318 RTE_VERIFY(exp_slave != NULL); in test_mode4_expired() [all …]
|
| H A D | resource.c | 26 RTE_VERIFY(r->name); in resource_find()
|
| H A D | test_barrier.c | 81 RTE_VERIFY(0); in store_load_barrier()
|
| H A D | test_link_bonding_rssconf.c | 611 RTE_VERIFY(test_func != NULL); in test_rssconf_executor()
|
| /f-stack/dpdk/lib/librte_pci/ |
| H A D | rte_pci.c | 111 RTE_VERIFY(size >= PCI_PRI_STR_SIZE); in rte_pci_device_name() 112 RTE_VERIFY(snprintf(output, size, PCI_PRI_FMT, in rte_pci_device_name()
|
| /f-stack/dpdk/lib/librte_graph/ |
| H A D | graph.c | 465 RTE_VERIFY(size != UINT16_MAX); in __rte_node_stream_alloc() 470 RTE_VERIFY(node->objs); in __rte_node_stream_alloc() 481 RTE_VERIFY(size != UINT16_MAX); in __rte_node_stream_alloc_size() 486 RTE_VERIFY(node->objs); in __rte_node_stream_alloc_size() 548 RTE_VERIFY(f); in graph_scan_dump()
|
| /f-stack/dpdk/drivers/common/sfc_efx/ |
| H A D | sfc_efx_debug.h | 23 #define SFC_EFX_ASSERT(exp) RTE_VERIFY(exp)
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_debug.h | 19 #define SFC_ASSERT(exp) RTE_VERIFY(exp)
|
| /f-stack/dpdk/lib/librte_node/ |
| H A D | ethdev_tx.c | 53 RTE_VERIFY(port_id < RTE_MAX_ETHPORTS); in ethdev_tx_node_init()
|
| H A D | ethdev_rx.c | 196 RTE_VERIFY(elem != NULL); in ethdev_rx_node_init()
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_utils.h | 56 #define MLX4_ASSERT(exp) RTE_VERIFY(exp)
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_txr.c | 169 RTE_VERIFY(tx_pkt->data_len); in bnxt_start_xmit() 246 RTE_VERIFY(txbd1->kid_or_ts_high_mss); in bnxt_start_xmit() 320 RTE_VERIFY(m_seg->data_len); in bnxt_start_xmit()
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common.h | 96 #define MLX5_ASSERT(exp) RTE_VERIFY(exp)
|
| /f-stack/dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_sym_reqmgr.c | 306 RTE_VERIFY(cnt <= MAX_SGBUF_CNT); in create_sglist_from_mbuf() 378 RTE_VERIFY(cnt <= MAX_SGBUF_CNT); in create_cipher_outbuf() 603 RTE_VERIFY(cnt <= MAX_SGBUF_CNT); in create_aead_outbuf()
|
| /f-stack/dpdk/drivers/bus/ifpga/ |
| H A D | ifpga_bus.c | 49 RTE_VERIFY(driver); in rte_ifpga_driver_register()
|
| /f-stack/dpdk/lib/librte_acl/ |
| H A D | rte_acl.c | 264 RTE_VERIFY(i != RTE_DIM(alg)); in acl_get_best_alg()
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipsec_process.c | 409 RTE_VERIFY(n == 0); in ipsec_cqp_process()
|
| /f-stack/dpdk/drivers/bus/fslmc/ |
| H A D | fslmc_bus.c | 517 RTE_VERIFY(driver); in rte_fslmc_driver_register()
|
| /f-stack/dpdk/drivers/bus/dpaa/ |
| H A D | dpaa_bus.c | 482 RTE_VERIFY(driver); in rte_dpaa_driver_register()
|
| /f-stack/dpdk/lib/librte_mempool/ |
| H A D | rte_mempool.h | 676 RTE_VERIFY((ops_index >= 0) && (ops_index < RTE_MEMPOOL_MAX_OPS_IDX)); in rte_mempool_get_ops()
|
| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | bpf_exec.c | 480 RTE_VERIFY(0); in bpf_exec()
|