NVMET_MAX_ANAGRPS
for (grpid = 1; grpid <= NVMET_MAX_ANAGRPS; grpid++) {
for ( ; grpid <= NVMET_MAX_ANAGRPS; grpid++) {
id->anagrpmax = cpu_to_le32(NVMET_MAX_ANAGRPS);
id->nanagrpid = cpu_to_le32(NVMET_MAX_ANAGRPS);
if (grpid <= 1 || grpid > NVMET_MAX_ANAGRPS)
grpid = array_index_nospec(grpid, NVMET_MAX_ANAGRPS);
port->ana_state = kzalloc_objs(*port->ana_state, NVMET_MAX_ANAGRPS + 1);
for (i = 1; i <= NVMET_MAX_ANAGRPS; i++) {
if (newgrpid < 1 || newgrpid > NVMET_MAX_ANAGRPS)
newgrpid = array_index_nospec(newgrpid, NVMET_MAX_ANAGRPS);
u32 nvmet_ana_group_enabled[NVMET_MAX_ANAGRPS + 1];
extern u32 nvmet_ana_group_enabled[NVMET_MAX_ANAGRPS + 1];