Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_mp_os.c44 mp_init_msg(&priv->mp_id, &mp_res, param->type); in mlx5_mp_os_primary_handle()
54 mp_init_msg(&priv->mp_id, &mp_res, param->type); in mlx5_mp_os_primary_handle()
61 mp_init_msg(&priv->mp_id, &mp_res, param->type); in mlx5_mp_os_primary_handle()
67 mp_init_msg(&priv->mp_id, &mp_res, param->type); in mlx5_mp_os_primary_handle()
73 mp_init_msg(&priv->mp_id, &mp_res, param->type); in mlx5_mp_os_primary_handle()
79 mp_init_msg(&priv->mp_id, &mp_res, param->type); in mlx5_mp_os_primary_handle()
85 mp_init_msg(&priv->mp_id, &mp_res, param->type); in mlx5_mp_os_primary_handle()
135 mp_init_msg(&priv->mp_id, &mp_res, param->type); in mlx5_mp_os_secondary_handle()
144 mp_init_msg(&priv->mp_id, &mp_res, param->type); in mlx5_mp_os_secondary_handle()
185 mp_init_msg(&priv->mp_id, &mp_req, type); in mp_req_on_rxtx()
[all …]
/f-stack/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()
129 mp_init_msg(dev, &mp_res, param->type); in mp_secondary_handle()
138 mp_init_msg(dev, &mp_res, param->type); in mp_secondary_handle()
177 mp_init_msg(dev, &mp_req, type); in mp_req_on_rxtx()
252 mp_init_msg(dev, &mp_req, MLX4_MP_REQ_CREATE_MR); in mlx4_mp_req_mr_create()
290 mp_init_msg(dev, &mp_req, MLX4_MP_REQ_VERBS_CMD_FD); in mlx4_mp_req_verbs_cmd_fd()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_mp.c28 mp_init_msg(struct rte_eth_dev *dev, struct rte_mp_msg *msg, in mp_init_msg() function
91 mp_init_msg(dev, &mp_res, param->type); in mp_secondary_handle()
100 mp_init_msg(dev, &mp_res, param->type); in mp_secondary_handle()
140 mp_init_msg(dev, &mp_req, type); in mp_req_on_rxtx()
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mp.c39 mp_init_msg(mp_id, &mp_req, MLX5_MP_REQ_CREATE_MR); in mlx5_mp_req_mr_create()
81 mp_init_msg(mp_id, &mp_req, MLX5_MP_REQ_QUEUE_STATE_MODIFY); in mlx5_mp_req_queue_state_modify()
117 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.h71 mp_init_msg(struct mlx5_mp_id *mp_id, struct rte_mp_msg *msg, in mp_init_msg() function