/linux/net/dsa/ |
A D | switch.c | 35 static int dsa_switch_ageing_time(struct dsa_switch *ds, in dsa_switch_ageing_time() 61 static int dsa_switch_mtu(struct dsa_switch *ds, in dsa_switch_mtu() 82 static int dsa_switch_bridge_join(struct dsa_switch *ds, in dsa_switch_bridge_join() 162 struct dsa_switch *ds = dp->ds; in dsa_port_do_mdb_add() local 214 struct dsa_switch *ds = dp->ds; in dsa_port_do_mdb_del() local 261 struct dsa_switch *ds = dp->ds; in dsa_port_do_fdb_add() local 311 struct dsa_switch *ds = dp->ds; in dsa_port_do_fdb_del() local 490 static int dsa_switch_fdb_add(struct dsa_switch *ds, in dsa_switch_fdb_add() 502 static int dsa_switch_fdb_del(struct dsa_switch *ds, in dsa_switch_fdb_del() 692 struct dsa_switch *ds = dp->ds; in dsa_port_do_vlan_add() local [all …]
|
A D | devlink.c | 15 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_info_get() local 27 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_sb_pool_get() local 41 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_sb_pool_set() local 54 struct dsa_switch *ds = dsa_devlink_port_to_ds(dlp); in dsa_devlink_sb_port_pool_get() local 118 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_sb_occ_snapshot() local 129 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_sb_occ_max_clear() local 187 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_param_get() local 200 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_param_set() local 263 dsa_devlink_region_create(struct dsa_switch *ds, in dsa_devlink_region_create() 298 struct dsa_switch *ds = dp->ds; in dsa_port_devlink_setup() local [all …]
|
A D | port.c | 57 struct dsa_switch *ds = dp->ds; in dsa_port_fast_age() local 70 struct dsa_switch *ds = dp->ds; in dsa_port_vlan_fast_age() local 107 struct dsa_switch *ds = dp->ds; in dsa_port_can_configure_learning() local 119 struct dsa_switch *ds = dp->ds; in dsa_port_supports_hwtstamp() local 137 struct dsa_switch *ds = dp->ds; in dsa_port_set_state() local 171 struct dsa_switch *ds = dp->ds; in dsa_port_set_state_now() local 185 struct dsa_switch *ds = dp->ds; in dsa_port_set_mst_state() local 219 struct dsa_switch *ds = dp->ds; in dsa_port_enable_rt() local 251 struct dsa_switch *ds = dp->ds; in dsa_port_disable_rt() local 276 struct dsa_switch *ds = dp->ds; in dsa_port_reset_vlan_filtering() local [all …]
|
A D | dsa.c | 290 struct dsa_switch *ds = dp->ds; in dsa_link_touch() local 315 struct dsa_switch *ds = dp->ds; in dsa_port_setup_routing_table() local 466 struct dsa_switch *ds = dp->ds; in dsa_port_setup() local 626 static int dsa_switch_setup(struct dsa_switch *ds) in dsa_switch_setup() 1130 struct dsa_switch *mds, *ds = dp->ds; in dsa_get_tag_protocol() local 1156 struct dsa_switch *ds = dp->ds; in dsa_port_parse_cpu() local 1542 int dsa_register_switch(struct dsa_switch *ds) in dsa_register_switch() 1564 void dsa_unregister_switch(struct dsa_switch *ds) in dsa_unregister_switch() 1577 void dsa_switch_shutdown(struct dsa_switch *ds) in dsa_switch_shutdown() 1621 int dsa_switch_suspend(struct dsa_switch *ds) in dsa_switch_suspend() [all …]
|
A D | user.c | 90 struct dsa_switch *ds = dp->ds; in dsa_user_standalone_event_work() local 279 struct dsa_switch *ds = dp->ds; in dsa_user_sync_ha() local 300 struct dsa_switch *ds = dp->ds; in dsa_user_unsync_ha() local 362 struct dsa_switch *ds = dp->ds; in dsa_user_host_uc_install() local 390 struct dsa_switch *ds = dp->ds; in dsa_user_host_uc_uninstall() local 451 struct dsa_switch *ds = dp->ds; in dsa_user_change_rx_flags() local 474 struct dsa_switch *ds = dp->ds; in dsa_user_set_mac_address() local 975 struct dsa_switch *ds = dp->ds; in dsa_user_get_regs_len() local 987 struct dsa_switch *ds = dp->ds; in dsa_user_get_regs() local 3116 struct dsa_switch *ds; in dsa_user_prechangeupper_sanity_check() local [all …]
|
A D | tag_8021q.c | 74 struct dsa_switch *ds; member 146 struct dsa_switch *ds = dp->ds; in dsa_port_do_tag_8021q_vlan_add() local 182 struct dsa_switch *ds = dp->ds; in dsa_port_do_tag_8021q_vlan_del() local 217 int dsa_switch_tag_8021q_vlan_add(struct dsa_switch *ds, in dsa_switch_tag_8021q_vlan_add() 249 int dsa_switch_tag_8021q_vlan_del(struct dsa_switch *ds, in dsa_switch_tag_8021q_vlan_del() 288 int dsa_tag_8021q_bridge_join(struct dsa_switch *ds, int port, in dsa_tag_8021q_bridge_join() 314 void dsa_tag_8021q_bridge_leave(struct dsa_switch *ds, int port, in dsa_tag_8021q_bridge_leave() 389 static int dsa_tag_8021q_setup(struct dsa_switch *ds) in dsa_tag_8021q_setup() 408 static void dsa_tag_8021q_teardown(struct dsa_switch *ds) in dsa_tag_8021q_teardown() 418 int dsa_tag_8021q_register(struct dsa_switch *ds, __be16 proto) in dsa_tag_8021q_register() [all …]
|
/linux/drivers/net/dsa/ocelot/ |
A D | felix.c | 45 static int felix_cpu_port_for_conduit(struct dsa_switch *ds, in felix_cpu_port_for_conduit() 484 static int felix_tag_npi_setup(struct dsa_switch *ds) in felix_tag_npi_setup() 568 static int felix_tag_8021q_setup(struct dsa_switch *ds) in felix_tag_8021q_setup() 693 felix_migrate_host_flood(struct dsa_switch *ds, in felix_migrate_host_flood() 711 static int felix_migrate_mdbs(struct dsa_switch *ds, in felix_migrate_mdbs() 733 felix_tag_proto_setup_shared(struct dsa_switch *ds, in felix_tag_proto_setup_shared() 1616 struct dsa_switch *ds = xmit_work->dp->ds; in felix_port_deferred_xmit() local 1667 static int felix_setup(struct dsa_switch *ds) in felix_setup() 1746 static void felix_teardown(struct dsa_switch *ds) in felix_teardown() 2313 struct dsa_switch *ds; in felix_register_switch() local [all …]
|
/linux/drivers/net/dsa/ |
A D | dsa_loop.c | 50 static int dsa_loop_setup_devlink_resources(struct dsa_switch *ds) in dsa_loop_setup_devlink_resources() 87 static int dsa_loop_setup(struct dsa_switch *ds) in dsa_loop_setup() 101 static void dsa_loop_teardown(struct dsa_switch *ds) in dsa_loop_teardown() 114 static void dsa_loop_get_strings(struct dsa_switch *ds, int port, in dsa_loop_get_strings() 153 static int dsa_loop_phy_write(struct dsa_switch *ds, int port, in dsa_loop_phy_write() 204 static int dsa_loop_port_vlan_add(struct dsa_switch *ds, int port, in dsa_loop_port_vlan_add() 237 static int dsa_loop_port_vlan_del(struct dsa_switch *ds, int port, in dsa_loop_port_vlan_del() 275 static int dsa_loop_port_max_mtu(struct dsa_switch *ds, int port) in dsa_loop_port_max_mtu() 313 struct dsa_switch *ds; in dsa_loop_drv_probe() local 353 struct dsa_switch *ds = dev_get_drvdata(&mdiodev->dev); in dsa_loop_drv_remove() local [all …]
|
A D | mt7530.c | 545 mt7530_mib_reset(struct dsa_switch *ds) in mt7530_mib_reset() 1171 mt7530_port_enable(struct dsa_switch *ds, int port, in mt7530_port_enable() 2180 struct dsa_switch *ds = priv->ds; in mt7530_setup_mdio_irq() local 2279 struct dsa_switch *ds = priv->ds; in mt7530_setup_mdio() local 2325 mt7530_setup(struct dsa_switch *ds) in mt7530_setup() 2538 mt7531_setup_common(struct dsa_switch *ds) in mt7531_setup_common() 2597 mt7531_setup(struct dsa_switch *ds) in mt7531_setup() 2904 struct dsa_switch *ds = dp->ds; in mt753x_phylink_mac_config() local 3051 mt753x_setup(struct dsa_switch *ds) in mt753x_setup() 3118 mt753x_conduit_state_change(struct dsa_switch *ds, in mt753x_conduit_state_change() [all …]
|
A D | bcm_sf2.c | 131 static void bcm_sf2_recalc_clock(struct dsa_switch *ds) in bcm_sf2_recalc_clock() 158 static void bcm_sf2_imp_setup(struct dsa_switch *ds, int port) in bcm_sf2_imp_setup() 442 struct dsa_switch *ds = dev_id; in bcm_sf2_switch_0_isr() local 454 struct dsa_switch *ds = dev_id; in bcm_sf2_switch_1_isr() local 607 static int bcm_sf2_mdio_register(struct dsa_switch *ds) in bcm_sf2_mdio_register() 936 static void bcm_sf2_enable_acb(struct dsa_switch *ds) in bcm_sf2_enable_acb() 950 static int bcm_sf2_sw_suspend(struct dsa_switch *ds) in bcm_sf2_sw_suspend() 972 static int bcm_sf2_sw_resume(struct dsa_switch *ds) in bcm_sf2_sw_resume() 1054 static int bcm_sf2_sw_setup(struct dsa_switch *ds) in bcm_sf2_sw_setup() 1076 static void bcm_sf2_sw_teardown(struct dsa_switch *ds) in bcm_sf2_sw_teardown() [all …]
|
A D | rzn1_a5psw.c | 187 static void a5psw_port_disable(struct dsa_switch *ds, int port) in a5psw_port_disable() 195 static int a5psw_port_enable(struct dsa_switch *ds, int port, in a5psw_port_enable() 216 static int a5psw_port_max_mtu(struct dsa_switch *ds, int port) in a5psw_port_max_mtu() 405 a5psw_port_bridge_flags(struct dsa_switch *ds, int port, in a5psw_port_bridge_flags() 506 static int a5psw_port_fdb_add(struct dsa_switch *ds, int port, in a5psw_port_fdb_add() 557 static int a5psw_port_fdb_del(struct dsa_switch *ds, int port, in a5psw_port_fdb_del() 616 static int a5psw_port_fdb_dump(struct dsa_switch *ds, int port, in a5psw_port_fdb_dump() 738 static int a5psw_port_vlan_add(struct dsa_switch *ds, int port, in a5psw_port_vlan_add() 769 static int a5psw_port_vlan_del(struct dsa_switch *ds, int port, in a5psw_port_vlan_del() 924 static int a5psw_setup(struct dsa_switch *ds) in a5psw_setup() [all …]
|
A D | mv88e6060.c | 45 static enum dsa_tag_protocol mv88e6060_get_tag_protocol(struct dsa_switch *ds, in mv88e6060_get_tag_protocol() 187 static int mv88e6060_setup(struct dsa_switch *ds) in mv88e6060_setup() 225 static int mv88e6060_phy_read(struct dsa_switch *ds, int port, int regnum) in mv88e6060_phy_read() 238 mv88e6060_phy_write(struct dsa_switch *ds, int port, int regnum, u16 val) in mv88e6060_phy_write() 250 static void mv88e6060_phylink_get_caps(struct dsa_switch *ds, int port, in mv88e6060_phylink_get_caps() 306 struct dsa_switch *ds; in mv88e6060_probe() local 339 struct dsa_switch *ds = dev_get_drvdata(&mdiodev->dev); in mv88e6060_remove() local 349 struct dsa_switch *ds = dev_get_drvdata(&mdiodev->dev); in mv88e6060_shutdown() local
|
/linux/drivers/acpi/ |
A D | dock.c | 118 struct dock_station *ds; in find_dock_station() local 150 struct dock_station *ds = find_dock_station(dshandle); in register_dock_dependent_device() local 193 static int dock_present(struct dock_station *ds) in dock_present() 320 static inline void dock(struct dock_station *ds) in dock() 325 static inline void undock(struct dock_station *ds) in undock() 330 static inline void begin_dock(struct dock_station *ds) in begin_dock() 335 static inline void complete_dock(struct dock_station *ds) in complete_dock() 341 static inline void begin_undock(struct dock_station *ds) in begin_undock() 359 static int dock_in_progress(struct dock_station *ds) in dock_in_progress() 413 struct dock_station *ds = find_dock_station(handle); in dock_notify() local [all …]
|
/linux/drivers/net/dsa/b53/ |
A D | b53_common.c | 755 int b53_configure_vlan(struct dsa_switch *ds) in b53_configure_vlan() 1116 static int b53_setup(struct dsa_switch *ds) in b53_setup() 1154 static void b53_teardown(struct dsa_switch *ds) in b53_teardown() 1408 struct dsa_switch *ds = dp->ds; in b53_phylink_mac_config() local 1454 struct dsa_switch *ds = dp->ds; in b53_phylink_mac_link_up() local 1516 int b53_vlan_add(struct dsa_switch *ds, int port, in b53_vlan_add() 1745 int b53_fdb_add(struct dsa_switch *ds, int port, in b53_fdb_add() 1766 int b53_fdb_del(struct dsa_switch *ds, int port, in b53_fdb_del() 1868 int b53_mdb_add(struct dsa_switch *ds, int port, in b53_mdb_add() 1889 int b53_mdb_del(struct dsa_switch *ds, int port, in b53_mdb_del() [all …]
|
/linux/drivers/net/dsa/sja1105/ |
A D | sja1105_main.c | 202 struct dsa_switch *ds = priv->ds; in sja1105_init_mac_settings() local 253 struct dsa_switch *ds = priv->ds; in sja1105_init_mii_settings() local 416 struct dsa_switch *ds = priv->ds; in sja1105_init_l2_lookup_params() local 474 struct dsa_switch *ds = priv->ds; in sja1105_init_static_vlan() local 512 struct dsa_switch *ds = priv->ds; in sja1105_init_l2_forwarding() local 646 struct dsa_switch *ds = priv->ds; in sja1110_init_pcp_remapping() local 795 struct dsa_switch *ds = priv->ds; in sja1105_init_topology() local 1011 struct dsa_switch *ds = priv->ds; in sja1105_init_l2_policing() local 1990 struct dsa_switch *ds = priv->ds; in sja1105_manage_flood_domains() local 2299 struct dsa_switch *ds = priv->ds; in sja1105_static_config_reload() local [all …]
|
A D | sja1105_ptp.c | 113 int sja1105_get_ts_info(struct dsa_switch *ds, int port, in sja1105_get_ts_info() 202 static u64 sja1105_tstamp_reconstruct(struct dsa_switch *ds, u64 now, in sja1105_tstamp_reconstruct() 340 struct dsa_switch *ds = priv->ds; in sja1105_rxtstamp_work() local 405 bool sja1105_port_rxtstamp(struct dsa_switch *ds, int port, in sja1105_port_rxtstamp() 494 static int sja1105_ptp_reset(struct dsa_switch *ds) in sja1105_ptp_reset() 516 int __sja1105_ptp_gettimex(struct dsa_switch *ds, u64 *ns, in __sja1105_ptp_gettimex() 568 int __sja1105_ptp_settime(struct dsa_switch *ds, u64 ns, in __sja1105_ptp_settime() 635 int __sja1105_ptp_adjtime(struct dsa_switch *ds, s64 delta) in __sja1105_ptp_adjtime() 885 int sja1105_ptp_clock_register(struct dsa_switch *ds) in sja1105_ptp_clock_register() 924 void sja1105_ptp_clock_unregister(struct dsa_switch *ds) in sja1105_ptp_clock_unregister() [all …]
|
A D | sja1105_tas.c | 21 struct dsa_switch *ds = priv->ds; in sja1105_tas_set_runtime_params() local 167 struct dsa_switch *ds = priv->ds; in sja1105_init_scheduling() local 472 struct dsa_switch *ds = priv->ds; in sja1105_gating_check_conflicts() local 587 struct dsa_switch *ds = priv->ds; in sja1105_tas_check_running() local 634 struct dsa_switch *ds = priv->ds; in sja1105_tas_start() local 661 struct dsa_switch *ds = priv->ds; in sja1105_tas_stop() local 730 struct dsa_switch *ds = priv->ds; in sja1105_tas_state_machine() local 845 void sja1105_tas_clockstep(struct dsa_switch *ds) in sja1105_tas_clockstep() 857 void sja1105_tas_adjfreq(struct dsa_switch *ds) in sja1105_tas_adjfreq() 873 void sja1105_tas_setup(struct dsa_switch *ds) in sja1105_tas_setup() [all …]
|
A D | sja1105_devlink.c | 41 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in sja1105_region_static_config_snapshot() local 77 static int sja1105_setup_devlink_regions(struct dsa_switch *ds) in sja1105_setup_devlink_regions() 109 static void sja1105_teardown_devlink_regions(struct dsa_switch *ds) in sja1105_teardown_devlink_regions() 120 int sja1105_devlink_info_get(struct dsa_switch *ds, in sja1105_devlink_info_get() 131 int sja1105_devlink_setup(struct dsa_switch *ds) in sja1105_devlink_setup() 136 void sja1105_devlink_teardown(struct dsa_switch *ds) in sja1105_devlink_teardown()
|
/linux/drivers/net/dsa/qca/ |
A D | qca8k-common.c | 536 int qca8k_set_mac_eee(struct dsa_switch *ds, int port, in qca8k_set_mac_eee() 560 int qca8k_get_mac_eee(struct dsa_switch *ds, int port, in qca8k_get_mac_eee() 756 int qca8k_port_enable(struct dsa_switch *ds, int port, in qca8k_port_enable() 770 void qca8k_port_disable(struct dsa_switch *ds, int port) in qca8k_port_disable() 816 int qca8k_port_max_mtu(struct dsa_switch *ds, int port) in qca8k_port_max_mtu() 832 int qca8k_port_fdb_add(struct dsa_switch *ds, int port, in qca8k_port_fdb_add() 842 int qca8k_port_fdb_del(struct dsa_switch *ds, int port, in qca8k_port_fdb_del() 855 int qca8k_port_fdb_dump(struct dsa_switch *ds, int port, in qca8k_port_fdb_dump() 878 int qca8k_port_mdb_add(struct dsa_switch *ds, int port, in qca8k_port_mdb_add() 893 int qca8k_port_mdb_del(struct dsa_switch *ds, int port, in qca8k_port_mdb_del() [all …]
|
/linux/drivers/net/dsa/xrs700x/ |
A D | xrs700x.c | 86 static void xrs700x_get_strings(struct dsa_switch *ds, int port, in xrs700x_get_strings() 174 static void xrs700x_get_stats64(struct dsa_switch *ds, int port, in xrs700x_get_stats64() 235 static int xrs700x_reset(struct dsa_switch *ds) in xrs700x_reset() 385 static int xrs700x_port_setup(struct dsa_switch *ds, int port) in xrs700x_port_setup() 419 static int xrs700x_setup(struct dsa_switch *ds) in xrs700x_setup() 439 static void xrs700x_teardown(struct dsa_switch *ds) in xrs700x_teardown() 510 static int xrs700x_bridge_common(struct dsa_switch *ds, int port, in xrs700x_bridge_common() 549 static int xrs700x_bridge_join(struct dsa_switch *ds, int port, in xrs700x_bridge_join() 562 static int xrs700x_hsr_join(struct dsa_switch *ds, int port, in xrs700x_hsr_join() 660 static int xrs700x_hsr_leave(struct dsa_switch *ds, int port, in xrs700x_hsr_leave() [all …]
|
/linux/fs/xfs/scrub/ |
A D | dabtree.c | 31 struct xchk_da_btree *ds, in xchk_da_process_error() 68 struct xchk_da_btree *ds, in xchk_da_set_corrupt() 84 struct xchk_da_btree *ds, in xchk_da_set_preen() 99 struct xchk_da_btree *ds, in xchk_da_btree_node_entry() 114 struct xchk_da_btree *ds, in xchk_da_btree_hash() 146 struct xchk_da_btree *ds, in xchk_da_btree_ptr_ok() 234 struct xchk_da_btree *ds, in xchk_da_btree_block_check_sibling() 294 struct xchk_da_btree *ds, in xchk_da_btree_block_check_siblings() 329 struct xchk_da_btree *ds, in xchk_da_btree_block() 500 struct xchk_da_btree *ds; in xchk_da_btree() local
|
/linux/drivers/net/dsa/hirschmann/ |
A D | hellcreek.c | 247 static int hellcreek_port_enable(struct dsa_switch *ds, int port, in hellcreek_port_enable() 459 static int hellcreek_vlan_add(struct dsa_switch *ds, int port, in hellcreek_vlan_add() 481 static int hellcreek_vlan_del(struct dsa_switch *ds, int port, in hellcreek_vlan_del() 839 static int hellcreek_fdb_add(struct dsa_switch *ds, int port, in hellcreek_fdb_add() 885 static int hellcreek_fdb_del(struct dsa_switch *ds, int port, in hellcreek_fdb_del() 926 static int hellcreek_fdb_dump(struct dsa_switch *ds, int port, in hellcreek_fdb_dump() 1173 static int hellcreek_devlink_info_get(struct dsa_switch *ds, in hellcreek_devlink_info_get() 1268 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in hellcreek_devlink_region_vlan_snapshot() local 1295 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in hellcreek_devlink_region_fdb_snapshot() local 1385 static int hellcreek_setup(struct dsa_switch *ds) in hellcreek_setup() [all …]
|
/linux/drivers/net/dsa/mv88e6xxx/ |
A D | devlink.c | 31 int mv88e6xxx_devlink_param_get(struct dsa_switch *ds, u32 id, in mv88e6xxx_devlink_param_get() 53 int mv88e6xxx_devlink_param_set(struct dsa_switch *ds, u32 id, in mv88e6xxx_devlink_param_set() 81 int mv88e6xxx_setup_devlink_params(struct dsa_switch *ds) in mv88e6xxx_setup_devlink_params() 87 void mv88e6xxx_teardown_devlink_params(struct dsa_switch *ds) in mv88e6xxx_teardown_devlink_params() 176 int mv88e6xxx_setup_devlink_resources(struct dsa_switch *ds) in mv88e6xxx_setup_devlink_resources() 270 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in mv88e6xxx_region_global_snapshot() local 376 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in mv88e6xxx_region_atu_snapshot() local 450 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in mv88e6xxx_region_vtu_snapshot() local 533 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in mv88e6xxx_region_stu_snapshot() local 590 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in mv88e6xxx_region_pvt_snapshot() local [all …]
|
A D | chip.c | 1552 struct dsa_switch *ds = chip->ds; in mv88e6xxx_port_vlan() local 1660 struct dsa_switch *ds = chip->ds; in mv88e6xxx_devmap_setup() local 1783 struct dsa_switch *ds; in mv88e6xxx_pvt_map() local 3005 struct dsa_switch *ds = chip->ds; in mv88e6xxx_bridge_map() local 3335 struct dsa_switch *ds = chip->ds; in mv88e6xxx_setup_upstream_port() local 3374 struct dsa_switch *ds = chip->ds; in mv88e6xxx_setup_port() local 3922 static void mv88e6xxx_teardown(struct dsa_switch *ds) in mv88e6xxx_teardown() 3932 static int mv88e6xxx_setup(struct dsa_switch *ds) in mv88e6xxx_setup() 4133 static int mv88e6xxx_get_eeprom(struct dsa_switch *ds, in mv88e6xxx_get_eeprom() 4154 static int mv88e6xxx_set_eeprom(struct dsa_switch *ds, in mv88e6xxx_set_eeprom() [all …]
|
/linux/drivers/net/dsa/microchip/ |
A D | ksz_common.c | 2147 struct dsa_switch *ds = dev->ds; in ksz_update_port_member() local 2243 struct dsa_switch *ds = dev->ds; in ksz_irq_phy_setup() local 2270 struct dsa_switch *ds = dev->ds; in ksz_irq_phy_free() local 2280 struct dsa_switch *ds = dev->ds; in ksz_mdio_register() local 2485 static int ksz_setup(struct dsa_switch *ds) in ksz_setup() 2599 static void ksz_teardown(struct dsa_switch *ds) in ksz_teardown() 3157 static int ksz_max_mtu(struct dsa_switch *ds, int port) in ksz_max_mtu() 3899 static int ksz_setup_tc(struct dsa_switch *ds, int port, in ksz_setup_tc() 4007 static int ksz_set_wol(struct dsa_switch *ds, int port, in ksz_set_wol() 4245 void ksz_switch_macaddr_put(struct dsa_switch *ds) in ksz_switch_macaddr_put() [all …]
|