Lines Matching refs:cpu_port
502 void b53_imp_vlan_setup(struct dsa_switch *ds, int cpu_port) in b53_imp_vlan_setup() argument
514 pvlan |= BIT(cpu_port); in b53_imp_vlan_setup()
582 unsigned int cpu_port; in b53_enable_port() local
589 cpu_port = dsa_to_port(ds, port)->cpu_dp->index; in b53_enable_port()
613 b53_imp_vlan_setup(ds, cpu_port); in b53_enable_port()
1910 s8 cpu_port = dsa_to_port(ds, port)->cpu_dp->index; in b53_br_join() local
1926 if ((reg & BIT(cpu_port)) == BIT(cpu_port)) in b53_br_join()
1927 reg &= ~BIT(cpu_port); in b53_br_join()
1962 s8 cpu_port = dsa_to_port(ds, port)->cpu_dp->index; in b53_br_leave() local
1992 if (!(reg & BIT(cpu_port))) in b53_br_leave()
1993 reg |= BIT(cpu_port); in b53_br_leave()
1997 vl->members |= BIT(port) | BIT(cpu_port); in b53_br_leave()
1998 vl->untag |= BIT(port) | BIT(cpu_port); in b53_br_leave()
2330 u8 cpu_port; member
2621 .cpu_port = B53_CPU_PORT,