Searched refs:rte_vhost_host_notifier_ctrl (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | version.map | 32 rte_vhost_host_notifier_ctrl;
|
| H A D | rte_vdpa_dev.h | 118 rte_vhost_host_notifier_ctrl(int vid, uint16_t qid, bool enable);
|
| H A D | vhost_user.c | 3065 int rte_vhost_host_notifier_ctrl(int vid, uint16_t qid, bool enable) in rte_vhost_host_notifier_ctrl() function
|
| /f-stack/dpdk/drivers/vdpa/ifc/ |
| H A D | ifcvf_vdpa.c | 843 ret = rte_vhost_host_notifier_ctrl(vid, RTE_VHOST_QUEUE_ALL, false); in ifcvf_sw_fallback_switchover() 862 rte_vhost_host_notifier_ctrl(vid, RTE_VHOST_QUEUE_ALL, true); in ifcvf_sw_fallback_switchover() 897 if (rte_vhost_host_notifier_ctrl(vid, RTE_VHOST_QUEUE_ALL, true) != 0) in ifcvf_dev_config()
|
| /f-stack/dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_virtq.c | 40 if (rte_vhost_host_notifier_ctrl(priv->vid, virtq->index, true)) in mlx5_vdpa_virtq_handler()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_20_08.rst | 308 * vhost: The API of ``rte_vhost_host_notifier_ctrl`` was changed to be per
|