Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/nvme/host/
Dcore.c30 #define NVME_MINORS (1U << MINORBITS) macro
4647 NVME_MINORS, "nvme"); in nvme_core_init()
4664 result = alloc_chrdev_region(&nvme_ns_chr_devt, 0, NVME_MINORS, in nvme_core_init()
4678 unregister_chrdev_region(nvme_ns_chr_devt, NVME_MINORS); in nvme_core_init()
4684 unregister_chrdev_region(nvme_ctrl_base_chr_devt, NVME_MINORS); in nvme_core_init()
4700 unregister_chrdev_region(nvme_ns_chr_devt, NVME_MINORS); in nvme_core_exit()
4701 unregister_chrdev_region(nvme_ctrl_base_chr_devt, NVME_MINORS); in nvme_core_exit()