Lines Matching defs:netdev
107 static int enic_get_ksettings(struct net_device *netdev, in enic_get_ksettings()
134 static void enic_get_drvinfo(struct net_device *netdev, in enic_get_drvinfo()
156 static void enic_get_strings(struct net_device *netdev, u32 stringset, in enic_get_strings()
179 static void enic_get_ringparam(struct net_device *netdev, in enic_get_ringparam()
191 static int enic_set_ringparam(struct net_device *netdev, in enic_set_ringparam()
254 static int enic_get_sset_count(struct net_device *netdev, int sset) in enic_get_sset_count()
264 static void enic_get_ethtool_stats(struct net_device *netdev, in enic_get_ethtool_stats()
288 static u32 enic_get_msglevel(struct net_device *netdev) in enic_get_msglevel()
294 static void enic_set_msglevel(struct net_device *netdev, u32 value) in enic_set_msglevel()
300 static int enic_get_coalesce(struct net_device *netdev, in enic_get_coalesce()
345 static int enic_set_coalesce(struct net_device *netdev, in enic_set_coalesce()
573 static u32 enic_get_rxfh_key_size(struct net_device *netdev) in enic_get_rxfh_key_size()
578 static int enic_get_rxfh(struct net_device *netdev, u32 *indir, u8 *hkey, in enic_get_rxfh()
592 static int enic_set_rxfh(struct net_device *netdev, const u32 *indir, in enic_set_rxfh()
607 static int enic_get_ts_info(struct net_device *netdev, in enic_get_ts_info()
643 void enic_set_ethtool_ops(struct net_device *netdev) in enic_set_ethtool_ops()