Home
last modified time | relevance | path

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

/linux/drivers/nvme/host/
H A Dcore.c34 #define NVME_MINORS (1U << MINORBITS) macro
5413 NVME_MINORS, "nvme"); in nvme_core_init()
5425 result = alloc_chrdev_region(&nvme_ns_chr_devt, 0, NVME_MINORS, in nvme_core_init()
5442 unregister_chrdev_region(nvme_ns_chr_devt, NVME_MINORS);
5448 unregister_chrdev_region(nvme_ctrl_base_chr_devt, NVME_MINORS);
5465 unregister_chrdev_region(nvme_ns_chr_devt, NVME_MINORS);
5466 unregister_chrdev_region(nvme_ctrl_base_chr_devt, NVME_MINORS);