Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nvme/target/
Dadmin-cmd.c284 desc = kmalloc(struct_size(desc, nsids, NVMET_MAX_NAMESPACES), in nvmet_execute_get_log_page_ana()
434 id->nn = cpu_to_le32(NVMET_MAX_NAMESPACES); in nvmet_execute_identify_ctrl()
435 id->mnan = cpu_to_le32(NVMET_MAX_NAMESPACES); in nvmet_execute_identify_ctrl()
Dnvmet.h539 #define NVMET_MAX_NAMESPACES 1024 macro
Dcore.c568 if (subsys->nr_namespaces == NVMET_MAX_NAMESPACES) in nvmet_ns_enable()