Home
last modified time | relevance | path

Searched refs:mp_res (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_mp_os.c33 struct rte_mp_msg mp_res; in mlx5_mp_os_handle_port_agnostic() local
48 return rte_mp_reply(&mp_res, peer); in mlx5_mp_os_handle_port_agnostic()
53 return rte_mp_reply(&mp_res, peer); in mlx5_mp_os_handle_port_agnostic()
58 return rte_mp_reply(&mp_res, peer); in mlx5_mp_os_handle_port_agnostic()
68 struct rte_mp_msg mp_res; in mlx5_mp_os_primary_handle() local
94 mp_res.num_fds = 1; in mlx5_mp_os_primary_handle()
152 struct rte_mp_msg mp_res; in mlx5_mp_os_secondary_handle() local
223 struct rte_mp_msg *mp_res; in mp_req_on_rxtx() local
259 mp_res = &mp_rep.msgs[i]; in mp_req_on_rxtx()
319 struct rte_mp_msg *mp_res; in mlx5_mp_os_req_queue_control() local
[all …]
/dpdk/drivers/net/mlx4/
H A Dmlx4_mp.c54 struct rte_mp_msg mp_res; in mp_primary_handle() local
78 ret = rte_mp_reply(&mp_res, peer); in mp_primary_handle()
82 mp_res.num_fds = 1; in mp_primary_handle()
109 struct rte_mp_msg mp_res; in mp_secondary_handle() local
180 struct rte_mp_msg *mp_res; in mp_req_on_rxtx() local
215 mp_res = &mp_rep.msgs[i]; in mp_req_on_rxtx()
268 struct rte_mp_msg *mp_res; in mlx4_mp_req_mr_create() local
285 mp_res = &mp_rep.msgs[0]; in mlx4_mp_req_mr_create()
307 struct rte_mp_msg *mp_res; in mlx4_mp_req_verbs_cmd_fd() local
322 mp_res = &mp_rep.msgs[0]; in mlx4_mp_req_verbs_cmd_fd()
[all …]
/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mp.c31 struct rte_mp_msg *mp_res; in mlx5_mp_req_mr_create() local
49 mp_res = &mp_rep.msgs[0]; in mlx5_mp_req_mr_create()
50 res = (struct mlx5_mp_param *)mp_res->param; in mlx5_mp_req_mr_create()
72 struct rte_mp_msg *mp_res; in mlx5_mp_req_mempool_reg() local
96 mp_res = &mp_rep.msgs[0]; in mlx5_mp_req_mempool_reg()
121 struct rte_mp_msg *mp_res; in mlx5_mp_req_queue_state_modify() local
138 mp_res = &mp_rep.msgs[0]; in mlx5_mp_req_queue_state_modify()
158 struct rte_mp_msg *mp_res; in mlx5_mp_req_verbs_cmd_fd() local
173 mp_res = &mp_rep.msgs[0]; in mlx5_mp_req_verbs_cmd_fd()
183 MLX5_ASSERT(mp_res->num_fds == 1); in mlx5_mp_req_verbs_cmd_fd()
[all …]
/dpdk/drivers/net/hns3/
H A Dhns3_mp.c73 struct rte_mp_msg mp_res; in mp_secondary_handle() local
74 struct hns3_mp_param *res = (struct hns3_mp_param *)mp_res.param; in mp_secondary_handle()
115 mp_init_msg(dev, &mp_res, param->type); in mp_secondary_handle()
117 ret = rte_mp_reply(&mp_res, peer); in mp_secondary_handle()
144 struct rte_mp_msg *mp_res; in mp_req_on_rxtx() local
176 mp_res = &mp_rep.msgs[i]; in mp_req_on_rxtx()
177 res = (struct hns3_mp_param *)mp_res->param; in mp_req_on_rxtx()