Lines Matching refs:cpu_dp
121 if (dst->cpu_dp) { in dsa_switch_setup_one()
126 dst->cpu_dp = &ds->ports[i]; in dsa_switch_setup_one()
127 dst->cpu_dp->master = master; in dsa_switch_setup_one()
150 if (dst->cpu_dp->ds == ds) { in dsa_switch_setup_one()
154 tag_protocol = ops->get_tag_protocol(ds, dst->cpu_dp->index); in dsa_switch_setup_one()
159 dst->cpu_dp->tag_ops = tag_ops; in dsa_switch_setup_one()
162 dst->cpu_dp->rcv = dst->cpu_dp->tag_ops->rcv; in dsa_switch_setup_one()
163 dst->cpu_dp->dst = dst; in dsa_switch_setup_one()
195 ds->ports[i].cpu_dp = dst->cpu_dp; in dsa_switch_setup_one()
596 return dsa_master_setup(dst->cpu_dp->master, dst->cpu_dp); in dsa_setup_dst()
661 dsa_master_teardown(dst->cpu_dp->master); in dsa_remove_dst()
670 dev_put(dst->cpu_dp->master); in dsa_remove_dst()