Home
last modified time | relevance | path

Searched refs:RTE_VERIFY (Results 1 – 25 of 34) sorted by relevance

12

/dpdk/lib/eal/common/
H A Deal_common_bus.c22 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 Deal_common_class.c18 RTE_VERIFY(class); in rte_class_register()
19 RTE_VERIFY(class->name && strlen(class->name)); in rte_class_register()
/dpdk/lib/eal/include/
H A Drte_debug.h47 #define RTE_ASSERT(exp) RTE_VERIFY(exp)
51 #define RTE_VERIFY(exp) do { \ macro
/dpdk/app/test/
H A Dtest_link_bonding_mode4.c229 RTE_VERIFY(test_params.slave_ports <= slave && in add_slave()
231 RTE_VERIFY(slave->bonded == 0); in add_slave()
232 RTE_VERIFY(slave->port_id != INVALID_PORT_ID); in add_slave()
260 RTE_VERIFY(slave->lacp_parnter_state == 0); in add_slave()
269 RTE_VERIFY(test_params.slave_ports <= slave && in remove_slave()
272 RTE_VERIFY(slave->bonded == 1); in remove_slave()
273 RTE_VERIFY(slave->port_id != INVALID_PORT_ID); in remove_slave()
300 RTE_VERIFY(lacp_pkt != NULL); in lacp_recv_cb()
878 RTE_VERIFY((expected_pkts_cnt & 1) == 0); in test_mode4_rx()
1317 RTE_VERIFY(exp_slave != NULL); in test_mode4_expired()
[all …]
H A Dresource.c26 RTE_VERIFY(r->name); in resource_find()
H A Dtest_barrier.c80 RTE_VERIFY(0); in store_load_barrier()
H A Dtest_link_bonding_rssconf.c613 RTE_VERIFY(test_func != NULL); in test_rssconf_executor()
/dpdk/lib/graph/
H A Dgraph.c465 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()
/dpdk/lib/pci/
H A Drte_pci.c98 RTE_VERIFY(size >= PCI_PRI_STR_SIZE); in rte_pci_device_name()
99 RTE_VERIFY(snprintf(output, size, PCI_PRI_FMT, in rte_pci_device_name()
/dpdk/drivers/vdpa/sfc/
H A Dsfc_vdpa_debug.h14 #define SFC_VDPA_ASSERT(exp) RTE_VERIFY(exp)
/dpdk/drivers/common/sfc_efx/
H A Dsfc_efx_debug.h23 #define SFC_EFX_ASSERT(exp) RTE_VERIFY(exp)
/dpdk/drivers/net/sfc/
H A Dsfc_debug.h19 #define SFC_ASSERT(exp) RTE_VERIFY(exp)
/dpdk/lib/node/
H A Dethdev_tx.c52 RTE_VERIFY(port_id < RTE_MAX_ETHPORTS); in ethdev_tx_node_init()
H A Dethdev_rx.c195 RTE_VERIFY(elem != NULL); in ethdev_rx_node_init()
/dpdk/drivers/net/mlx4/
H A Dmlx4_utils.h55 #define MLX4_ASSERT(exp) RTE_VERIFY(exp)
/dpdk/drivers/net/bnxt/
H A Dbnxt_txr.c182 RTE_VERIFY(tx_pkt->data_len); in bnxt_start_xmit()
259 RTE_VERIFY(txbd1->kid_or_ts_high_mss); in bnxt_start_xmit()
333 RTE_VERIFY(m_seg->data_len); in bnxt_start_xmit()
/dpdk/lib/eal/windows/
H A Deal_lcore.c250 RTE_VERIFY(cpu_index < CPU_SETSIZE); in eal_get_cpu_affinity()
/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym_reqmgr.c306 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()
/dpdk/drivers/common/mlx5/
H A Dmlx5_common.h99 #define MLX5_ASSERT(exp) RTE_VERIFY(exp)
/dpdk/drivers/bus/ifpga/
H A Difpga_bus.c49 RTE_VERIFY(driver); in rte_ifpga_driver_register()
/dpdk/lib/acl/
H A Drte_acl.c263 RTE_VERIFY(i != RTE_DIM(alg)); in acl_get_best_alg()
/dpdk/drivers/bus/fslmc/
H A Dfslmc_bus.c530 RTE_VERIFY(driver); in rte_fslmc_driver_register()
/dpdk/examples/ipsec-secgw/
H A Dipsec_process.c435 RTE_VERIFY(n == 0); in ipsec_cqp_process()
/dpdk/drivers/bus/dpaa/
H A Ddpaa_bus.c518 RTE_VERIFY(driver); in rte_dpaa_driver_register()
/dpdk/drivers/crypto/armv8/
H A Drte_armv8_pmd.c636 RTE_VERIFY(crypto_func != NULL); in process_armv8_chained_op()

12