Lines Matching full:cpu_port
504 void b53_imp_vlan_setup(struct dsa_switch *ds, int cpu_port) in b53_imp_vlan_setup() argument
516 pvlan |= BIT(cpu_port); in b53_imp_vlan_setup()
571 unsigned int cpu_port; in b53_enable_port() local
578 cpu_port = dsa_to_port(ds, port)->cpu_dp->index; in b53_enable_port()
602 b53_imp_vlan_setup(ds, cpu_port); in b53_enable_port()
1906 s8 cpu_port = dsa_to_port(ds, port)->cpu_dp->index; in b53_br_join() local
1922 if ((reg & BIT(cpu_port)) == BIT(cpu_port)) in b53_br_join()
1923 reg &= ~BIT(cpu_port); in b53_br_join()
1958 s8 cpu_port = dsa_to_port(ds, port)->cpu_dp->index; in b53_br_leave() local
1989 if (!(reg & BIT(cpu_port))) in b53_br_leave()
1990 reg |= BIT(cpu_port); in b53_br_leave()
1995 vl->members |= BIT(port) | BIT(cpu_port); in b53_br_leave()
1996 vl->untag |= BIT(port) | BIT(cpu_port); in b53_br_leave()
2346 u8 cpu_port; member
2637 .cpu_port = B53_CPU_PORT,