| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_mp.c | 38 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_mp_req_mr_create() 80 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_mp_req_queue_state_modify() 116 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_mp_req_verbs_cmd_fd() 177 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_mp_init_secondary() 187 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_mp_uninit_secondary()
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_mp.c | 116 MLX4_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mp_secondary_handle() 251 MLX4_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx4_mp_req_mr_create() 289 MLX4_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx4_mp_req_verbs_cmd_fd() 349 MLX4_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx4_mp_init_secondary() 359 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() 165 MLX4_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx4_tx_uar_init_secondary()
|
| H A D | mlx4.c | 727 case RTE_PROC_SECONDARY: in mlx4_init_once() 875 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in mlx4_pci_probe()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_timer.c | 63 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in set_tsc_freq()
|
| H A D | eal_common_proc.c | 544 if (rte_eal_process_type() == RTE_PROC_SECONDARY) in open_socket_fd() 725 if (!peer && (rte_eal_process_type() == RTE_PROC_SECONDARY)) in mp_send() 1001 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in rte_mp_request_sync() 1135 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in rte_mp_request_async()
|
| H A D | eal_common_memzone.c | 390 } else if (rte_eal_process_type() == RTE_PROC_SECONDARY && in rte_eal_memzone_init()
|
| /f-stack/dpdk/drivers/bus/fslmc/ |
| H A D | fslmc_vfio.c | 768 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in fslmc_process_mcp() 840 if (rte_eal_process_type() == RTE_PROC_SECONDARY && in fslmc_vfio_process_group() 885 if (rte_eal_process_type() == RTE_PROC_SECONDARY && in fslmc_vfio_process_group() 914 if (rte_eal_process_type() == RTE_PROC_SECONDARY) in fslmc_vfio_process_group() 930 if (rte_eal_process_type() == RTE_PROC_SECONDARY in fslmc_vfio_process_group()
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_eal.h | 41 RTE_PROC_SECONDARY, enumerator
|
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_mp_os.c | 121 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_mp_os_secondary_handle() 268 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_mp_os_req_queue_control()
|
| /f-stack/dpdk/examples/multi_process/symmetric_mp/ |
| H A D | main.c | 203 if (rte_eal_process_type() == RTE_PROC_SECONDARY) in smp_port_init() 450 mp = (proc_type == RTE_PROC_SECONDARY) ? in main()
|
| /f-stack/dpdk/drivers/crypto/octeontx2/ |
| H A D | otx2_cryptodev.c | 128 if (rte_eal_process_type() == RTE_PROC_SECONDARY) in otx2_cpt_pci_probe()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_pdump.c | 204 } else if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in test_pdump()
|
| H A D | test_timer_secondary.c | 168 } else if (proc_type == RTE_PROC_SECONDARY) { in test_timer_secondary()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_txq.c | 225 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in mlx5_tx_queue_stop() 293 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in mlx5_tx_queue_start() 642 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_tx_uar_uninit_secondary() 672 MLX5_ASSERT(rte_eal_process_type() == RTE_PROC_SECONDARY); in mlx5_tx_uar_init_secondary()
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | eal.c | 61 ptype = RTE_PROC_SECONDARY; in eal_proc_type_detect()
|
| /f-stack/dpdk/lib/librte_eal/freebsd/ |
| H A D | eal.c | 367 ptype = RTE_PROC_SECONDARY; in eal_proc_type_detect() 392 case RTE_PROC_SECONDARY: in rte_config_init()
|
| /f-stack/dpdk/lib/librte_latencystats/ |
| H A D | rte_latencystats.c | 368 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in rte_latencystats_get()
|
| /f-stack/dpdk/drivers/crypto/qat/ |
| H A D | qat_asym_pmd.c | 257 } else if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in qat_asym_dev_create()
|
| H A D | qat_sym_pmd.c | 342 } else if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in qat_sym_dev_create()
|
| /f-stack/dpdk/drivers/net/failsafe/ |
| H A D | failsafe.c | 332 if (rte_eal_process_type() == RTE_PROC_SECONDARY && in rte_pmd_failsafe_probe()
|
| /f-stack/dpdk/drivers/common/qat/ |
| H A D | qat_device.c | 177 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in qat_pci_device_allocate()
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal.c | 459 ptype = RTE_PROC_SECONDARY; in eal_proc_type_detect() 484 case RTE_PROC_SECONDARY: in rte_config_init()
|
| /f-stack/dpdk/drivers/net/kni/ |
| H A D | rte_eth_kni.c | 449 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in eth_kni_probe()
|
| /f-stack/dpdk/drivers/bus/vdev/ |
| H A D | vdev.c | 468 if (rte_eal_process_type() == RTE_PROC_SECONDARY) { in vdev_scan()
|