Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_common_mp.c41 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mlx5_mp_req_mr_create()
83 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mlx5_mp_req_queue_state_modify()
118 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mlx5_mp_req_verbs_cmd_fd()
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_mp.c178 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mp_req_on_rxtx()
254 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mlx4_mp_req_mr_create()
291 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mlx4_mp_req_verbs_cmd_fd()
/f-stack/dpdk/lib/librte_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
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_eal.h312 rte_mp_request_sync(struct rte_mp_msg *req, struct rte_mp_reply *reply,
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_mp_os.c186 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mp_req_on_rxtx()
272 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mlx5_mp_os_req_queue_control()
/f-stack/dpdk/lib/librte_eal/common/
H A Dhotplug_mp.c378 ret = rte_mp_request_sync(&mp_req, &mp_reply, &ts); in eal_dev_hotplug_request_to_primary()
406 ret = rte_mp_request_sync(&mp_req, &mp_reply, &ts); in eal_dev_hotplug_request_to_secondary()
H A Dmalloc_mp.c597 ret = rte_mp_request_sync(&msg, &reply, &ts); in request_sync()
H A Deal_common_proc.c964 rte_mp_request_sync(struct rte_mp_msg *req, struct rte_mp_reply *reply, in rte_mp_request_sync() function
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_mp.c143 ret = rte_mp_request_sync(&mp_req, &mp_rep, &ts); in mp_req_on_rxtx()
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def203 rte_mp_request_sync
H A Dversion.map268 rte_mp_request_sync;
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_vfio.c316 if (rte_mp_request_sync(&mp_req, &mp_reply, &ts) == 0 && in vfio_open_group_fd()
630 if (rte_mp_request_sync(&mp_req, &mp_reply, &ts) == 0 && in vfio_sync_default_container()
1119 if (rte_mp_request_sync(&mp_req, &mp_reply, &ts) == 0 && in vfio_get_default_container_fd()
1253 if (rte_mp_request_sync(&mp_req, &mp_reply, &ts) == 0 && in rte_vfio_get_container_fd()
/f-stack/dpdk/drivers/bus/vdev/
H A Dvdev.c479 if (rte_mp_request_sync(&mp_req, &mp_reply, &ts) == 0 && in vdev_scan()
/f-stack/dpdk/lib/librte_pdump/
H A Drte_pdump.c467 if (rte_mp_request_sync(&mp_req, &mp_reply, &ts) == 0) { in pdump_prepare_client_request()
/f-stack/dpdk/drivers/net/memif/
H A Drte_eth_memif.c153 ret = rte_mp_request_sync(&msg, &replies, &timeout); in memif_mp_request_regions()
/f-stack/dpdk/drivers/net/tap/
H A Drte_eth_tap.c2325 ret = rte_mp_request_sync(&request, &replies, &timeout); in tap_mp_attach_queues()