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.c2464 RockerOfDpaGroup *ngroup; in of_dpa_group_fill() local
2472 ngroup = g_malloc0(sizeof(*ngroup)); in of_dpa_group_fill()
2474 ngroup->id = group->id; in of_dpa_group_fill()
2478 switch (ngroup->type) { in of_dpa_group_fill()
2482 ngroup->has_pport = true; in of_dpa_group_fill()
2490 ngroup->has_index = true; in of_dpa_group_fill()
2499 ngroup->set_eth_src = in of_dpa_group_fill()
2503 ngroup->set_eth_dst = in of_dpa_group_fill()
2511 ngroup->has_index = true; in of_dpa_group_fill()
2519 ngroup->has_index = true; in of_dpa_group_fill()
[all …]
/openbmc/linux/fs/ext4/
H A Dext4.h3086 ext4_group_t ngroup);
H A Dsuper.c3144 int ext4_alloc_flex_bg_array(struct super_block *sb, ext4_group_t ngroup) in ext4_alloc_flex_bg_array() argument
3153 size = ext4_flex_group(sbi, ngroup - 1) + 1; in ext4_alloc_flex_bg_array()