Lines Matching refs:cpu_port
498 void b53_imp_vlan_setup(struct dsa_switch *ds, int cpu_port) in b53_imp_vlan_setup() argument
510 pvlan |= BIT(cpu_port); in b53_imp_vlan_setup()
565 unsigned int cpu_port; in b53_enable_port() local
572 cpu_port = dsa_to_port(ds, port)->cpu_dp->index; in b53_enable_port()
596 b53_imp_vlan_setup(ds, cpu_port); in b53_enable_port()
1894 s8 cpu_port = dsa_to_port(ds, port)->cpu_dp->index; in b53_br_join() local
1910 if ((reg & BIT(cpu_port)) == BIT(cpu_port)) in b53_br_join()
1911 reg &= ~BIT(cpu_port); in b53_br_join()
1946 s8 cpu_port = dsa_to_port(ds, port)->cpu_dp->index; in b53_br_leave() local
1976 if (!(reg & BIT(cpu_port))) in b53_br_leave()
1977 reg |= BIT(cpu_port); in b53_br_leave()
1981 vl->members |= BIT(port) | BIT(cpu_port); in b53_br_leave()
1982 vl->untag |= BIT(port) | BIT(cpu_port); in b53_br_leave()
2325 u8 cpu_port; member
2616 .cpu_port = B53_CPU_PORT,