Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_mdb.c786 struct vxlan_mdb_config sg_cfg; in vxlan_mdb_remote_src_fwd_add() local
788 memset(&sg_cfg, 0, sizeof(sg_cfg)); in vxlan_mdb_remote_src_fwd_add()
789 sg_cfg.vxlan = cfg->vxlan; in vxlan_mdb_remote_src_fwd_add()
790 sg_cfg.group.src = *addr; in vxlan_mdb_remote_src_fwd_add()
798 sg_cfg.nlflags = cfg->nlflags; in vxlan_mdb_remote_src_fwd_add()
814 struct vxlan_mdb_config sg_cfg; in vxlan_mdb_remote_src_fwd_del() local
816 memset(&sg_cfg, 0, sizeof(sg_cfg)); in vxlan_mdb_remote_src_fwd_del()
817 sg_cfg.vxlan = vxlan; in vxlan_mdb_remote_src_fwd_del()
818 sg_cfg.group.src = *addr; in vxlan_mdb_remote_src_fwd_del()
819 sg_cfg.group.dst = group->dst; in vxlan_mdb_remote_src_fwd_del()
[all …]
/openbmc/linux/net/bridge/
H A Dbr_mdb.c791 struct br_mdb_config sg_cfg; in br_mdb_add_group_src_fwd() local
808 memset(&sg_cfg, 0, sizeof(sg_cfg)); in br_mdb_add_group_src_fwd()
809 sg_cfg.br = cfg->br; in br_mdb_add_group_src_fwd()
810 sg_cfg.p = cfg->p; in br_mdb_add_group_src_fwd()
811 sg_cfg.entry = cfg->entry; in br_mdb_add_group_src_fwd()
812 sg_cfg.group = sg_ip; in br_mdb_add_group_src_fwd()
813 sg_cfg.src_entry = true; in br_mdb_add_group_src_fwd()
814 sg_cfg.filter_mode = MCAST_INCLUDE; in br_mdb_add_group_src_fwd()
815 sg_cfg.rt_protocol = cfg->rt_protocol; in br_mdb_add_group_src_fwd()
816 sg_cfg.nlflags = cfg->nlflags; in br_mdb_add_group_src_fwd()
[all …]
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Daudioreach.c32 struct apm_sub_graph_data sg_cfg[]; member
35 #define APM_SUB_GRAPH_PSIZE(p, n) ALIGN(struct_size(p, sg_cfg, n), 8)
385 struct apm_sub_graph_data *sg_cfg = &sg_data->sg_cfg[i++]; in audioreach_populate_graph() local
387 apm_populate_sub_graph_config(sg_cfg, sg); in audioreach_populate_graph()