Lines Matching refs:net_device
74 static void tse_get_drvinfo(struct net_device *dev, in tse_get_drvinfo()
90 static void tse_gstrings(struct net_device *dev, u32 stringset, u8 *buf) in tse_gstrings()
95 static void tse_fill_stats(struct net_device *dev, struct ethtool_stats *dummy, in tse_fill_stats()
184 static int tse_sset_count(struct net_device *dev, int sset) in tse_sset_count()
194 static u32 tse_get_msglevel(struct net_device *dev) in tse_get_msglevel()
200 static void tse_set_msglevel(struct net_device *dev, uint32_t data) in tse_set_msglevel()
206 static int tse_reglen(struct net_device *dev) in tse_reglen()
211 static void tse_get_regs(struct net_device *dev, struct ethtool_regs *regs, in tse_get_regs()
236 static int tse_get_settings(struct net_device *dev, struct ethtool_cmd *cmd) in tse_get_settings()
247 static int tse_set_settings(struct net_device *dev, struct ethtool_cmd *cmd) in tse_set_settings()
272 void altera_tse_set_ethtool_ops(struct net_device *netdev) in altera_tse_set_ethtool_ops()