Home
last modified time | relevance | path

Searched refs:rte_vhost_host_notifier_ctrl (Results 1 – 8 of 8) sorted by relevance

/dpdk/lib/vhost/
H A Dversion.map102 rte_vhost_host_notifier_ctrl;
H A Dvdpa_driver.h131 rte_vhost_host_notifier_ctrl(int vid, uint16_t qid, bool enable);
H A Dvhost_user.c3215 int rte_vhost_host_notifier_ctrl(int vid, uint16_t qid, bool enable) in rte_vhost_host_notifier_ctrl() function
/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c846 ret = rte_vhost_host_notifier_ctrl(vid, RTE_VHOST_QUEUE_ALL, false); in ifcvf_sw_fallback_switchover()
865 rte_vhost_host_notifier_ctrl(vid, RTE_VHOST_QUEUE_ALL, true); in ifcvf_sw_fallback_switchover()
900 if (rte_vhost_host_notifier_ctrl(vid, RTE_VHOST_QUEUE_ALL, true) != 0) in ifcvf_dev_config()
/dpdk/drivers/vdpa/sfc/
H A Dsfc_vdpa_ops.c568 if (rte_vhost_host_notifier_ctrl(vid, RTE_VHOST_QUEUE_ALL, true) != 0) in sfc_vdpa_notify_ctrl()
/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_virtq.c56 if (rte_vhost_host_notifier_ctrl(priv->vid, virtq->index, true)) in mlx5_vdpa_virtq_kick_handler()
/dpdk/doc/guides/rel_notes/
H A Drelease_20_08.rst240 * vhost: The API of ``rte_vhost_host_notifier_ctrl`` was changed to be per
H A Drelease_21_11.rst503 ``rte_vhost_host_notifier_ctrl`` and ``rte_vdpa_relay_vring_used`` vDPA