Home
last modified time | relevance | path

Searched refs:rte_mp_msg (Results 1 – 18 of 18) sorted by relevance

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_eal.h165 struct rte_mp_msg { struct
176 struct rte_mp_msg *msgs; /* caller to free */ argument
192 typedef int (*rte_mp_t)(const struct rte_mp_msg *msg, const void *peer);
208 typedef int (*rte_mp_async_reply_t)(const struct rte_mp_msg *request,
277 rte_mp_sendmsg(struct rte_mp_msg *msg);
312 rte_mp_request_sync(struct rte_mp_msg *req, struct rte_mp_reply *reply,
342 rte_mp_request_async(struct rte_mp_msg *req, const struct timespec *ts,
371 rte_mp_reply(struct rte_mp_msg *msg, const char *peer);
/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()
52 mp_primary_handle(const struct rte_mp_msg *mp_msg, const void *peer) in mp_primary_handle()
54 struct rte_mp_msg mp_res; in mp_primary_handle()
107 mp_secondary_handle(const struct rte_mp_msg *mp_msg, const void *peer) in mp_secondary_handle()
109 struct rte_mp_msg mp_res; in mp_secondary_handle()
161 struct rte_mp_msg mp_req; in mp_req_on_rxtx()
162 struct rte_mp_msg *mp_res; in mp_req_on_rxtx()
243 struct rte_mp_msg mp_req; in mlx4_mp_req_mr_create()
244 struct rte_mp_msg *mp_res; in mlx4_mp_req_mr_create()
282 struct rte_mp_msg mp_req; in mlx4_mp_req_verbs_cmd_fd()
[all …]
/f-stack/dpdk/lib/librte_eal/windows/
H A Deal_mp.c44 rte_mp_sendmsg(struct rte_mp_msg *msg) in rte_mp_sendmsg()
52 rte_mp_request_sync(struct rte_mp_msg *req, struct rte_mp_reply *reply, in rte_mp_request_sync()
63 rte_mp_request_async(struct rte_mp_msg *req, const struct timespec *ts, in rte_mp_request_async()
74 rte_mp_reply(struct rte_mp_msg *msg, const char *peer) in rte_mp_reply()
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mp.c30 struct rte_mp_msg mp_req; in mlx5_mp_req_mr_create()
31 struct rte_mp_msg *mp_res; in mlx5_mp_req_mr_create()
72 struct rte_mp_msg mp_req; in mlx5_mp_req_queue_state_modify()
73 struct rte_mp_msg *mp_res; in mlx5_mp_req_queue_state_modify()
109 struct rte_mp_msg mp_req; in mlx5_mp_req_verbs_cmd_fd()
110 struct rte_mp_msg *mp_res; 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()
/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()
52 mp_primary_handle(const struct rte_mp_msg *mp_msg __rte_unused, in mp_primary_handle()
70 mp_secondary_handle(const struct rte_mp_msg *mp_msg, const void *peer) in mp_secondary_handle()
72 struct rte_mp_msg mp_res; in mp_secondary_handle()
125 struct rte_mp_msg mp_req; in mp_req_on_rxtx()
126 struct rte_mp_msg *mp_res; in mp_req_on_rxtx()
/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_mp.c33 handle_sync_response(const struct rte_mp_msg *request,
36 handle_rollback_response(const struct rte_mp_msg *request,
149 struct rte_mp_msg reply; in handle_sync()
275 struct rte_mp_msg resp_msg; in handle_request()
296 struct rte_mp_msg sr_msg; in handle_request()
389 struct rte_mp_msg msg; in handle_sync_response()
410 struct rte_mp_msg msg; in handle_sync_response()
434 struct rte_mp_msg rb_msg; in handle_sync_response()
496 struct rte_mp_msg msg; in handle_rollback_response()
573 struct rte_mp_msg msg; in request_sync()
[all …]
H A Dhotplug_mp.c18 struct rte_mp_msg msg;
65 struct rte_mp_msg mp_resp; in send_response_to_secondary()
87 const struct rte_mp_msg *msg = &bundle->msg; in __handle_secondary_request()
184 handle_secondary_request(const struct rte_mp_msg *msg, const void *peer) in handle_secondary_request()
227 struct rte_mp_msg *msg = &bundle->msg; in __handle_primary_request()
230 struct rte_mp_msg mp_resp; in __handle_primary_request()
305 handle_primary_request(const struct rte_mp_msg *msg, const void *peer) in handle_primary_request()
307 struct rte_mp_msg mp_resp; in handle_primary_request()
367 struct rte_mp_msg mp_req; in eal_dev_hotplug_request_to_primary()
395 struct rte_mp_msg mp_req; in eal_dev_hotplug_request_to_secondary()
H A Deal_common_proc.c64 struct rte_mp_msg msg;
81 struct rte_mp_msg *request;
82 struct rte_mp_msg *reply;
321 struct rte_mp_msg *msg = &m->msg; in process_msg()
366 struct rte_mp_msg dummy; in process_msg()
428 struct rte_mp_msg *msg, *user_msgs, *tmp; in process_async_request()
774 check_input(const struct rte_mp_msg *msg) in check_input()
814 rte_mp_sendmsg(struct rte_mp_msg *msg) in rte_mp_sendmsg()
836 struct rte_mp_msg *reply_msg; in mp_request_async()
899 struct rte_mp_msg msg, *tmp; in mp_request_sync()
[all …]
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_mp_os.c22 mlx5_mp_os_primary_handle(const struct rte_mp_msg *mp_msg, const void *peer) in mlx5_mp_os_primary_handle()
24 struct rte_mp_msg mp_res; in mlx5_mp_os_primary_handle()
111 mlx5_mp_os_secondary_handle(const struct rte_mp_msg *mp_msg, const void *peer) in mlx5_mp_os_secondary_handle()
113 struct rte_mp_msg mp_res; in mlx5_mp_os_secondary_handle()
168 struct rte_mp_msg mp_req; in mp_req_on_rxtx()
169 struct rte_mp_msg *mp_res; in mp_req_on_rxtx()
259 struct rte_mp_msg mp_req; in mlx5_mp_os_req_queue_control()
260 struct rte_mp_msg *mp_res; in mlx5_mp_os_req_queue_control()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_vfio_mp_sync.c26 vfio_mp_primary(const struct rte_mp_msg *msg, const void *peer) in vfio_mp_primary()
30 struct rte_mp_msg reply; in vfio_mp_primary()
H A Deal_vfio.c267 struct rte_mp_msg mp_req, *mp_rep; in vfio_open_group_fd()
605 struct rte_mp_msg mp_req, *mp_rep; in vfio_sync_default_container()
1095 struct rte_mp_msg mp_req, *mp_rep; in vfio_get_default_container_fd()
1205 struct rte_mp_msg mp_req, *mp_rep; in rte_vfio_get_container_fd()
/f-stack/dpdk/drivers/bus/vdev/
H A Dvdev.c395 vdev_action(const struct rte_mp_msg *mp_msg, const void *peer) in vdev_action()
398 struct rte_mp_msg mp_resp; in vdev_action()
469 struct rte_mp_msg mp_req, *mp_rep; in vdev_scan()
/f-stack/dpdk/lib/librte_pdump/
H A Drte_pdump.c324 pdump_server(const struct rte_mp_msg *mp_msg, const void *peer) in pdump_server()
326 struct rte_mp_msg mp_resp; in pdump_server()
439 struct rte_mp_msg mp_req, *mp_rep; in pdump_prepare_client_request()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmulti_proc_support.rst242 To send a message, a ``rte_mp_msg`` descriptor must be populated first. The list
262 To send a request, a message descriptor ``rte_mp_msg`` must be populated.
301 ``name`` field in sender's ``rte_mp_msg`` message descriptor in order for this
308 If a response is required, a new ``rte_mp_msg`` message descriptor must be
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.h1249 int mlx5_mp_os_primary_handle(const struct rte_mp_msg *mp_msg,
1251 int mlx5_mp_os_secondary_handle(const struct rte_mp_msg *mp_msg,
/f-stack/dpdk/drivers/net/memif/
H A Drte_eth_memif.c84 memif_mp_send_region(const struct rte_mp_msg *msg, const void *peer) in memif_mp_send_region()
89 struct rte_mp_msg reply; in memif_mp_send_region()
130 struct rte_mp_msg msg, *reply; in memif_mp_request_regions()
/f-stack/dpdk/drivers/net/tap/
H A Drte_eth_tap.c2311 struct rte_mp_msg request, *reply; in tap_mp_attach_queues()
2354 tap_mp_sync_queues(const struct rte_mp_msg *request, const void *peer) in tap_mp_sync_queues()
2358 struct rte_mp_msg reply; in tap_mp_sync_queues()