Home
last modified time | relevance | path

Searched refs:get_notify_area (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/lib/librte_vhost/
H A Drte_vdpa_dev.h50 int (*get_notify_area)(int vid, int qid, member
H A Dvhost_user.c3102 RTE_FUNC_PTR_OR_ERR_RET(vdpa_dev->ops->get_notify_area, -ENOTSUP); in rte_vhost_host_notifier_ctrl()
3110 if (vdpa_dev->ops->get_notify_area(vid, i, &offset, in rte_vhost_host_notifier_ctrl()
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa.c467 .get_notify_area = mlx5_vdpa_get_notify_area,
/f-stack/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst398 * ``get_notify_area``
/f-stack/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c1149 .get_notify_area = ifcvf_get_notify_area,