Lines Matching refs:vdev
294 struct rte_vdpa_device *vdev; in cmd_list_vdpa_devices_parsed() local
300 vdev = rte_vdpa_find_device_by_name(dev->name); in cmd_list_vdpa_devices_parsed()
301 if (!vdev) in cmd_list_vdpa_devices_parsed()
303 if (rte_vdpa_get_queue_num(vdev, &queue_num) < 0) { in cmd_list_vdpa_devices_parsed()
309 if (rte_vdpa_get_features(vdev, &features) < 0) { in cmd_list_vdpa_devices_parsed()
391 struct rte_vdpa_device *vdev = rte_vdpa_find_device_by_name(res->bdf); in cmd_device_stats_parsed() local
396 if (!vdev) { in cmd_device_stats_parsed()
402 if (vports[i].dev == vdev) { in cmd_device_stats_parsed()
528 struct rte_vdpa_device *vdev; in main() local
553 vdev = rte_vdpa_find_device_by_name(dev->name); in main()
554 if (vdev == NULL) { in main()
558 vports[devcnt].dev = vdev; in main()