Home
last modified time | relevance | path

Searched defs:ds (Results 1 – 25 of 225) sorted by relevance

123456789

/linux-6.15/net/dsa/
H A Dswitch.c35 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 Ddevlink.c15 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
272 dsa_devlink_region_create(struct dsa_switch *ds, in dsa_devlink_region_create()
307 struct dsa_switch *ds = dp->ds; in dsa_port_devlink_setup() local
[all …]
H A Duser.c90 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
976 struct dsa_switch *ds = dp->ds; in dsa_user_get_regs_len() local
988 struct dsa_switch *ds = dp->ds; in dsa_user_get_regs() local
3173 struct dsa_switch *ds; in dsa_user_prechangeupper_sanity_check() local
[all …]
H A Dport.c57 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 Ddsa.c290 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()
1137 struct dsa_switch *mds, *ds = dp->ds; in dsa_get_tag_protocol() local
1163 struct dsa_switch *ds = dp->ds; in dsa_port_parse_cpu() local
1573 int dsa_register_switch(struct dsa_switch *ds) in dsa_register_switch()
1595 void dsa_unregister_switch(struct dsa_switch *ds) in dsa_unregister_switch()
1608 void dsa_switch_shutdown(struct dsa_switch *ds) in dsa_switch_shutdown()
1652 int dsa_switch_suspend(struct dsa_switch *ds) in dsa_switch_suspend()
[all …]
H A Dtag_8021q.c74 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-6.15/drivers/net/dsa/ocelot/
H A Dfelix.c45 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()
1624 struct dsa_switch *ds = xmit_work->dp->ds; in felix_port_deferred_xmit() local
1675 static int felix_setup(struct dsa_switch *ds) in felix_setup()
1754 static void felix_teardown(struct dsa_switch *ds) in felix_teardown()
2322 struct dsa_switch *ds; in felix_register_switch() local
[all …]
/linux-6.15/drivers/net/dsa/
H A Ddsa_loop.c50 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()
152 static int dsa_loop_phy_write(struct dsa_switch *ds, int port, in dsa_loop_phy_write()
203 static int dsa_loop_port_vlan_add(struct dsa_switch *ds, int port, in dsa_loop_port_vlan_add()
236 static int dsa_loop_port_vlan_del(struct dsa_switch *ds, int port, in dsa_loop_port_vlan_del()
274 static int dsa_loop_port_max_mtu(struct dsa_switch *ds, int port) in dsa_loop_port_max_mtu()
312 struct dsa_switch *ds; in dsa_loop_drv_probe() local
352 struct dsa_switch *ds = dev_get_drvdata(&mdiodev->dev); in dsa_loop_drv_remove() local
[all …]
H A Dmt7530.c546 mt7530_mib_reset(struct dsa_switch *ds) in mt7530_mib_reset()
1172 mt7530_port_enable(struct dsa_switch *ds, int port, in mt7530_port_enable()
2056 struct dsa_switch *ds = priv->ds; in mt7530_setup_mdio_irq() local
2158 struct dsa_switch *ds = priv->ds; in mt7530_setup_mdio() local
2204 mt7530_setup(struct dsa_switch *ds) in mt7530_setup()
2417 mt7531_setup_common(struct dsa_switch *ds) in mt7531_setup_common()
2485 mt7531_setup(struct dsa_switch *ds) in mt7531_setup()
2784 struct dsa_switch *ds = dp->ds; in mt753x_phylink_mac_config() local
2964 mt753x_setup(struct dsa_switch *ds) in mt753x_setup()
3007 mt753x_conduit_state_change(struct dsa_switch *ds, in mt753x_conduit_state_change()
[all …]
H A Dbcm_sf2.c131 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 …]
H A Drzn1_a5psw.c187 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()
922 static int a5psw_setup(struct dsa_switch *ds) in a5psw_setup()
[all …]
H A Dmv88e6060.c45 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-6.15/drivers/acpi/
H A Ddock.c118 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-6.15/drivers/net/dsa/b53/
H A Db53_common.c813 int b53_configure_vlan(struct dsa_switch *ds) in b53_configure_vlan()
1187 static int b53_setup(struct dsa_switch *ds) in b53_setup()
1241 static void b53_teardown(struct dsa_switch *ds) in b53_teardown()
1495 struct dsa_switch *ds = dp->ds; in b53_phylink_mac_config() local
1541 struct dsa_switch *ds = dp->ds; in b53_phylink_mac_link_up() local
1606 int b53_vlan_add(struct dsa_switch *ds, int port, in b53_vlan_add()
1854 int b53_fdb_add(struct dsa_switch *ds, int port, in b53_fdb_add()
1875 int b53_fdb_del(struct dsa_switch *ds, int port, in b53_fdb_del()
1977 int b53_mdb_add(struct dsa_switch *ds, int port, in b53_mdb_add()
1998 int b53_mdb_del(struct dsa_switch *ds, int port, in b53_mdb_del()
[all …]
/linux-6.15/drivers/net/dsa/sja1105/
H A Dsja1105_main.c201 struct dsa_switch *ds = priv->ds; in sja1105_init_mac_settings() local
252 struct dsa_switch *ds = priv->ds; in sja1105_init_mii_settings() local
415 struct dsa_switch *ds = priv->ds; in sja1105_init_l2_lookup_params() local
473 struct dsa_switch *ds = priv->ds; in sja1105_init_static_vlan() local
511 struct dsa_switch *ds = priv->ds; in sja1105_init_l2_forwarding() local
645 struct dsa_switch *ds = priv->ds; in sja1110_init_pcp_remapping() local
794 struct dsa_switch *ds = priv->ds; in sja1105_init_topology() local
1010 struct dsa_switch *ds = priv->ds; in sja1105_init_l2_policing() local
1988 struct dsa_switch *ds = priv->ds; in sja1105_manage_flood_domains() local
2293 struct dsa_switch *ds = priv->ds; in sja1105_static_config_reload() local
[all …]
H A Dsja1105_ptp.c123 int sja1105_get_ts_info(struct dsa_switch *ds, int port, in sja1105_get_ts_info()
212 static u64 sja1105_tstamp_reconstruct(struct dsa_switch *ds, u64 now, in sja1105_tstamp_reconstruct()
350 struct dsa_switch *ds = priv->ds; in sja1105_rxtstamp_work() local
415 bool sja1105_port_rxtstamp(struct dsa_switch *ds, int port, in sja1105_port_rxtstamp()
504 static int sja1105_ptp_reset(struct dsa_switch *ds) in sja1105_ptp_reset()
526 int __sja1105_ptp_gettimex(struct dsa_switch *ds, u64 *ns, in __sja1105_ptp_gettimex()
578 int __sja1105_ptp_settime(struct dsa_switch *ds, u64 ns, in __sja1105_ptp_settime()
645 int __sja1105_ptp_adjtime(struct dsa_switch *ds, s64 delta) in __sja1105_ptp_adjtime()
895 int sja1105_ptp_clock_register(struct dsa_switch *ds) in sja1105_ptp_clock_register()
934 void sja1105_ptp_clock_unregister(struct dsa_switch *ds) in sja1105_ptp_clock_unregister()
[all …]
H A Dsja1105_tas.c21 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 …]
H A Dsja1105_devlink.c41 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-6.15/drivers/net/dsa/qca/
H A Dqca8k-common.c536 int qca8k_set_mac_eee(struct dsa_switch *ds, int port, in qca8k_set_mac_eee()
749 int qca8k_port_enable(struct dsa_switch *ds, int port, in qca8k_port_enable()
763 void qca8k_port_disable(struct dsa_switch *ds, int port) in qca8k_port_disable()
809 int qca8k_port_max_mtu(struct dsa_switch *ds, int port) in qca8k_port_max_mtu()
825 int qca8k_port_fdb_add(struct dsa_switch *ds, int port, in qca8k_port_fdb_add()
835 int qca8k_port_fdb_del(struct dsa_switch *ds, int port, in qca8k_port_fdb_del()
848 int qca8k_port_fdb_dump(struct dsa_switch *ds, int port, in qca8k_port_fdb_dump()
871 int qca8k_port_mdb_add(struct dsa_switch *ds, int port, in qca8k_port_mdb_add()
886 int qca8k_port_mdb_del(struct dsa_switch *ds, int port, in qca8k_port_mdb_del()
1011 int qca8k_port_vlan_add(struct dsa_switch *ds, int port, in qca8k_port_vlan_add()
[all …]
/linux-6.15/drivers/net/dsa/xrs700x/
H A Dxrs700x.c86 static void xrs700x_get_strings(struct dsa_switch *ds, int port, in xrs700x_get_strings()
172 static void xrs700x_get_stats64(struct dsa_switch *ds, int port, in xrs700x_get_stats64()
233 static int xrs700x_reset(struct dsa_switch *ds) in xrs700x_reset()
383 static int xrs700x_port_setup(struct dsa_switch *ds, int port) in xrs700x_port_setup()
417 static int xrs700x_setup(struct dsa_switch *ds) in xrs700x_setup()
437 static void xrs700x_teardown(struct dsa_switch *ds) in xrs700x_teardown()
508 static int xrs700x_bridge_common(struct dsa_switch *ds, int port, in xrs700x_bridge_common()
547 static int xrs700x_bridge_join(struct dsa_switch *ds, int port, in xrs700x_bridge_join()
560 static int xrs700x_hsr_join(struct dsa_switch *ds, int port, in xrs700x_hsr_join()
658 static int xrs700x_hsr_leave(struct dsa_switch *ds, int port, in xrs700x_hsr_leave()
[all …]
/linux-6.15/fs/xfs/scrub/
H A Ddabtree.c31 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-6.15/drivers/net/dsa/hirschmann/
H A Dhellcreek.c247 static int hellcreek_port_enable(struct dsa_switch *ds, int port, in hellcreek_port_enable()
455 static int hellcreek_vlan_add(struct dsa_switch *ds, int port, in hellcreek_vlan_add()
477 static int hellcreek_vlan_del(struct dsa_switch *ds, int port, in hellcreek_vlan_del()
835 static int hellcreek_fdb_add(struct dsa_switch *ds, int port, in hellcreek_fdb_add()
881 static int hellcreek_fdb_del(struct dsa_switch *ds, int port, in hellcreek_fdb_del()
922 static int hellcreek_fdb_dump(struct dsa_switch *ds, int port, in hellcreek_fdb_dump()
1169 static int hellcreek_devlink_info_get(struct dsa_switch *ds, in hellcreek_devlink_info_get()
1264 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in hellcreek_devlink_region_vlan_snapshot() local
1291 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in hellcreek_devlink_region_fdb_snapshot() local
1381 static int hellcreek_setup(struct dsa_switch *ds) in hellcreek_setup()
[all …]
/linux-6.15/drivers/net/dsa/microchip/
H A Dksz_common.c2261 struct dsa_switch *ds = dev->ds; in ksz_update_port_member() local
2411 struct dsa_switch *ds = dev->ds; in ksz_phy_addr_to_port() local
2435 struct dsa_switch *ds = dev->ds; in ksz_irq_phy_setup() local
2475 struct dsa_switch *ds = dev->ds; in ksz_irq_phy_free() local
2569 struct dsa_switch *ds = dev->ds; in ksz_mdio_register() local
2823 static int ksz_setup(struct dsa_switch *ds) in ksz_setup()
2943 static void ksz_teardown(struct dsa_switch *ds) in ksz_teardown()
4585 void ksz_switch_macaddr_put(struct dsa_switch *ds) in ksz_switch_macaddr_put()
4672 static int ksz_suspend(struct dsa_switch *ds) in ksz_suspend()
4680 static int ksz_resume(struct dsa_switch *ds) in ksz_resume()
[all …]
/linux-6.15/drivers/net/dsa/mv88e6xxx/
H A Ddevlink.c31 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
443 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in mv88e6xxx_region_vtu_snapshot() local
526 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in mv88e6xxx_region_stu_snapshot() local
583 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in mv88e6xxx_region_pvt_snapshot() local
[all …]
H A Dchip.c1526 struct dsa_switch *ds = chip->ds; in mv88e6xxx_port_vlan() local
1634 struct dsa_switch *ds = chip->ds; in mv88e6xxx_devmap_setup() local
1757 struct dsa_switch *ds; in mv88e6xxx_pvt_map() local
2999 struct dsa_switch *ds = chip->ds; in mv88e6xxx_bridge_map() local
3329 struct dsa_switch *ds = chip->ds; in mv88e6xxx_setup_upstream_port() local
3370 struct dsa_switch *ds = chip->ds; in mv88e6xxx_setup_port() local
3961 static void mv88e6xxx_teardown(struct dsa_switch *ds) in mv88e6xxx_teardown()
3971 static int mv88e6xxx_setup(struct dsa_switch *ds) in mv88e6xxx_setup()
4172 static int mv88e6xxx_get_eeprom(struct dsa_switch *ds, in mv88e6xxx_get_eeprom()
4193 static int mv88e6xxx_set_eeprom(struct dsa_switch *ds, in mv88e6xxx_set_eeprom()
[all …]

123456789