Home
last modified time | relevance | path

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

12345678

/linux/net/dsa/
A Dswitch.c29 static int dsa_switch_ageing_time(struct dsa_switch *ds, in dsa_switch_ageing_time()
67 static int dsa_switch_mtu(struct dsa_switch *ds, in dsa_switch_mtu()
215 struct dsa_switch *ds = dp->ds; in dsa_port_do_mdb_add() local
258 struct dsa_switch *ds = dp->ds; in dsa_port_do_mdb_del() local
296 struct dsa_switch *ds = dp->ds; in dsa_port_do_fdb_add() local
339 struct dsa_switch *ds = dp->ds; in dsa_port_do_fdb_del() local
416 static int dsa_switch_fdb_add(struct dsa_switch *ds, in dsa_switch_fdb_add()
428 static int dsa_switch_fdb_del(struct dsa_switch *ds, in dsa_switch_fdb_del()
499 static int dsa_switch_mdb_add(struct dsa_switch *ds, in dsa_switch_mdb_add()
675 dsa_switch_mrp_add_ring_role(struct dsa_switch *ds, in dsa_switch_mrp_add_ring_role()
[all …]
A Ddsa2.c288 struct dsa_switch *ds = dp->ds; in dsa_link_touch() local
313 struct dsa_switch *ds = dp->ds; in dsa_port_setup_routing_table() local
429 struct dsa_switch *ds = dp->ds; in dsa_port_setup() local
544 struct dsa_switch *ds = dp->ds; in dsa_port_teardown() local
605 struct dsa_switch *ds = dp->ds; in dsa_port_reinit_as_unused() local
630 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_info_get() local
642 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_sb_pool_get() local
656 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_sb_pool_set() local
733 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_sb_occ_snapshot() local
1217 struct dsa_switch *mds, *ds = dp->ds; in dsa_get_tag_protocol() local
[all …]
A Dtag_8021q.c145 struct dsa_switch *ds = dp->ds; in dsa_port_do_tag_8021q_vlan_add() local
181 struct dsa_switch *ds = dp->ds; in dsa_port_do_tag_8021q_vlan_del() local
213 struct dsa_switch *ds = dp->ds; in dsa_port_tag_8021q_vlan_match() local
224 int dsa_switch_tag_8021q_vlan_add(struct dsa_switch *ds, in dsa_switch_tag_8021q_vlan_add()
260 int dsa_switch_tag_8021q_vlan_del(struct dsa_switch *ds, in dsa_switch_tag_8021q_vlan_del()
343 int dsa_tag_8021q_bridge_join(struct dsa_switch *ds, in dsa_tag_8021q_bridge_join()
379 int dsa_tag_8021q_bridge_leave(struct dsa_switch *ds, in dsa_tag_8021q_bridge_leave()
500 static int dsa_tag_8021q_setup(struct dsa_switch *ds) in dsa_tag_8021q_setup()
519 static void dsa_tag_8021q_teardown(struct dsa_switch *ds) in dsa_tag_8021q_teardown()
529 int dsa_tag_8021q_register(struct dsa_switch *ds, __be16 proto) in dsa_tag_8021q_register()
[all …]
A Ddsa.c204 struct dsa_switch *ds = p->dp->ds; in dsa_skb_defer_rx_timestamp() local
288 int dsa_switch_suspend(struct dsa_switch *ds) in dsa_switch_suspend()
310 int dsa_switch_resume(struct dsa_switch *ds) in dsa_switch_resume()
356 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_param_get() local
368 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_param_set() local
377 int dsa_devlink_params_register(struct dsa_switch *ds, in dsa_devlink_params_register()
385 void dsa_devlink_params_unregister(struct dsa_switch *ds, in dsa_devlink_params_unregister()
393 int dsa_devlink_resource_register(struct dsa_switch *ds, in dsa_devlink_resource_register()
407 void dsa_devlink_resources_unregister(struct dsa_switch *ds) in dsa_devlink_resources_unregister()
431 dsa_devlink_region_create(struct dsa_switch *ds, in dsa_devlink_region_create()
[all …]
A Dslave.c29 struct dsa_switch *ds = bus->priv; in dsa_slave_phy_read() local
39 struct dsa_switch *ds = bus->priv; in dsa_slave_phy_write() local
522 struct dsa_switch *ds = dp->ds; in dsa_slave_get_port_parent_id() local
655 struct dsa_switch *ds = dp->ds; in dsa_slave_get_regs_len() local
667 struct dsa_switch *ds = dp->ds; in dsa_slave_get_regs() local
683 struct dsa_switch *ds = dp->ds; in dsa_slave_get_eeprom_len() local
698 struct dsa_switch *ds = dp->ds; in dsa_slave_get_eeprom() local
710 struct dsa_switch *ds = dp->ds; in dsa_slave_set_eeprom() local
722 struct dsa_switch *ds = dp->ds; in dsa_slave_get_strings() local
745 struct dsa_switch *ds = dp->ds; in dsa_slave_get_ethtool_stats() local
[all …]
A Dport.c53 struct dsa_switch *ds = dp->ds; in dsa_port_fast_age() local
68 struct dsa_switch *ds = dp->ds; in dsa_port_can_configure_learning() local
80 struct dsa_switch *ds = dp->ds; in dsa_port_set_state() local
123 struct dsa_switch *ds = dp->ds; in dsa_port_enable_rt() local
155 struct dsa_switch *ds = dp->ds; in dsa_port_disable_rt() local
277 struct dsa_switch *ds = dp->ds; in dsa_port_bridge_tx_fwd_unoffload() local
297 struct dsa_switch *ds = dp->ds; in dsa_port_bridge_tx_fwd_offload() local
519 struct dsa_switch *ds = dp->ds; in dsa_port_can_apply_vlan_filtering() local
587 struct dsa_switch *ds = dp->ds; in dsa_port_vlan_filtering() local
658 struct dsa_switch *ds = dp->ds; in dsa_port_skip_vlan_configuration() local
[all …]
A Dmaster.c15 struct dsa_switch *ds = cpu_dp->ds; in dsa_master_get_regs_len() local
45 struct dsa_switch *ds = cpu_dp->ds; in dsa_master_get_regs() local
81 struct dsa_switch *ds = cpu_dp->ds; in dsa_master_get_ethtool_stats() local
100 struct dsa_switch *ds = cpu_dp->ds; in dsa_master_get_ethtool_phy_stats() local
124 struct dsa_switch *ds = cpu_dp->ds; in dsa_master_get_sset_count() local
147 struct dsa_switch *ds = cpu_dp->ds; in dsa_master_get_strings() local
193 struct dsa_switch *ds = cpu_dp->ds; in dsa_master_ioctl() local
226 struct dsa_switch *ds = cpu_dp->ds; in dsa_master_ethtool_setup() local
350 struct dsa_switch *ds = cpu_dp->ds; in dsa_master_setup() local
/linux/drivers/net/dsa/ocelot/
A Dfelix.c34 struct dsa_switch *ds = felix->ds; in felix_tag_8021q_rxvlan_add() local
80 struct dsa_switch *ds = felix->ds; in felix_tag_8021q_txvlan_add() local
273 struct dsa_switch *ds = felix->ds; in felix_setup_mmio_filtering() local
625 static int felix_set_ageing_time(struct dsa_switch *ds, in felix_set_ageing_time()
643 static int felix_fdb_add(struct dsa_switch *ds, int port, in felix_fdb_add()
651 static int felix_fdb_del(struct dsa_switch *ds, int port, in felix_fdb_del()
1118 struct dsa_switch *ds = xmit_work->dp->ds; in felix_port_deferred_xmit() local
1185 static int felix_setup(struct dsa_switch *ds) in felix_setup()
1276 static void felix_teardown(struct dsa_switch *ds) in felix_teardown()
1565 static int felix_sb_occ_snapshot(struct dsa_switch *ds, in felix_sb_occ_snapshot()
[all …]
/linux/drivers/net/dsa/
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()
153 static int dsa_loop_phy_write(struct dsa_switch *ds, int port, in dsa_loop_phy_write()
202 static int dsa_loop_port_vlan_add(struct dsa_switch *ds, int port, in dsa_loop_port_vlan_add()
235 static int dsa_loop_port_vlan_del(struct dsa_switch *ds, int port, in dsa_loop_port_vlan_del()
273 static int dsa_loop_port_max_mtu(struct dsa_switch *ds, int port) in dsa_loop_port_max_mtu()
302 struct dsa_switch *ds; in dsa_loop_drv_probe() local
342 struct dsa_switch *ds = dev_get_drvdata(&mdiodev->dev); in dsa_loop_drv_remove() local
[all …]
A Dmt7530.c595 mt7530_mib_reset(struct dsa_switch *ds) in mt7530_mib_reset()
1033 mt7530_port_enable(struct dsa_switch *ds, int port, in mt7530_port_enable()
1056 mt7530_port_disable(struct dsa_switch *ds, int port) in mt7530_port_disable()
1115 mt7530_port_max_mtu(struct dsa_switch *ds, int port) in mt7530_port_max_mtu()
1343 mt7530_port_fdb_add(struct dsa_switch *ds, int port, in mt7530_port_fdb_add()
1359 mt7530_port_fdb_del(struct dsa_switch *ds, int port, in mt7530_port_fdb_del()
1962 struct dsa_switch *ds = priv->ds; in mt7530_setup_mdio_irq() local
2047 struct dsa_switch *ds = priv->ds; in mt7530_setup_mdio() local
2080 mt7530_setup(struct dsa_switch *ds) in mt7530_setup()
2252 mt7531_setup(struct dsa_switch *ds) in mt7531_setup()
[all …]
A Dbcm_sf2.c81 static void bcm_sf2_recalc_clock(struct dsa_switch *ds) in bcm_sf2_recalc_clock()
108 static void bcm_sf2_imp_setup(struct dsa_switch *ds, int port) in bcm_sf2_imp_setup()
402 struct dsa_switch *ds = dev_id; in bcm_sf2_switch_0_isr() local
414 struct dsa_switch *ds = dev_id; in bcm_sf2_switch_1_isr() local
567 static int bcm_sf2_mdio_register(struct dsa_switch *ds) in bcm_sf2_mdio_register()
899 static void bcm_sf2_enable_acb(struct dsa_switch *ds) in bcm_sf2_enable_acb()
913 static int bcm_sf2_sw_suspend(struct dsa_switch *ds) in bcm_sf2_sw_suspend()
935 static int bcm_sf2_sw_resume(struct dsa_switch *ds) in bcm_sf2_sw_resume()
1017 static int bcm_sf2_sw_setup(struct dsa_switch *ds) in bcm_sf2_sw_setup()
1039 static void bcm_sf2_sw_teardown(struct dsa_switch *ds) in bcm_sf2_sw_teardown()
[all …]
A Dmv88e6060.c45 static enum dsa_tag_protocol mv88e6060_get_tag_protocol(struct dsa_switch *ds, in mv88e6060_get_tag_protocol()
184 static int mv88e6060_setup(struct dsa_switch *ds) in mv88e6060_setup()
222 static int mv88e6060_phy_read(struct dsa_switch *ds, int port, int regnum) in mv88e6060_phy_read()
235 mv88e6060_phy_write(struct dsa_switch *ds, int port, int regnum, u16 val) in mv88e6060_phy_write()
258 struct dsa_switch *ds; in mv88e6060_probe() local
291 struct dsa_switch *ds = dev_get_drvdata(&mdiodev->dev); in mv88e6060_remove() local
303 struct dsa_switch *ds = dev_get_drvdata(&mdiodev->dev); in mv88e6060_shutdown() local
A Dqca8k.c782 struct dsa_switch *ds = priv->ds; in qca8k_mdio_register() local
918 static int qca8k_find_cpu_port(struct dsa_switch *ds) in qca8k_find_cpu_port()
1075 qca8k_setup(struct dsa_switch *ds) in qca8k_setup()
1806 qca8k_port_enable(struct dsa_switch *ds, int port, in qca8k_port_enable()
1821 qca8k_port_disable(struct dsa_switch *ds, int port) in qca8k_port_disable()
1846 qca8k_port_max_mtu(struct dsa_switch *ds, int port) in qca8k_port_max_mtu()
1864 qca8k_port_fdb_add(struct dsa_switch *ds, int port, in qca8k_port_fdb_add()
1874 qca8k_port_fdb_del(struct dsa_switch *ds, int port, in qca8k_port_fdb_del()
1887 qca8k_port_fdb_dump(struct dsa_switch *ds, int port, in qca8k_port_fdb_dump()
1931 qca8k_port_vlan_add(struct dsa_switch *ds, int port, in qca8k_port_vlan_add()
[all …]
/linux/drivers/acpi/
A Ddock.c132 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 …]
/linux/drivers/net/dsa/b53/
A Db53_common.c738 int b53_configure_vlan(struct dsa_switch *ds) in b53_configure_vlan()
1099 static int b53_setup(struct dsa_switch *ds) in b53_setup()
1137 static void b53_teardown(struct dsa_switch *ds) in b53_teardown()
1473 int b53_vlan_add(struct dsa_switch *ds, int port, in b53_vlan_add()
1513 int b53_vlan_del(struct dsa_switch *ds, int port, in b53_vlan_del()
1706 int b53_fdb_add(struct dsa_switch *ds, int port, in b53_fdb_add()
1726 int b53_fdb_del(struct dsa_switch *ds, int port, in b53_fdb_del()
1784 int b53_fdb_dump(struct dsa_switch *ds, int port, in b53_fdb_dump()
1827 int b53_mdb_add(struct dsa_switch *ds, int port, in b53_mdb_add()
1847 int b53_mdb_del(struct dsa_switch *ds, int port, in b53_mdb_del()
[all …]
/linux/drivers/net/dsa/microchip/
A Dksz_common.c26 struct dsa_switch *ds = dev->ds; in ksz_update_port_member() local
130 int ksz_phy_read16(struct dsa_switch *ds, int addr, int reg) in ksz_phy_read16()
141 int ksz_phy_write16(struct dsa_switch *ds, int addr, int reg, u16 val) in ksz_phy_write16()
151 void ksz_mac_link_down(struct dsa_switch *ds, int port, unsigned int mode, in ksz_mac_link_down()
165 int ksz_sset_count(struct dsa_switch *ds, int port, int sset) in ksz_sset_count()
194 int ksz_port_bridge_join(struct dsa_switch *ds, int port, in ksz_port_bridge_join()
205 void ksz_port_bridge_leave(struct dsa_switch *ds, int port, in ksz_port_bridge_leave()
214 void ksz_port_fast_age(struct dsa_switch *ds, int port) in ksz_port_fast_age()
253 int ksz_port_mdb_add(struct dsa_switch *ds, int port, in ksz_port_mdb_add()
298 int ksz_port_mdb_del(struct dsa_switch *ds, int port, in ksz_port_mdb_del()
[all …]
/linux/drivers/net/dsa/sja1105/
A Dsja1105_main.c200 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
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
1946 struct dsa_switch *ds = priv->ds; in sja1105_manage_flood_domains() local
2202 struct dsa_switch *ds = priv->ds; in sja1105_static_config_reload() local
[all …]
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()
107 static void sja1105_teardown_devlink_regions(struct dsa_switch *ds) in sja1105_teardown_devlink_regions()
118 int sja1105_devlink_info_get(struct dsa_switch *ds, in sja1105_devlink_info_get()
135 int sja1105_devlink_setup(struct dsa_switch *ds) in sja1105_devlink_setup()
140 void sja1105_devlink_teardown(struct dsa_switch *ds) in sja1105_devlink_teardown()
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
584 struct dsa_switch *ds = priv->ds; in sja1105_tas_check_running() local
631 struct dsa_switch *ds = priv->ds; in sja1105_tas_start() local
658 struct dsa_switch *ds = priv->ds; in sja1105_tas_stop() local
727 struct dsa_switch *ds = priv->ds; in sja1105_tas_state_machine() local
842 void sja1105_tas_clockstep(struct dsa_switch *ds) in sja1105_tas_clockstep()
854 void sja1105_tas_adjfreq(struct dsa_switch *ds) in sja1105_tas_adjfreq()
870 void sja1105_tas_setup(struct dsa_switch *ds) in sja1105_tas_setup()
[all …]
A Dsja1105_ptp.c156 int sja1105_get_ts_info(struct dsa_switch *ds, int port, in sja1105_get_ts_info()
245 static u64 sja1105_tstamp_reconstruct(struct dsa_switch *ds, u64 now, in sja1105_tstamp_reconstruct()
383 struct dsa_switch *ds = priv->ds; in sja1105_rxtstamp_work() local
448 bool sja1105_port_rxtstamp(struct dsa_switch *ds, int port, in sja1105_port_rxtstamp()
505 static int sja1105_ptp_reset(struct dsa_switch *ds) in sja1105_ptp_reset()
527 int __sja1105_ptp_gettimex(struct dsa_switch *ds, u64 *ns, in __sja1105_ptp_gettimex()
579 int __sja1105_ptp_settime(struct dsa_switch *ds, u64 ns, in __sja1105_ptp_settime()
646 int __sja1105_ptp_adjtime(struct dsa_switch *ds, s64 delta) in __sja1105_ptp_adjtime()
896 int sja1105_ptp_clock_register(struct dsa_switch *ds) in sja1105_ptp_clock_register()
937 void sja1105_ptp_clock_unregister(struct dsa_switch *ds) in sja1105_ptp_clock_unregister()
[all …]
/linux/drivers/net/dsa/xrs700x/
A Dxrs700x.c85 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()
474 static void xrs700x_mac_link_up(struct dsa_switch *ds, int port, in xrs700x_mac_link_up()
542 static int xrs700x_bridge_join(struct dsa_switch *ds, int port, in xrs700x_bridge_join()
554 static int xrs700x_hsr_join(struct dsa_switch *ds, int port, in xrs700x_hsr_join()
646 static int xrs700x_hsr_leave(struct dsa_switch *ds, int port, in xrs700x_hsr_leave()
[all …]
/linux/fs/xfs/scrub/
A Ddabtree.c31 struct xchk_da_btree *ds, in xchk_da_process_error()
67 struct xchk_da_btree *ds, in xchk_da_set_corrupt()
82 struct xchk_da_btree *ds, in xchk_da_btree_node_entry()
97 struct xchk_da_btree *ds, in xchk_da_btree_hash()
129 struct xchk_da_btree *ds, in xchk_da_btree_ptr_ok()
217 struct xchk_da_btree *ds, in xchk_da_btree_block_check_sibling()
277 struct xchk_da_btree *ds, in xchk_da_btree_block_check_siblings()
312 struct xchk_da_btree *ds, in xchk_da_btree_block()
476 struct xchk_da_btree *ds; in xchk_da_btree() local
/linux/drivers/net/dsa/hirschmann/
A Dhellcreek.c238 static int hellcreek_port_enable(struct dsa_switch *ds, int port, in hellcreek_port_enable()
450 static int hellcreek_vlan_add(struct dsa_switch *ds, int port, in hellcreek_vlan_add()
472 static int hellcreek_vlan_del(struct dsa_switch *ds, int port, in hellcreek_vlan_del()
825 static int hellcreek_fdb_add(struct dsa_switch *ds, int port, in hellcreek_fdb_add()
870 static int hellcreek_fdb_del(struct dsa_switch *ds, int port, in hellcreek_fdb_del()
910 static int hellcreek_fdb_dump(struct dsa_switch *ds, int port, in hellcreek_fdb_dump()
1087 static int hellcreek_devlink_info_get(struct dsa_switch *ds, in hellcreek_devlink_info_get()
1187 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in hellcreek_devlink_region_vlan_snapshot() local
1214 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in hellcreek_devlink_region_fdb_snapshot() local
1304 static int hellcreek_setup(struct dsa_switch *ds) in hellcreek_setup()
[all …]
/linux/drivers/net/dsa/mv88e6xxx/
A Dchip.c1242 struct dsa_switch *ds = chip->ds; in mv88e6xxx_port_vlan() local
1346 struct dsa_switch *ds = chip->ds; in mv88e6xxx_devmap_setup() local
1469 struct dsa_switch *ds; in mv88e6xxx_pvt_map() local
2434 struct dsa_switch *ds = chip->ds; in mv88e6xxx_bridge_map() local
2838 struct dsa_switch *ds = chip->ds; in mv88e6xxx_setup_upstream_port() local
2876 struct dsa_switch *ds = chip->ds; in mv88e6xxx_setup_port() local
3179 static void mv88e6xxx_teardown(struct dsa_switch *ds) in mv88e6xxx_teardown()
3186 static int mv88e6xxx_setup(struct dsa_switch *ds) in mv88e6xxx_setup()
3518 static int mv88e6xxx_get_eeprom(struct dsa_switch *ds, in mv88e6xxx_get_eeprom()
3539 static int mv88e6xxx_set_eeprom(struct dsa_switch *ds, in mv88e6xxx_set_eeprom()
[all …]
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
450 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in mv88e6xxx_region_vtu_snapshot() local
511 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in mv88e6xxx_region_pvt_snapshot() local
549 struct dsa_switch *ds = dsa_devlink_port_to_ds(devlink_port); in mv88e6xxx_region_port_snapshot() local
[all …]

Completed in 95 milliseconds

12345678