Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Drte_vdpa.h77 rte_vdpa_get_queue_num(struct rte_vdpa_device *dev, uint32_t *queue_num);
H A Dversion.map44 rte_vdpa_get_queue_num;
H A Dvdpa.c235 rte_vdpa_get_queue_num(struct rte_vdpa_device *dev, uint32_t *queue_num) in rte_vdpa_get_queue_num() function
/f-stack/dpdk/examples/vdpa/
H A Dmain.c303 if (rte_vdpa_get_queue_num(vdev, &queue_num) < 0) { in cmd_list_vdpa_devices_parsed()