Home
last modified time | relevance | path

Searched refs:rte_mp_action_register (Results 1 – 17 of 17) sorted by relevance

/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mp.c155 ret = rte_mp_action_register(name, primary_action); in mlx5_mp_init_primary()
178 return rte_mp_action_register(name, secondary_action); in mlx5_mp_init_secondary()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_mp.c201 ret = rte_mp_action_register(HNS3_MP_NAME, mp_primary_handle); in hns3_mp_init_primary()
228 ret = rte_mp_action_register(HNS3_MP_NAME, mp_secondary_handle); in hns3_mp_init_secondary()
/f-stack/dpdk/lib/librte_eal/windows/
H A Deal_mp.c28 rte_mp_action_register(const char *name, rte_mp_t action) in rte_mp_action_register() function
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_eal.h236 rte_mp_action_register(const char *name, rte_mp_t action);
/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_mp.c726 if (rte_mp_action_register(MP_ACTION_REQUEST, handle_request) && in register_mp_requests()
733 if (rte_mp_action_register(MP_ACTION_SYNC, handle_sync)) { in register_mp_requests()
738 if (rte_mp_action_register(MP_ACTION_ROLLBACK, handle_sync)) { in register_mp_requests()
743 if (rte_mp_action_register(MP_ACTION_RESPONSE, in register_mp_requests()
H A Dhotplug_mp.c446 ret = rte_mp_action_register(EAL_DEV_MP_ACTION_REQUEST, in eal_mp_dev_hotplug_init()
455 ret = rte_mp_action_register(EAL_DEV_MP_ACTION_REQUEST, in eal_mp_dev_hotplug_init()
H A Deal_common_proc.c202 rte_mp_action_register(const char *name, rte_mp_t action) in rte_mp_action_register() function
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_mp.c327 ret = rte_mp_action_register(MLX4_MP_NAME, mp_primary_handle); in mlx4_mp_init_primary()
350 return rte_mp_action_register(MLX4_MP_NAME, mp_secondary_handle); in mlx4_mp_init_secondary()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_vfio_mp_sync.c115 int ret = rte_mp_action_register(EAL_VFIO_MP, vfio_mp_primary); in vfio_mp_sync_setup()
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def166 rte_mp_action_register
H A Dversion.map228 rte_mp_action_register;
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpdump_lib.rst54 channel using ``rte_mp_action_register()`` API. The primary process will listen to secondary proces…
H A Dmulti_proc_support.rst230 This is accomplished by calling ``rte_mp_action_register()`` function. This
300 ``rte_mp_action_register()`` function. The name of the callback must match the
/f-stack/dpdk/drivers/bus/vdev/
H A Dvdev.c458 if (rte_mp_action_register(VDEV_MP_KEY, vdev_action) < 0 && in vdev_scan()
/f-stack/dpdk/lib/librte_pdump/
H A Drte_pdump.c356 int ret = rte_mp_action_register(PDUMP_MP, pdump_server); in rte_pdump_init()
/f-stack/dpdk/drivers/net/memif/
H A Drte_eth_memif.c1780 ret = rte_mp_action_register(MEMIF_MP_SEND_REGION, memif_mp_send_region); in rte_pmd_memif_probe()
/f-stack/dpdk/drivers/net/tap/
H A Drte_eth_tap.c2507 ret = rte_mp_action_register(TAP_MP_KEY, tap_mp_sync_queues); in rte_pmd_tap_probe()