Lines Matching defs:ndev
11 static void emac_get_drvinfo(struct net_device *ndev, in emac_get_drvinfo()
22 static u32 emac_get_msglevel(struct net_device *ndev) in emac_get_msglevel()
29 static void emac_set_msglevel(struct net_device *ndev, u32 value) in emac_set_msglevel()
36 static int emac_get_link_ksettings(struct net_device *ndev, in emac_get_link_ksettings()
42 static int emac_set_link_ksettings(struct net_device *ndev, in emac_set_link_ksettings()
48 static int emac_get_eee(struct net_device *ndev, struct ethtool_keee *edata) in emac_get_eee()
56 static int emac_set_eee(struct net_device *ndev, struct ethtool_keee *edata) in emac_set_eee()
64 static int emac_nway_reset(struct net_device *ndev) in emac_nway_reset()
69 static int emac_get_sset_count(struct net_device *ndev, int stringset) in emac_get_sset_count()
83 static void emac_get_strings(struct net_device *ndev, u32 stringset, u8 *data) in emac_get_strings()
103 static void emac_get_ethtool_stats(struct net_device *ndev, in emac_get_ethtool_stats()
120 static int emac_get_ts_info(struct net_device *ndev, in emac_get_ts_info()
138 static int emac_set_channels(struct net_device *ndev, in emac_set_channels()
157 static void emac_get_channels(struct net_device *ndev, in emac_get_channels()
186 static void emac_get_rmon_stats(struct net_device *ndev, in emac_get_rmon_stats()
210 static int emac_get_coalesce(struct net_device *ndev, in emac_get_coalesce()
226 static int emac_get_per_queue_coalesce(struct net_device *ndev, u32 queue, in emac_get_per_queue_coalesce()
242 static int emac_set_coalesce(struct net_device *ndev, in emac_set_coalesce()
273 static int emac_set_per_queue_coalesce(struct net_device *ndev, u32 queue, in emac_set_per_queue_coalesce()