Home
last modified time | relevance | path

Searched refs:rte_vdpa_get_features (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_vhost/
H A Drte_vdpa.h90 rte_vdpa_get_features(struct rte_vdpa_device *dev, uint64_t *features);
H A Dversion.map45 rte_vdpa_get_features;
H A Dvdpa.c244 rte_vdpa_get_features(struct rte_vdpa_device *dev, uint64_t *features) in rte_vdpa_get_features() function
/f-stack/dpdk/examples/vdpa/
H A Dmain.c309 if (rte_vdpa_get_features(vdev, &features) < 0) { in cmd_list_vdpa_devices_parsed()