Lines Matching refs:ds
134 struct dsa_switch *ds; member
290 dsa_unregister_switch(dev->ds); in b53_switch_remove()
295 dsa_switch_shutdown(dev->ds); in b53_switch_shutdown()
505 void b53_imp_vlan_setup(struct dsa_switch *ds, int cpu_port);
506 int b53_configure_vlan(struct dsa_switch *ds);
507 void b53_get_strings(struct dsa_switch *ds, int port, u32 stringset,
509 void b53_get_ethtool_stats(struct dsa_switch *ds, int port, uint64_t *data);
510 int b53_get_sset_count(struct dsa_switch *ds, int port, int sset);
511 void b53_get_ethtool_phy_stats(struct dsa_switch *ds, int port, uint64_t *data);
512 int b53_set_ageing_time(struct dsa_switch *ds, unsigned int msecs);
513 int b53_br_join(struct dsa_switch *ds, int port, struct dsa_bridge bridge,
515 void b53_br_leave(struct dsa_switch *ds, int port, struct dsa_bridge bridge);
516 void b53_br_set_stp_state(struct dsa_switch *ds, int port, u8 state);
517 void b53_br_fast_age(struct dsa_switch *ds, int port);
518 int b53_br_flags_pre(struct dsa_switch *ds, int port,
521 int b53_br_flags(struct dsa_switch *ds, int port,
524 int b53_setup_devlink_resources(struct dsa_switch *ds);
525 void b53_port_event(struct dsa_switch *ds, int port);
526 int b53_vlan_filtering(struct dsa_switch *ds, int port, bool vlan_filtering,
528 int b53_vlan_add(struct dsa_switch *ds, int port,
531 int b53_vlan_del(struct dsa_switch *ds, int port,
533 int b53_fdb_add(struct dsa_switch *ds, int port,
536 int b53_fdb_del(struct dsa_switch *ds, int port,
539 int b53_fdb_dump(struct dsa_switch *ds, int port,
541 int b53_mdb_add(struct dsa_switch *ds, int port,
544 int b53_mdb_del(struct dsa_switch *ds, int port,
547 int b53_mirror_add(struct dsa_switch *ds, int port,
550 enum dsa_tag_protocol b53_get_tag_protocol(struct dsa_switch *ds, int port,
552 void b53_mirror_del(struct dsa_switch *ds, int port,
554 int b53_setup_port(struct dsa_switch *ds, int port);
555 int b53_enable_port(struct dsa_switch *ds, int port, struct phy_device *phy);
556 void b53_disable_port(struct dsa_switch *ds, int port);
557 void b53_brcm_hdr_setup(struct dsa_switch *ds, int port);
558 int b53_eee_init(struct dsa_switch *ds, int port, struct phy_device *phy);
559 bool b53_support_eee(struct dsa_switch *ds, int port);
560 int b53_set_mac_eee(struct dsa_switch *ds, int port, struct ethtool_keee *e);