Searched refs:ngroup (Results 1 – 3 of 3) sorted by relevance
2457 RockerOfDpaGroup *ngroup; in of_dpa_group_fill() local2465 ngroup = g_malloc0(sizeof(*ngroup)); in of_dpa_group_fill()2467 ngroup->id = group->id; in of_dpa_group_fill()2469 ngroup->type = ROCKER_GROUP_TYPE_GET(group->id); in of_dpa_group_fill()2471 switch (ngroup->type) { in of_dpa_group_fill()2473 ngroup->has_vlan_id = true; in of_dpa_group_fill()2474 ngroup->vlan_id = ROCKER_GROUP_VLAN_GET(group->id); in of_dpa_group_fill()2475 ngroup->has_pport = true; in of_dpa_group_fill()2476 ngroup->pport = ROCKER_GROUP_PORT_GET(group->id); in of_dpa_group_fill()2477 ngroup->has_out_pport = true; in of_dpa_group_fill()[all …]
3088 ext4_group_t ngroup);
3152 int ext4_alloc_flex_bg_array(struct super_block *sb, ext4_group_t ngroup) in ext4_alloc_flex_bg_array() argument3161 size = ext4_flex_group(sbi, ngroup - 1) + 1; in ext4_alloc_flex_bg_array()