Searched refs:rte_mp_request_sync (Results 1 – 12 of 12) sorted by relevance
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_mp.c | 43 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mlx5_mp_req_mr_create() 88 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mlx5_mp_req_mempool_reg() 131 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mlx5_mp_req_queue_state_modify() 166 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mlx5_mp_req_verbs_cmd_fd()
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_mp.c | 208 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mp_req_on_rxtx() 284 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mlx4_mp_req_mr_create() 321 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mlx4_mp_req_verbs_cmd_fd()
|
| /dpdk/lib/eal/windows/ |
| H A D | eal_mp.c | 52 rte_mp_request_sync(struct rte_mp_msg *req, struct rte_mp_reply *reply, in rte_mp_request_sync() function
|
| /dpdk/lib/eal/include/ |
| H A D | rte_eal.h | 291 rte_mp_request_sync(struct rte_mp_msg *req, struct rte_mp_reply *reply,
|
| /dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_mp_os.c | 249 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mp_req_on_rxtx() 335 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mlx5_mp_os_req_queue_control()
|
| /dpdk/lib/eal/common/ |
| H A D | hotplug_mp.c | 379 ret = rte_mp_request_sync(&mp_req, &mp_reply, &ts); in eal_dev_hotplug_request_to_primary() 407 ret = rte_mp_request_sync(&mp_req, &mp_reply, &ts); in eal_dev_hotplug_request_to_secondary()
|
| H A D | malloc_mp.c | 655 ret = rte_mp_request_sync(&msg, &reply, &ts); in request_sync()
|
| H A D | eal_common_proc.c | 992 rte_mp_request_sync(struct rte_mp_msg *req, struct rte_mp_reply *reply, in rte_mp_request_sync() function
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_mp.c | 165 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mp_req_on_rxtx()
|
| /dpdk/lib/eal/ |
| H A D | version.map | 239 rte_mp_request_sync;
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_vfio.c | 404 if (rte_mp_request_sync(&mp_req, &mp_reply, &ts) == 0 && in vfio_open_group_fd() 684 if (rte_mp_request_sync(&mp_req, &mp_reply, &ts) == 0 && in vfio_sync_default_container() 1180 if (rte_mp_request_sync(&mp_req, &mp_reply, &ts) == 0 && in vfio_get_default_container_fd() 1342 if (rte_mp_request_sync(&mp_req, &mp_reply, &ts) == 0 && in rte_vfio_get_container_fd()
|
| /dpdk/lib/pdump/ |
| H A D | rte_pdump.c | 561 if (rte_mp_request_sync(&mp_req, &mp_reply, &ts) == 0) { in pdump_prepare_client_request()
|