Home
last modified time | relevance | path

Searched refs:mp_init_msg (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_mp_os.c93 mp_init_msg(&priv->mp_id, &mp_res, param->type); in mlx5_mp_os_primary_handle()
100 mp_init_msg(&priv->mp_id, &mp_res, param->type); in mlx5_mp_os_primary_handle()
106 mp_init_msg(&priv->mp_id, &mp_res, param->type); in mlx5_mp_os_primary_handle()
112 mp_init_msg(&priv->mp_id, &mp_res, param->type); in mlx5_mp_os_primary_handle()
118 mp_init_msg(&priv->mp_id, &mp_res, param->type); in mlx5_mp_os_primary_handle()
124 mp_init_msg(&priv->mp_id, &mp_res, param->type); in mlx5_mp_os_primary_handle()
189 mp_init_msg(&priv->mp_id, &mp_res, param->type); in mlx5_mp_os_secondary_handle()
198 mp_init_msg(&priv->mp_id, &mp_res, param->type); in mlx5_mp_os_secondary_handle()
239 mp_init_msg(&priv->mp_id, &mp_req, type); in mp_req_on_rxtx()
329 mp_init_msg(&priv->mp_id, &mp_req, req_type); in mlx5_mp_os_req_queue_control()
/dpdk/drivers/net/mlx4/
H A Dmlx4_mp.c28 mp_init_msg(struct rte_eth_dev *dev, struct rte_mp_msg *msg, in mp_init_msg() function
74 mp_init_msg(dev, &mp_res, param->type); in mp_primary_handle()
81 mp_init_msg(dev, &mp_res, param->type); in mp_primary_handle()
147 mp_init_msg(dev, &mp_res, param->type); in mp_secondary_handle()
156 mp_init_msg(dev, &mp_res, param->type); in mp_secondary_handle()
196 mp_init_msg(dev, &mp_req, type); in mp_req_on_rxtx()
276 mp_init_msg(dev, &mp_req, MLX4_MP_REQ_CREATE_MR); in mlx4_mp_req_mr_create()
314 mp_init_msg(dev, &mp_req, MLX4_MP_REQ_VERBS_CMD_FD); in mlx4_mp_req_verbs_cmd_fd()
/dpdk/drivers/net/hns3/
H A Dhns3_mp.c29 mp_init_msg(struct rte_eth_dev *dev, struct rte_mp_msg *msg, in mp_init_msg() function
115 mp_init_msg(dev, &mp_res, param->type); in mp_secondary_handle()
160 mp_init_msg(dev, &mp_req, type); in mp_req_on_rxtx()
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mp.c129 mp_init_msg(mp_id, &mp_req, MLX5_MP_REQ_QUEUE_STATE_MODIFY); in mlx5_mp_req_queue_state_modify()
165 mp_init_msg(mp_id, &mp_req, MLX5_MP_REQ_VERBS_CMD_FD); in mlx5_mp_req_verbs_cmd_fd()
H A Dmlx5_common_mp.h97 mp_init_msg(struct mlx5_mp_id *mp_id, struct rte_mp_msg *msg, in mp_init_msg() function