Searched refs:dsa_devlink_to_ds (Results 1 – 5 of 5) sorted by relevance
342 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_param_get()354 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_param_set()
399 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in dsa_devlink_info_get()
270 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()
41 struct dsa_switch *ds = dsa_devlink_to_ds(dl); in sja1105_region_static_config_snapshot()
698 static inline struct dsa_switch *dsa_devlink_to_ds(struct devlink *dl) in dsa_devlink_to_ds() function