Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/target/
H A Dadmin-cmd.c292 for (grpid = 1; grpid <= NVMET_MAX_ANAGRPS; grpid++) { in nvmet_execute_get_log_page_ana()
302 for ( ; grpid <= NVMET_MAX_ANAGRPS; grpid++) { in nvmet_execute_get_log_page_ana()
472 id->anagrpmax = cpu_to_le32(NVMET_MAX_ANAGRPS); in nvmet_execute_identify_ctrl()
473 id->nanagrpid = cpu_to_le32(NVMET_MAX_ANAGRPS); in nvmet_execute_identify_ctrl()
H A Dconfigfs.c508 if (newgrpid < 1 || newgrpid > NVMET_MAX_ANAGRPS) in nvmet_ns_ana_grpid_store()
513 newgrpid = array_index_nospec(newgrpid, NVMET_MAX_ANAGRPS); in nvmet_ns_ana_grpid_store()
1714 if (grpid <= 1 || grpid > NVMET_MAX_ANAGRPS) in nvmet_ana_groups_make_group()
1725 grpid = array_index_nospec(grpid, NVMET_MAX_ANAGRPS); in nvmet_ana_groups_make_group()
1798 port->ana_state = kcalloc(NVMET_MAX_ANAGRPS + 1, in nvmet_ports_make()
1805 for (i = 1; i <= NVMET_MAX_ANAGRPS; i++) { in nvmet_ports_make()
H A Dnvmet.h551 #define NVMET_MAX_ANAGRPS 128 macro
566 extern u32 nvmet_ana_group_enabled[NVMET_MAX_ANAGRPS + 1];
H A Dcore.c47 u32 nvmet_ana_group_enabled[NVMET_MAX_ANAGRPS + 1];