/openbmc/linux/net/dsa/ |
H 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 …]
|
H 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 199 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_param_set() local 262 dsa_devlink_region_create(struct dsa_switch *ds, in dsa_devlink_region_create() 297 struct dsa_switch *ds = dp->ds; in dsa_port_devlink_setup() local [all …]
|
H 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 …]
|
H A D | dsa.c | 291 struct dsa_switch *ds = dp->ds; in dsa_link_touch() local 316 struct dsa_switch *ds = dp->ds; in dsa_port_setup_routing_table() local 467 struct dsa_switch *ds = dp->ds; in dsa_port_setup() local 627 static int dsa_switch_setup(struct dsa_switch *ds) in dsa_switch_setup() 1135 struct dsa_switch *mds, *ds = dp->ds; in dsa_get_tag_protocol() local 1161 struct dsa_switch *ds = dp->ds; in dsa_port_parse_cpu() local 1539 int dsa_register_switch(struct dsa_switch *ds) in dsa_register_switch() 1561 void dsa_unregister_switch(struct dsa_switch *ds) in dsa_unregister_switch() 1574 void dsa_switch_shutdown(struct dsa_switch *ds) in dsa_switch_shutdown() 1611 int dsa_switch_suspend(struct dsa_switch *ds) in dsa_switch_suspend() [all …]
|
H A D | slave.c | 90 struct dsa_switch *ds = dp->ds; in dsa_slave_standalone_event_work() local 279 struct dsa_switch *ds = dp->ds; in dsa_slave_sync_ha() local 300 struct dsa_switch *ds = dp->ds; in dsa_slave_unsync_ha() local 362 struct dsa_switch *ds = dp->ds; in dsa_slave_open() local 403 struct dsa_switch *ds = dp->ds; in dsa_slave_close() local 429 struct dsa_switch *ds = dp->ds; in dsa_slave_change_rx_flags() local 453 struct dsa_switch *ds = dp->ds; in dsa_slave_set_mac_address() local 988 struct dsa_switch *ds = dp->ds; in dsa_slave_get_regs_len() local 1000 struct dsa_switch *ds = dp->ds; in dsa_slave_get_regs() local 3032 struct dsa_switch *ds; in dsa_slave_prechangeupper_sanity_check() local [all …]
|
H 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() 311 void dsa_tag_8021q_bridge_leave(struct dsa_switch *ds, int port, in dsa_tag_8021q_bridge_leave() 386 static int dsa_tag_8021q_setup(struct dsa_switch *ds) in dsa_tag_8021q_setup() 405 static void dsa_tag_8021q_teardown(struct dsa_switch *ds) in dsa_tag_8021q_teardown() 415 int dsa_tag_8021q_register(struct dsa_switch *ds, __be16 proto) in dsa_tag_8021q_register() [all …]
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix.c | 45 static int felix_cpu_port_for_master(struct dsa_switch *ds, in felix_cpu_port_for_master() 408 static int felix_tag_npi_setup(struct dsa_switch *ds) in felix_tag_npi_setup() 492 static int felix_tag_8021q_setup(struct dsa_switch *ds) in felix_tag_8021q_setup() 605 felix_migrate_host_flood(struct dsa_switch *ds, in felix_migrate_host_flood() 623 static int felix_migrate_mdbs(struct dsa_switch *ds, in felix_migrate_mdbs() 645 felix_tag_proto_setup_shared(struct dsa_switch *ds, in felix_tag_proto_setup_shared() 756 static int felix_set_ageing_time(struct dsa_switch *ds, in felix_set_ageing_time() 1502 struct dsa_switch *ds = xmit_work->dp->ds; in felix_port_deferred_xmit() local 1553 static int felix_setup(struct dsa_switch *ds) in felix_setup() 1623 static void felix_teardown(struct dsa_switch *ds) in felix_teardown() [all …]
|
/openbmc/linux/drivers/net/dsa/ |
H 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() 304 struct dsa_switch *ds; in dsa_loop_drv_probe() local 344 struct dsa_switch *ds = dev_get_drvdata(&mdiodev->dev); in dsa_loop_drv_remove() local [all …]
|
H A D | mt7530.c | 596 mt7530_mib_reset(struct dsa_switch *ds) in mt7530_mib_reset() 1261 mt7530_port_enable(struct dsa_switch *ds, int port, in mt7530_port_enable() 1289 mt7530_port_disable(struct dsa_switch *ds, int port) in mt7530_port_disable() 1347 mt7530_port_max_mtu(struct dsa_switch *ds, int port) in mt7530_port_max_mtu() 2264 struct dsa_switch *ds = priv->ds; in mt7530_setup_mdio_irq() local 2356 struct dsa_switch *ds = priv->ds; in mt7530_setup_mdio() local 2391 mt7530_setup(struct dsa_switch *ds) in mt7530_setup() 2594 mt7531_setup_common(struct dsa_switch *ds) in mt7531_setup_common() 2647 mt7531_setup(struct dsa_switch *ds) in mt7531_setup() 3238 mt753x_setup(struct dsa_switch *ds) in mt753x_setup() [all …]
|
H 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() 927 static void bcm_sf2_enable_acb(struct dsa_switch *ds) in bcm_sf2_enable_acb() 941 static int bcm_sf2_sw_suspend(struct dsa_switch *ds) in bcm_sf2_sw_suspend() 963 static int bcm_sf2_sw_resume(struct dsa_switch *ds) in bcm_sf2_sw_resume() 1045 static int bcm_sf2_sw_setup(struct dsa_switch *ds) in bcm_sf2_sw_setup() 1067 static void bcm_sf2_sw_teardown(struct dsa_switch *ds) in bcm_sf2_sw_teardown() [all …]
|
H 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() 242 a5psw_phylink_mac_select_pcs(struct dsa_switch *ds, int port, in a5psw_phylink_mac_select_pcs() 395 a5psw_port_bridge_flags(struct dsa_switch *ds, int port, in a5psw_port_bridge_flags() 496 static int a5psw_port_fdb_add(struct dsa_switch *ds, int port, in a5psw_port_fdb_add() 547 static int a5psw_port_fdb_del(struct dsa_switch *ds, int port, in a5psw_port_fdb_del() 606 static int a5psw_port_fdb_dump(struct dsa_switch *ds, int port, in a5psw_port_fdb_dump() 728 static int a5psw_port_vlan_add(struct dsa_switch *ds, int port, in a5psw_port_vlan_add() 914 static int a5psw_setup(struct dsa_switch *ds) in a5psw_setup() [all …]
|
H 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
|
/openbmc/linux/drivers/acpi/ |
H A D | dock.c | 132 struct dock_station *ds; in find_dock_station() local 164 struct dock_station *ds = find_dock_station(dshandle); in register_dock_dependent_device() local 207 static int dock_present(struct dock_station *ds) in dock_present() 334 static inline void dock(struct dock_station *ds) in dock() 339 static inline void undock(struct dock_station *ds) in undock() 344 static inline void begin_dock(struct dock_station *ds) in begin_dock() 349 static inline void complete_dock(struct dock_station *ds) in complete_dock() 355 static inline void begin_undock(struct dock_station *ds) in begin_undock() 373 static int dock_in_progress(struct dock_station *ds) in dock_in_progress() 425 struct dock_station *ds = find_dock_station(handle); in dock_notify() local [all …]
|
/openbmc/linux/drivers/net/dsa/qca/ |
H A D | qca8k-common.c | 537 int qca8k_set_mac_eee(struct dsa_switch *ds, int port, in qca8k_set_mac_eee() 561 int qca8k_get_mac_eee(struct dsa_switch *ds, int port, in qca8k_get_mac_eee() 737 int qca8k_port_enable(struct dsa_switch *ds, int port, in qca8k_port_enable() 751 void qca8k_port_disable(struct dsa_switch *ds, int port) in qca8k_port_disable() 797 int qca8k_port_max_mtu(struct dsa_switch *ds, int port) in qca8k_port_max_mtu() 813 int qca8k_port_fdb_add(struct dsa_switch *ds, int port, in qca8k_port_fdb_add() 823 int qca8k_port_fdb_del(struct dsa_switch *ds, int port, in qca8k_port_fdb_del() 836 int qca8k_port_fdb_dump(struct dsa_switch *ds, int port, in qca8k_port_fdb_dump() 859 int qca8k_port_mdb_add(struct dsa_switch *ds, int port, in qca8k_port_mdb_add() 874 int qca8k_port_mdb_del(struct dsa_switch *ds, int port, in qca8k_port_mdb_del() [all …]
|
/openbmc/linux/drivers/net/dsa/b53/ |
H A D | b53_common.c | 742 int b53_configure_vlan(struct dsa_switch *ds) in b53_configure_vlan() 1103 static int b53_setup(struct dsa_switch *ds) in b53_setup() 1141 static void b53_teardown(struct dsa_switch *ds) in b53_teardown() 1504 int b53_vlan_add(struct dsa_switch *ds, int port, in b53_vlan_add() 1544 int b53_vlan_del(struct dsa_switch *ds, int port, in b53_vlan_del() 1733 int b53_fdb_add(struct dsa_switch *ds, int port, in b53_fdb_add() 1754 int b53_fdb_del(struct dsa_switch *ds, int port, in b53_fdb_del() 1813 int b53_fdb_dump(struct dsa_switch *ds, int port, in b53_fdb_dump() 1856 int b53_mdb_add(struct dsa_switch *ds, int port, in b53_mdb_add() 1877 int b53_mdb_del(struct dsa_switch *ds, int port, in b53_mdb_del() [all …]
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_main.c | 200 struct dsa_switch *ds = priv->ds; in sja1105_init_mac_settings() local 251 struct dsa_switch *ds = priv->ds; in sja1105_init_mii_settings() local 414 struct dsa_switch *ds = priv->ds; in sja1105_init_l2_lookup_params() local 472 struct dsa_switch *ds = priv->ds; in sja1105_init_static_vlan() local 510 struct dsa_switch *ds = priv->ds; in sja1105_init_l2_forwarding() local 644 struct dsa_switch *ds = priv->ds; in sja1110_init_pcp_remapping() local 793 struct dsa_switch *ds = priv->ds; in sja1105_init_topology() local 1009 struct dsa_switch *ds = priv->ds; in sja1105_init_l2_policing() local 1983 struct dsa_switch *ds = priv->ds; in sja1105_manage_flood_domains() local 2294 struct dsa_switch *ds = priv->ds; in sja1105_static_config_reload() local [all …]
|
H 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()
|
H 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 …]
|
/openbmc/linux/drivers/net/dsa/xrs700x/ |
H 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() 469 static void xrs700x_mac_link_up(struct dsa_switch *ds, int port, in xrs700x_mac_link_up() 537 static int xrs700x_bridge_join(struct dsa_switch *ds, int port, in xrs700x_bridge_join() 550 static int xrs700x_hsr_join(struct dsa_switch *ds, int port, in xrs700x_hsr_join() 642 static int xrs700x_hsr_leave(struct dsa_switch *ds, int port, in xrs700x_hsr_leave() [all …]
|
/openbmc/u-boot/drivers/spi/ |
H A D | davinci_spi.c | 394 struct davinci_spi_slave *ds; in spi_setup_slave() local 429 struct davinci_spi_slave *ds = to_davinci_spi(slave); in spi_free_slave() local 437 struct davinci_spi_slave *ds = to_davinci_spi(slave); in spi_xfer() local 446 struct davinci_spi_slave *ds = to_davinci_spi(slave); in spi_claim_bus() local 458 struct davinci_spi_slave *ds = to_davinci_spi(slave); in spi_release_bus() local 466 struct davinci_spi_slave *ds = dev_get_priv(bus); in davinci_spi_set_speed() local 479 struct davinci_spi_slave *ds = dev_get_priv(bus); in davinci_spi_set_mode() local 492 struct davinci_spi_slave *ds = dev_get_priv(bus); in davinci_spi_claim_bus() local 505 struct davinci_spi_slave *ds = dev_get_priv(dev->parent); in davinci_spi_release_bus() local 517 struct davinci_spi_slave *ds = dev_get_priv(bus); in davinci_spi_xfer() local [all …]
|
/openbmc/linux/fs/xfs/scrub/ |
H 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() 83 struct xchk_da_btree *ds, in xchk_da_btree_node_entry() 98 struct xchk_da_btree *ds, in xchk_da_btree_hash() 130 struct xchk_da_btree *ds, in xchk_da_btree_ptr_ok() 218 struct xchk_da_btree *ds, in xchk_da_btree_block_check_sibling() 278 struct xchk_da_btree *ds, in xchk_da_btree_block_check_siblings() 313 struct xchk_da_btree *ds, in xchk_da_btree_block() 477 struct xchk_da_btree *ds; in xchk_da_btree() local
|
/openbmc/linux/drivers/net/dsa/microchip/ |
H A D | ksz_common.c | 1788 struct dsa_switch *ds = dev->ds; in ksz_update_port_member() local 1866 struct dsa_switch *ds = dev->ds; in ksz_irq_phy_setup() local 1893 struct dsa_switch *ds = dev->ds; in ksz_irq_phy_free() local 1903 struct dsa_switch *ds = dev->ds; in ksz_mdio_register() local 2106 static int ksz_setup(struct dsa_switch *ds) in ksz_setup() 2211 static void ksz_teardown(struct dsa_switch *ds) in ksz_teardown() 2501 static int ksz_enable_port(struct dsa_switch *ds, int port, in ksz_enable_port() 2622 static int ksz_connect_tag_protocol(struct dsa_switch *ds, in ksz_connect_tag_protocol() 2706 static int ksz_max_mtu(struct dsa_switch *ds, int port) in ksz_max_mtu() 3417 static int ksz_setup_tc(struct dsa_switch *ds, int port, in ksz_setup_tc() [all …]
|
/openbmc/linux/drivers/net/dsa/hirschmann/ |
H 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 …]
|
/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H 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 …]
|
H A D | chip.c | 1416 struct dsa_switch *ds = chip->ds; in mv88e6xxx_port_vlan() local 1524 struct dsa_switch *ds = chip->ds; in mv88e6xxx_devmap_setup() local 1647 struct dsa_switch *ds; in mv88e6xxx_pvt_map() local 2869 struct dsa_switch *ds = chip->ds; in mv88e6xxx_bridge_map() local 3199 struct dsa_switch *ds = chip->ds; in mv88e6xxx_setup_upstream_port() local 3238 struct dsa_switch *ds = chip->ds; in mv88e6xxx_setup_port() local 3783 static void mv88e6xxx_teardown(struct dsa_switch *ds) in mv88e6xxx_teardown() 3793 static int mv88e6xxx_setup(struct dsa_switch *ds) in mv88e6xxx_setup() 3994 static int mv88e6xxx_get_eeprom(struct dsa_switch *ds, in mv88e6xxx_get_eeprom() 4015 static int mv88e6xxx_set_eeprom(struct dsa_switch *ds, in mv88e6xxx_set_eeprom() [all …]
|