| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_mp.c | 39 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_mp_req_mr_create() 81 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_mp_req_mempool_reg() 128 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_mp_req_queue_state_modify() 164 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_mp_req_verbs_cmd_fd() 225 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_mp_init_secondary() 235 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_mp_uninit_secondary()
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_mp.c | 119 MLX4_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mp_secondary_handle() 275 MLX4_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx4_mp_req_mr_create() 313 MLX4_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx4_mp_req_verbs_cmd_fd() 373 MLX4_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx4_mp_init_secondary() 383 MLX4_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx4_mp_uninit_secondary()
|
| H A D | mlx4_txq.c | 139 MLX4_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx4_tx_uar_init_secondary() 186 MLX4_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx4_tx_uar_init_secondary() 195 assert(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx4_tx_uar_uninit_secondary()
|
| H A D | mlx4.c | 379 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in mlx4_dev_close() 730 case RTE_PROC_SECONDARY: in mlx4_init_once() 879 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in mlx4_pci_probe() 1165 if (rte_eal_process_type() == RTE_PROC_SECONDARY) in mlx4_pci_remove()
|
| /dpdk/drivers/crypto/ipsec_mb/ |
| H A D | ipsec_mb_ops.c | 216 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in ipsec_mb_qp_setup() 255 if (rte_eal_process_type() == RTE_PROC_SECONDARY) in ipsec_mb_qp_setup() 291 if (rte_eal_process_type() == RTE_PROC_SECONDARY) in ipsec_mb_qp_setup()
|
| /dpdk/drivers/bus/fslmc/ |
| H A D | fslmc_vfio.c | 777 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in fslmc_process_mcp() 851 if (rte_eal_process_type() == RTE_PROC_SECONDARY && in fslmc_vfio_process_group() 912 if (rte_eal_process_type() == RTE_PROC_SECONDARY && in fslmc_vfio_process_group() 941 if (rte_eal_process_type() == RTE_PROC_SECONDARY) in fslmc_vfio_process_group() 957 if (rte_eal_process_type() == RTE_PROC_SECONDARY in fslmc_vfio_process_group()
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_timer.c | 57 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in set_tsc_freq()
|
| H A D | eal_common_proc.c | 554 if (rte_eal_process_type() == RTE_PROC_SECONDARY) in open_socket_fd() 740 if (!peer && (rte_eal_process_type() == RTE_PROC_SECONDARY)) in mp_send() 1018 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in rte_mp_request_sync() 1152 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in rte_mp_request_async()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_eal.h | 40 RTE_PROC_SECONDARY, enumerator
|
| /dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_mp_os.c | 161 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_mp_os_secondary_handle() 327 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_mp_os_req_queue_control()
|
| /dpdk/lib/ethdev/ |
| H A D | ethdev_pci.h | 165 if (rte_eal_process_type() == RTE_PROC_SECONDARY && in rte_eth_dev_pci_generic_remove()
|
| /dpdk/examples/multi_process/symmetric_mp/ |
| H A D | main.c | 202 if (rte_eal_process_type() == RTE_PROC_SECONDARY) in smp_port_init() 463 mp = (proc_type == RTE_PROC_SECONDARY) ? in main()
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio_pci_ethdev.c | 127 if (rte_eal_process_type() == RTE_PROC_SECONDARY) in eth_virtio_pci_uninit()
|
| /dpdk/app/test/ |
| H A D | test_pdump.c | 212 } else if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in test_pdump()
|
| H A D | test_timer_secondary.c | 177 } else if (proc_type == RTE_PROC_SECONDARY) { in test_timer_secondary()
|
| /dpdk/lib/cryptodev/ |
| H A D | cryptodev_pmd.c | 175 if (rte_eal_process_type() == RTE_PROC_SECONDARY) in rte_cryptodev_pmd_probing_finish()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_txq.c | 238 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in mlx5_tx_queue_stop() 306 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in mlx5_tx_queue_start() 598 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_tx_uar_uninit_secondary() 628 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_tx_uar_init_secondary()
|
| H A D | mlx5_rxtx.c | 421 case RTE_PROC_SECONDARY: in mlx5_queue_state_modify()
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_mp.c | 151 if (rte_eal_process_type() == RTE_PROC_SECONDARY || in mp_req_on_rxtx()
|
| /dpdk/lib/eal/freebsd/ |
| H A D | eal.c | 279 ptype = RTE_PROC_SECONDARY; in eal_proc_type_detect() 304 case RTE_PROC_SECONDARY: in rte_config_init()
|
| /dpdk/drivers/raw/ioat/ |
| H A D | ioat_common.c | 217 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in idxd_rawdev_create()
|
| /dpdk/lib/eal/windows/ |
| H A D | eal.c | 65 ptype = RTE_PROC_SECONDARY; in eal_proc_type_detect()
|
| /dpdk/lib/latencystats/ |
| H A D | rte_latencystats.c | 364 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in rte_latencystats_get()
|
| /dpdk/lib/eal/linux/ |
| H A D | eal.c | 363 ptype = RTE_PROC_SECONDARY; in eal_proc_type_detect() 388 case RTE_PROC_SECONDARY: in rte_config_init()
|
| /dpdk/drivers/net/failsafe/ |
| H A D | failsafe.c | 343 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in rte_pmd_failsafe_probe()
|