Searched refs:mp_res (Results 1 – 4 of 4) sorted by relevance
33 struct rte_mp_msg mp_res; in mlx5_mp_os_handle_port_agnostic() local48 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() local94 mp_res.num_fds = 1; in mlx5_mp_os_primary_handle()152 struct rte_mp_msg mp_res; in mlx5_mp_os_secondary_handle() local223 struct rte_mp_msg *mp_res; in mp_req_on_rxtx() local259 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 …]
54 struct rte_mp_msg mp_res; in mp_primary_handle() local78 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() local180 struct rte_mp_msg *mp_res; in mp_req_on_rxtx() local215 mp_res = &mp_rep.msgs[i]; in mp_req_on_rxtx()268 struct rte_mp_msg *mp_res; in mlx4_mp_req_mr_create() local285 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() local322 mp_res = &mp_rep.msgs[0]; in mlx4_mp_req_verbs_cmd_fd()[all …]
31 struct rte_mp_msg *mp_res; in mlx5_mp_req_mr_create() local49 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() local96 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() local138 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() local173 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 …]
73 struct rte_mp_msg mp_res; in mp_secondary_handle() local74 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() local176 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()