Lines Matching defs:netdev
397 static int hns3_get_sset_count(struct net_device *netdev, int stringset) in hns3_get_sset_count()
461 static void hns3_get_strings(struct net_device *netdev, u32 stringset, u8 *data) in hns3_get_strings()
517 static void hns3_get_stats(struct net_device *netdev, in hns3_get_stats()
542 static void hns3_get_drvinfo(struct net_device *netdev, in hns3_get_drvinfo()
576 static u32 hns3_get_link(struct net_device *netdev) in hns3_get_link()
586 static void hns3_get_ringparam(struct net_device *netdev, in hns3_get_ringparam()
605 static void hns3_get_pauseparam(struct net_device *netdev, in hns3_get_pauseparam()
615 static int hns3_set_pauseparam(struct net_device *netdev, in hns3_set_pauseparam()
655 static int hns3_get_link_ksettings(struct net_device *netdev, in hns3_get_link_ksettings()
712 static int hns3_check_ksettings_param(const struct net_device *netdev, in hns3_check_ksettings_param()
758 static int hns3_set_link_ksettings(struct net_device *netdev, in hns3_set_link_ksettings()
813 static u32 hns3_get_rss_key_size(struct net_device *netdev) in hns3_get_rss_key_size()
823 static u32 hns3_get_rss_indir_size(struct net_device *netdev) in hns3_get_rss_indir_size()
833 static int hns3_get_rss(struct net_device *netdev, u32 *indir, u8 *key, in hns3_get_rss()
844 static int hns3_set_rss(struct net_device *netdev, const u32 *indir, in hns3_set_rss()
869 static int hns3_get_rxnfc(struct net_device *netdev, in hns3_get_rxnfc()
1021 static int hns3_set_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd) in hns3_set_rxnfc()
1043 static int hns3_nway_reset(struct net_device *netdev) in hns3_nway_reset()
1077 static void hns3_get_channels(struct net_device *netdev, in hns3_get_channels()
1086 static int hns3_get_coalesce_per_queue(struct net_device *netdev, u32 queue, in hns3_get_coalesce_per_queue()
1121 static int hns3_get_coalesce(struct net_device *netdev, in hns3_get_coalesce()
1127 static int hns3_check_gl_coalesce_para(struct net_device *netdev, in hns3_check_gl_coalesce_para()
1163 static int hns3_check_rl_coalesce_para(struct net_device *netdev, in hns3_check_rl_coalesce_para()
1191 static int hns3_check_coalesce_para(struct net_device *netdev, in hns3_check_coalesce_para()
1221 static void hns3_set_coalesce_per_queue(struct net_device *netdev, in hns3_set_coalesce_per_queue()
1250 static int hns3_set_coalesce(struct net_device *netdev, in hns3_set_coalesce()
1274 static int hns3_get_regs_len(struct net_device *netdev) in hns3_get_regs_len()
1284 static void hns3_get_regs(struct net_device *netdev, in hns3_get_regs()
1295 static int hns3_set_phys_id(struct net_device *netdev, in hns3_set_phys_id()
1306 static u32 hns3_get_msglevel(struct net_device *netdev) in hns3_get_msglevel()
1313 static void hns3_set_msglevel(struct net_device *netdev, u32 msg_level) in hns3_set_msglevel()
1357 static int hns3_get_fecparam(struct net_device *netdev, in hns3_get_fecparam()
1380 static int hns3_set_fecparam(struct net_device *netdev, in hns3_set_fecparam()
1400 static int hns3_get_module_info(struct net_device *netdev, in hns3_get_module_info()
1452 static int hns3_get_module_eeprom(struct net_device *netdev, in hns3_get_module_eeprom()
1538 void hns3_ethtool_set_ops(struct net_device *netdev) in hns3_ethtool_set_ops()