Home
last modified time | relevance | path

Searched refs:ngroup (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/net/rocker/
H A Drocker_of_dpa.c2457 RockerOfDpaGroup *ngroup; in of_dpa_group_fill() local
2465 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 …]
/openbmc/linux/fs/ext4/
H A Dext4.h3088 ext4_group_t ngroup);
H A Dsuper.c3152 int ext4_alloc_flex_bg_array(struct super_block *sb, ext4_group_t ngroup) in ext4_alloc_flex_bg_array() argument
3161 size = ext4_flex_group(sbi, ngroup - 1) + 1; in ext4_alloc_flex_bg_array()