Lines Matching full:ds

133 	struct dsa_switch *ds;
289 dsa_unregister_switch(dev->ds);
294 dsa_switch_shutdown(dev->ds);
491 void b53_imp_vlan_setup(struct dsa_switch *ds, int cpu_port);
492 int b53_configure_vlan(struct dsa_switch *ds);
493 void b53_get_strings(struct dsa_switch *ds, int port, u32 stringset,
495 void b53_get_ethtool_stats(struct dsa_switch *ds, int port, uint64_t *data);
496 int b53_get_sset_count(struct dsa_switch *ds, int port, int sset);
497 void b53_get_ethtool_phy_stats(struct dsa_switch *ds, int port, uint64_t *data);
498 int b53_set_ageing_time(struct dsa_switch *ds, unsigned int msecs);
499 int b53_br_join(struct dsa_switch *ds, int port, struct dsa_bridge bridge,
501 void b53_br_leave(struct dsa_switch *ds, int port, struct dsa_bridge bridge);
502 void b53_br_set_stp_state(struct dsa_switch *ds, int port, u8 state);
503 void b53_br_fast_age(struct dsa_switch *ds, int port);
504 int b53_br_flags_pre(struct dsa_switch *ds, int port,
507 int b53_br_flags(struct dsa_switch *ds, int port,
510 int b53_setup_devlink_resources(struct dsa_switch *ds);
511 void b53_port_event(struct dsa_switch *ds, int port);
512 int b53_vlan_filtering(struct dsa_switch *ds, int port, bool vlan_filtering,
514 int b53_vlan_add(struct dsa_switch *ds, int port,
517 int b53_vlan_del(struct dsa_switch *ds, int port,
519 int b53_fdb_add(struct dsa_switch *ds, int port,
522 int b53_fdb_del(struct dsa_switch *ds, int port,
525 int b53_fdb_dump(struct dsa_switch *ds, int port,
527 int b53_mdb_add(struct dsa_switch *ds, int port,
530 int b53_mdb_del(struct dsa_switch *ds, int port,
533 int b53_mirror_add(struct dsa_switch *ds, int port,
536 enum dsa_tag_protocol b53_get_tag_protocol(struct dsa_switch *ds, int port,
538 void b53_mirror_del(struct dsa_switch *ds, int port,
540 int b53_setup_port(struct dsa_switch *ds, int port);
541 int b53_enable_port(struct dsa_switch *ds, int port, struct phy_device *phy);
542 void b53_disable_port(struct dsa_switch *ds, int port);
543 void b53_brcm_hdr_setup(struct dsa_switch *ds, int port);
544 int b53_eee_init(struct dsa_switch *ds, int port, struct phy_device *phy);
545 bool b53_support_eee(struct dsa_switch *ds, int port);
546 int b53_set_mac_eee(struct dsa_switch *ds, int port, struct ethtool_keee *e);