Searched refs:ngrps (Results 1 – 6 of 6) sorted by relevance
518 u32 ngrps, ngrps_old; in grow_lxt() local544 ngrps = LXT_NUM_GROUPS(rhte->lxt_cnt + delta); in grow_lxt()546 if (ngrps != ngrps_old) { in grow_lxt()548 lxt = kzalloc((sizeof(*lxt) * LXT_GROUP_SIZE * ngrps), in grow_lxt()638 u32 ngrps, ngrps_old; in shrink_lxt() local646 ngrps = LXT_NUM_GROUPS(rhte->lxt_cnt - delta); in shrink_lxt()648 if (ngrps != ngrps_old) { in shrink_lxt()650 if (ngrps) { in shrink_lxt()651 lxt = kzalloc((sizeof(*lxt) * LXT_GROUP_SIZE * ngrps), in shrink_lxt()1106 u32 ngrps; in clone_lxt() local[all …]
228 u16 ngrps = 0; in nvmet_execute_get_log_page_ana() local246 ngrps++; in nvmet_execute_get_log_page_ana()250 ngrps++; in nvmet_execute_get_log_page_ana()254 hdr.ngrps = cpu_to_le16(ngrps); in nvmet_execute_get_log_page_ana()
125 unsigned int ngrps; member933 .ngrps = ARRAY_SIZE(mt7622_groups),1535 for (i = 0; i < hw->soc->ngrps; i++) { in mtk_build_groups()
306 for (i = 0; i < le16_to_cpu(ctrl->ana_log_buf->ngrps); i++) { in nvme_parse_ana_log()
460 __le16 ngrps; member
889 unsigned selector, const char * const **grps, unsigned * const ngrps) in st_pmx_get_groups() argument893 *ngrps = info->functions[selector].ngroups; in st_pmx_get_groups()