Searched refs:NVMET_MAX_NAMESPACES (Results 1 – 3 of 3) sorted by relevance
545 desc = kmalloc_flex(*desc, nsids, NVMET_MAX_NAMESPACES); in nvmet_execute_get_log_page_ana()732 id->nn = cpu_to_le32(NVMET_MAX_NAMESPACES); in nvmet_execute_identify_ctrl()733 id->mnan = cpu_to_le32(NVMET_MAX_NAMESPACES); in nvmet_execute_identify_ctrl()775 BUILD_BUG_ON(NVMET_MAX_NAMESPACES > USHRT_MAX); in nvmet_execute_identify_ctrl()776 id->endgidmax = cpu_to_le16(NVMET_MAX_NAMESPACES); in nvmet_execute_identify_ctrl()
679 #define NVMET_MAX_NAMESPACES 1024 macro
695 if (subsys->nr_namespaces == NVMET_MAX_NAMESPACES) in nvmet_ns_alloc()