Home
last modified time | relevance | path

Searched refs:rte_mp_t (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/eal/include/
H A Drte_eal.h190 typedef int (*rte_mp_t)(const struct rte_mp_msg *msg, const void *peer); typedef
230 rte_mp_action_register(const char *name, rte_mp_t action);
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mp.h129 int mlx5_mp_init_primary(const char *name, const rte_mp_t primary_action);
133 int mlx5_mp_init_secondary(const char *name, const rte_mp_t secondary_action);
H A Dmlx5_common_mp.c196 mlx5_mp_init_primary(const char *name, const rte_mp_t primary_action) in mlx5_mp_init_primary()
223 mlx5_mp_init_secondary(const char *name, const rte_mp_t secondary_action) in mlx5_mp_init_secondary()
/dpdk/lib/eal/windows/
H A Deal_mp.c28 rte_mp_action_register(const char *name, rte_mp_t action) in rte_mp_action_register()
/dpdk/lib/eal/common/
H A Deal_common_proc.c45 rte_mp_t action;
201 rte_mp_action_register(const char *name, rte_mp_t action) in rte_mp_action_register()
330 rte_mp_t action = NULL; in process_msg()
/dpdk/doc/guides/prog_guide/
H A Dmulti_proc_support.rst304 The callback's definition is ``rte_mp_t``, and consists of the incoming message