Home
last modified time | relevance | path

Searched refs:rte_mp_request_sync (Results 1 – 17 of 17) sorted by relevance

/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mp.c43 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 Dmlx4_mp.c202 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mp_req_on_rxtx()
278 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mlx4_mp_req_mr_create()
315 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mlx4_mp_req_verbs_cmd_fd()
/dpdk/lib/eal/windows/
H A Deal_mp.c52 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 Drte_eal.h294 rte_mp_request_sync(struct rte_mp_msg *req, struct rte_mp_reply *reply,
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_mp_os.c245 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mp_req_on_rxtx()
331 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mlx5_mp_os_req_queue_control()
/dpdk/lib/eal/common/
H A Dhotplug_mp.c377 ret = rte_mp_request_sync(&mp_req, &mp_reply, &ts); in eal_dev_hotplug_request_to_primary()
405 ret = rte_mp_request_sync(&mp_req, &mp_reply, &ts); in eal_dev_hotplug_request_to_secondary()
H A Dmalloc_mp.c653 ret = rte_mp_request_sync(&msg, &reply, &ts); in request_sync()
H A Deal_common_proc.c982 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 Dhns3_mp.c163 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mp_req_on_rxtx()
/dpdk/lib/eal/
H A Dversion.map213 rte_mp_request_sync;
/dpdk/lib/eal/linux/
H A Deal_vfio.c404 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()
1177 if (rte_mp_request_sync(&mp_req, &mp_reply, &ts) == 0 && in vfio_get_default_container_fd()
1313 if (rte_mp_request_sync(&mp_req, &mp_reply, &ts) == 0 && in rte_vfio_get_container_fd()
/dpdk/drivers/bus/vdev/
H A Dvdev.c490 if (rte_mp_request_sync(&mp_req, &mp_reply, &ts) == 0 && in vdev_scan()
/dpdk/lib/pdump/
H A Drte_pdump.c556 if (rte_mp_request_sync(&mp_req, &mp_reply, &ts) == 0) { in pdump_prepare_client_request()
/dpdk/drivers/net/af_xdp/
H A Drte_eth_af_xdp.c1863 ret = rte_mp_request_sync(&request, &replies, &timeout); in afxdp_mp_request_fds()
/dpdk/drivers/net/memif/
H A Drte_eth_memif.c150 ret = rte_mp_request_sync(&msg, &replies, &timeout); in memif_mp_request_regions()
/dpdk/drivers/net/tap/
H A Drte_eth_tap.c2395 ret = rte_mp_request_sync(&request, &replies, &timeout); in tap_mp_attach_queues()
/dpdk/drivers/net/ena/
H A Dena_ethdev.c442 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); \