Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/nvme/target/
Dadmin-cmd.c282 NVMET_MAX_NAMESPACES * sizeof(__le32), GFP_KERNEL); in nvmet_execute_get_log_page_ana()
425 id->nn = cpu_to_le32(NVMET_MAX_NAMESPACES); in nvmet_execute_identify_ctrl()
426 id->mnan = cpu_to_le32(NVMET_MAX_NAMESPACES); in nvmet_execute_identify_ctrl()
Dnvmet.h506 #define NVMET_MAX_NAMESPACES 1024 macro
Dcore.c565 if (subsys->nr_namespaces == NVMET_MAX_NAMESPACES) in nvmet_ns_enable()