Home
last modified time | relevance | path

Searched refs:dsa_devlink_to_ds (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/net/dsa/mv88e6xxx/
Ddevlink.c270 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in mv88e6xxx_region_global_snapshot()
376 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in mv88e6xxx_region_atu_snapshot()
450 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in mv88e6xxx_region_vtu_snapshot()
533 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in mv88e6xxx_region_stu_snapshot()
590 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in mv88e6xxx_region_pvt_snapshot()
/linux-6.1.9/drivers/net/dsa/sja1105/
Dsja1105_devlink.c41 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in sja1105_region_static_config_snapshot()
/linux-6.1.9/net/dsa/
Ddsa.c348 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_param_get()
360 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_param_set()
Ddsa2.c654 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_info_get()
666 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_sb_pool_get()
680 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_sb_pool_set()
757 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_sb_occ_snapshot()
768 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_sb_occ_max_clear()
/linux-6.1.9/drivers/net/dsa/hirschmann/
Dhellcreek.c1274 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in hellcreek_devlink_region_vlan_snapshot()
1301 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in hellcreek_devlink_region_fdb_snapshot()
/linux-6.1.9/include/net/
Ddsa.h1269 static inline struct dsa_switch *dsa_devlink_to_ds(struct devlink *dl) in dsa_devlink_to_ds() function