Lines Matching defs:l2fwd
509 struct sja1105_l2_forwarding_entry *l2fwd;
531 l2fwd = table->entries;
542 l2fwd[port].vlan_pmap[tc] = tc;
557 l2fwd[from].bc_domain |= BIT(to);
558 l2fwd[from].fl_domain |= BIT(to);
560 sja1105_port_allow_traffic(l2fwd, from, to, true);
579 l2fwd[from].bc_domain |= BIT(to);
580 l2fwd[from].fl_domain |= BIT(to);
582 sja1105_port_allow_traffic(l2fwd, from, to, true);
607 sja1105_port_allow_traffic(l2fwd, from, to, false);
609 l2fwd[from].bc_domain &= ~BIT(to);
610 l2fwd[from].fl_domain &= ~BIT(to);
632 l2fwd[ds->num_ports + tc].vlan_pmap[port] = tc;
635 l2fwd[ds->num_ports + tc].type_egrpcp2outputq = true;