Lines Matching refs:cpu_port
524 void b53_imp_vlan_setup(struct dsa_switch *ds, int cpu_port) in b53_imp_vlan_setup() argument
536 pvlan |= BIT(cpu_port); in b53_imp_vlan_setup()
623 unsigned int cpu_port; in b53_enable_port() local
630 cpu_port = dsa_to_port(ds, port)->cpu_dp->index; in b53_enable_port()
650 b53_imp_vlan_setup(ds, cpu_port); in b53_enable_port()
2020 s8 cpu_port = dsa_to_port(ds, port)->cpu_dp->index; in b53_br_join() local
2041 if ((reg & BIT(cpu_port)) == BIT(cpu_port)) in b53_br_join()
2042 reg &= ~BIT(cpu_port); in b53_br_join()
2049 if (vl->members == BIT(cpu_port)) in b53_br_join()
2050 vl->members &= ~BIT(cpu_port); in b53_br_join()
2089 s8 cpu_port = dsa_to_port(ds, port)->cpu_dp->index; in b53_br_leave() local
2124 if (!(reg & BIT(cpu_port))) in b53_br_leave()
2125 reg |= BIT(cpu_port); in b53_br_leave()
2130 vl->members |= BIT(port) | BIT(cpu_port); in b53_br_leave()
2131 vl->untag |= BIT(port) | BIT(cpu_port); in b53_br_leave()
2458 u8 cpu_port; member
2762 .cpu_port = B53_CPU_PORT,