Lines Matching defs:ds

288 	struct dsa_switch *ds = dp->ds;  in dsa_link_touch()  local
313 struct dsa_switch *ds = dp->ds; in dsa_port_setup_routing_table() local
432 struct dsa_switch *ds = dp->ds; in dsa_port_setup() local
546 struct dsa_switch *ds = dp->ds; in dsa_port_teardown() local
607 struct dsa_switch *ds = dp->ds; in dsa_port_reinit_as_unused() local
632 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_info_get() local
644 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_sb_pool_get() local
658 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_sb_pool_set() local
671 struct dsa_switch *ds = dsa_devlink_port_to_ds(dlp); in dsa_devlink_sb_port_pool_get() local
686 struct dsa_switch *ds = dsa_devlink_port_to_ds(dlp); in dsa_devlink_sb_port_pool_set() local
702 struct dsa_switch *ds = dsa_devlink_port_to_ds(dlp); in dsa_devlink_sb_tc_pool_bind_get() local
720 struct dsa_switch *ds = dsa_devlink_port_to_ds(dlp); in dsa_devlink_sb_tc_pool_bind_set() local
735 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_sb_occ_snapshot() local
746 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_sb_occ_max_clear() local
759 struct dsa_switch *ds = dsa_devlink_port_to_ds(dlp); in dsa_devlink_sb_occ_port_pool_get() local
775 struct dsa_switch *ds = dsa_devlink_port_to_ds(dlp); in dsa_devlink_sb_occ_tc_port_bind_get() local
801 static int dsa_switch_setup_tag_protocol(struct dsa_switch *ds) in dsa_switch_setup_tag_protocol()
827 static int dsa_switch_setup(struct dsa_switch *ds) in dsa_switch_setup()
922 static void dsa_switch_teardown(struct dsa_switch *ds) in dsa_switch_teardown()
1186 static struct dsa_port *dsa_port_touch(struct dsa_switch *ds, int index) in dsa_port_touch()
1231 struct dsa_switch *mds, *ds = dp->ds; in dsa_get_tag_protocol() local
1256 struct dsa_switch *ds = dp->ds; in dsa_port_parse_cpu() local
1357 static int dsa_switch_parse_ports_of(struct dsa_switch *ds, in dsa_switch_parse_ports_of()
1404 static int dsa_switch_parse_member_of(struct dsa_switch *ds, in dsa_switch_parse_member_of()
1434 static int dsa_switch_touch_ports(struct dsa_switch *ds) in dsa_switch_touch_ports()
1448 static int dsa_switch_parse_of(struct dsa_switch *ds, struct device_node *dn) in dsa_switch_parse_of()
1484 static int dsa_switch_parse_ports(struct dsa_switch *ds, in dsa_switch_parse_ports()
1515 static int dsa_switch_parse(struct dsa_switch *ds, struct dsa_chip_data *cd) in dsa_switch_parse()
1536 static void dsa_switch_release_ports(struct dsa_switch *ds) in dsa_switch_release_ports()
1549 static int dsa_switch_probe(struct dsa_switch *ds) in dsa_switch_probe()
1591 int dsa_register_switch(struct dsa_switch *ds) in dsa_register_switch()
1604 static void dsa_switch_remove(struct dsa_switch *ds) in dsa_switch_remove()
1613 void dsa_unregister_switch(struct dsa_switch *ds) in dsa_unregister_switch()
1626 void dsa_switch_shutdown(struct dsa_switch *ds) in dsa_switch_shutdown()