Lines Matching defs:dev
11 static int dsa_master_get_regs_len(struct net_device *dev) in dsa_master_get_regs_len()
40 static void dsa_master_get_regs(struct net_device *dev, in dsa_master_get_regs()
75 static void dsa_master_get_ethtool_stats(struct net_device *dev, in dsa_master_get_ethtool_stats()
94 static void dsa_master_get_ethtool_phy_stats(struct net_device *dev, in dsa_master_get_ethtool_phy_stats()
120 static int dsa_master_get_sset_count(struct net_device *dev, int sset) in dsa_master_get_sset_count()
142 static void dsa_master_get_strings(struct net_device *dev, uint32_t stringset, in dsa_master_get_strings()
190 static int dsa_master_get_phys_port_name(struct net_device *dev, in dsa_master_get_phys_port_name()
201 static int dsa_master_ethtool_setup(struct net_device *dev) in dsa_master_ethtool_setup()
227 static void dsa_master_ethtool_teardown(struct net_device *dev) in dsa_master_ethtool_teardown()
235 static int dsa_master_ndo_setup(struct net_device *dev) in dsa_master_ndo_setup()
259 static void dsa_master_ndo_teardown(struct net_device *dev) in dsa_master_ndo_teardown()
271 struct net_device *dev = to_net_dev(d); in tagging_show() local
289 static void dsa_master_set_mtu(struct net_device *dev, struct dsa_port *cpu_dp) in dsa_master_set_mtu()
303 static void dsa_master_reset_mtu(struct net_device *dev) in dsa_master_reset_mtu()
315 int dsa_master_setup(struct net_device *dev, struct dsa_port *cpu_dp) in dsa_master_setup()
349 void dsa_master_teardown(struct net_device *dev) in dsa_master_teardown()