Home
last modified time | relevance | path

Searched refs:RTE_VHOST_QUEUE_ALL (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_vhost/
H A Drte_vdpa_dev.h12 #define RTE_VHOST_QUEUE_ALL UINT16_MAX macro
H A Dvhost_user.c3091 if (qid == RTE_VHOST_QUEUE_ALL) { in rte_vhost_host_notifier_ctrl()
/f-stack/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c843 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()