Lines Matching defs:ds

68 static bool dsa_switch_supports_uc_filtering(struct dsa_switch *ds)  in dsa_switch_supports_uc_filtering()
75 static bool dsa_switch_supports_mc_filtering(struct dsa_switch *ds) in dsa_switch_supports_mc_filtering()
90 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
321 struct dsa_switch *ds = bus->priv; in dsa_user_phy_read() local
331 struct dsa_switch *ds = bus->priv; in dsa_user_phy_write() local
339 void dsa_user_mii_bus_init(struct dsa_switch *ds) in dsa_user_mii_bus_init()
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
581 struct dsa_switch *ds = p->dp->ds; in dsa_user_ioctl() local
898 struct dsa_switch *ds = p->dp->ds; in dsa_skb_tx_timestamp() 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
1004 struct dsa_switch *ds = dp->ds; in dsa_user_get_eeprom_len() local
1019 struct dsa_switch *ds = dp->ds; in dsa_user_get_eeprom() local
1031 struct dsa_switch *ds = dp->ds; in dsa_user_set_eeprom() local
1043 struct dsa_switch *ds = dp->ds; in dsa_user_get_strings() local
1063 struct dsa_switch *ds = dp->ds; in dsa_user_get_ethtool_stats() local
1091 struct dsa_switch *ds = dp->ds; in dsa_user_get_sset_count() local
1114 struct dsa_switch *ds = dp->ds; in dsa_user_get_eth_phy_stats() local
1124 struct dsa_switch *ds = dp->ds; in dsa_user_get_eth_mac_stats() local
1135 struct dsa_switch *ds = dp->ds; in dsa_user_get_eth_ctrl_stats() local
1147 struct dsa_switch *ds = dp->ds; in dsa_user_get_rmon_stats() local
1157 struct dsa_switch *ds = dp->ds; in dsa_user_get_ts_stats() local
1167 struct dsa_switch *ds = dp->ds; in dsa_user_net_selftest() local
1181 struct dsa_switch *ds = dp->ds; in dsa_user_get_mm() local
1193 struct dsa_switch *ds = dp->ds; in dsa_user_set_mm() local
1205 struct dsa_switch *ds = dp->ds; in dsa_user_get_mm_stats() local
1214 struct dsa_switch *ds = dp->ds; in dsa_user_get_wol() local
1225 struct dsa_switch *ds = dp->ds; in dsa_user_set_wol() local
1239 struct dsa_switch *ds = dp->ds; in dsa_user_set_eee() local
1263 struct dsa_switch *ds = dp->ds; in dsa_user_get_eee() local
1296 struct dsa_switch *ds = dp->ds; in dsa_user_get_pause_stats() local
1382 struct dsa_switch *ds = dp->ds; in dsa_user_add_cls_matchall_mirred() local
1469 struct dsa_switch *ds = dp->ds; in dsa_user_add_cls_matchall_police() local
1554 struct dsa_switch *ds = dp->ds; in dsa_user_del_cls_matchall() local
1602 struct dsa_switch *ds = dp->ds; in dsa_user_add_cls_flower() local
1616 struct dsa_switch *ds = dp->ds; in dsa_user_del_cls_flower() local
1630 struct dsa_switch *ds = dp->ds; in dsa_user_stats_cls_flower() local
1727 static int dsa_user_setup_ft_block(struct dsa_switch *ds, int port, in dsa_user_setup_ft_block()
1742 struct dsa_switch *ds = dp->ds; in dsa_user_setup_tc() local
1763 struct dsa_switch *ds = dp->ds; in dsa_user_get_rxnfc() local
1775 struct dsa_switch *ds = dp->ds; in dsa_user_set_rxnfc() local
1787 struct dsa_switch *ds = p->dp->ds; in dsa_user_get_ts_info() local
1806 struct dsa_switch *ds = dp->ds; in dsa_user_vlan_rx_add_vid() local
1879 struct dsa_switch *ds = dp->ds; in dsa_user_vlan_rx_kill_vid() local
2113 struct dsa_switch *ds = dp->ds; in dsa_user_change_mtu() local
2198 struct dsa_switch *ds = dp->ds; in dsa_user_dcbnl_set_apptrust() local
2211 struct dsa_switch *ds = dp->ds; in dsa_user_dcbnl_get_apptrust() local
2224 struct dsa_switch *ds = dp->ds; in dsa_user_dcbnl_set_default_prio() local
2255 struct dsa_switch *ds = dp->ds; in dsa_user_dcbnl_ieee_global_dscp_setdel() local
2303 struct dsa_switch *ds = dp->ds; in dsa_user_dcbnl_add_dscp_prio() local
2367 struct dsa_switch *ds = dp->ds; in dsa_user_dcbnl_del_default_prio() local
2394 struct dsa_switch *ds = dp->ds; in dsa_user_dcbnl_del_dscp_prio() local
2451 struct dsa_switch *ds = dp->ds; in dsa_user_dcbnl_init() local
2544 struct dsa_switch *ds = dp->ds; in dsa_user_get_stats64() local
2595 void dsa_port_phylink_mac_change(struct dsa_switch *ds, int port, bool up) in dsa_port_phylink_mac_change()
2608 struct dsa_switch *ds = dp->ds; in dsa_user_phylink_fixed_state() local
2621 struct dsa_switch *ds = dp->ds; in dsa_user_phy_connect() local
2638 struct dsa_switch *ds = dp->ds; in dsa_user_phy_setup() local
2683 const struct dsa_switch *ds = dp->ds; in dsa_user_setup_tagger() local
2741 struct dsa_switch *ds = port->ds; in dsa_user_create() local
2882 struct dsa_switch *ds = dp->ds; in dsa_user_change_conduit() local
3164 struct dsa_switch *ds; in dsa_user_prechangeupper_sanity_check() local
3615 struct dsa_switch *ds; in dsa_user_switchdev_event_work() local
3682 struct dsa_switch *ds = dp->ds; in dsa_user_fdb_event() local