Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_mp_os.c24 struct rte_mp_msg mp_res; in mlx5_mp_os_primary_handle() local
51 ret = rte_mp_reply(&mp_res, peer); in mlx5_mp_os_primary_handle()
55 mp_res.num_fds = 1; in mlx5_mp_os_primary_handle()
58 ret = rte_mp_reply(&mp_res, peer); in mlx5_mp_os_primary_handle()
64 ret = rte_mp_reply(&mp_res, peer); in mlx5_mp_os_primary_handle()
70 ret = rte_mp_reply(&mp_res, peer); in mlx5_mp_os_primary_handle()
113 struct rte_mp_msg mp_res; in mlx5_mp_os_secondary_handle() local
169 struct rte_mp_msg *mp_res; in mp_req_on_rxtx() local
200 mp_res = &mp_rep.msgs[i]; in mp_req_on_rxtx()
260 struct rte_mp_msg *mp_res; in mlx5_mp_os_req_queue_control() local
[all …]
/f-stack/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
162 struct rte_mp_msg *mp_res; in mp_req_on_rxtx() local
191 mp_res = &mp_rep.msgs[i]; in mp_req_on_rxtx()
244 struct rte_mp_msg *mp_res; in mlx4_mp_req_mr_create() local
261 mp_res = &mp_rep.msgs[0]; in mlx4_mp_req_mr_create()
283 struct rte_mp_msg *mp_res; in mlx4_mp_req_verbs_cmd_fd() local
298 mp_res = &mp_rep.msgs[0]; in mlx4_mp_req_verbs_cmd_fd()
[all …]
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mp.c31 struct rte_mp_msg *mp_res; in mlx5_mp_req_mr_create() local
48 mp_res = &mp_rep.msgs[0]; in mlx5_mp_req_mr_create()
49 res = (struct mlx5_mp_param *)mp_res->param; in mlx5_mp_req_mr_create()
73 struct rte_mp_msg *mp_res; in mlx5_mp_req_queue_state_modify() local
90 mp_res = &mp_rep.msgs[0]; in mlx5_mp_req_queue_state_modify()
91 res = (struct mlx5_mp_param *)mp_res->param; in mlx5_mp_req_queue_state_modify()
110 struct rte_mp_msg *mp_res; in mlx5_mp_req_verbs_cmd_fd() local
125 mp_res = &mp_rep.msgs[0]; in mlx5_mp_req_verbs_cmd_fd()
126 res = (struct mlx5_mp_param *)mp_res->param; in mlx5_mp_req_verbs_cmd_fd()
135 MLX5_ASSERT(mp_res->num_fds == 1); in mlx5_mp_req_verbs_cmd_fd()
[all …]
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_mp.c72 struct rte_mp_msg mp_res; in mp_secondary_handle() local
73 struct hns3_mp_param *res = (struct hns3_mp_param *)mp_res.param; in mp_secondary_handle()
91 mp_init_msg(dev, &mp_res, param->type); in mp_secondary_handle()
93 ret = rte_mp_reply(&mp_res, peer); in mp_secondary_handle()
100 mp_init_msg(dev, &mp_res, param->type); in mp_secondary_handle()
102 ret = rte_mp_reply(&mp_res, peer); in mp_secondary_handle()
126 struct rte_mp_msg *mp_res; in mp_req_on_rxtx() local
156 mp_res = &mp_rep.msgs[i]; in mp_req_on_rxtx()
157 res = (struct hns3_mp_param *)mp_res->param; in mp_req_on_rxtx()