Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dvdpa.c35 #define VHOST_VDPA_DEV_MAX (1U << MINORBITS) macro
1576 minor = ida_alloc_max(&vhost_vdpa_ida, VHOST_VDPA_DEV_MAX - 1, in vhost_vdpa_probe()
1653 r = alloc_chrdev_region(&vhost_vdpa_major, 0, VHOST_VDPA_DEV_MAX, in vhost_vdpa_init()
1665 unregister_chrdev_region(vhost_vdpa_major, VHOST_VDPA_DEV_MAX); in vhost_vdpa_init()
1674 unregister_chrdev_region(vhost_vdpa_major, VHOST_VDPA_DEV_MAX); in vhost_vdpa_exit()