Searched refs:rte_mp_t (Results 1 – 6 of 6) sorted by relevance
84 int mlx5_mp_init_primary(const char *name, const rte_mp_t primary_action);88 int mlx5_mp_init_secondary(const char *name, const rte_mp_t secondary_action);
148 mlx5_mp_init_primary(const char *name, const rte_mp_t primary_action) in mlx5_mp_init_primary()175 mlx5_mp_init_secondary(const char *name, const rte_mp_t secondary_action) in mlx5_mp_init_secondary()
192 typedef int (*rte_mp_t)(const struct rte_mp_msg *msg, const void *peer); typedef236 rte_mp_action_register(const char *name, rte_mp_t action);
28 rte_mp_action_register(const char *name, rte_mp_t action) in rte_mp_action_register()
46 rte_mp_t action;202 rte_mp_action_register(const char *name, rte_mp_t action) in rte_mp_action_register()322 rte_mp_t action = NULL; in process_msg()
304 The callback's definition is ``rte_mp_t``, and consists of the incoming message