Lines Matching defs:netdev
456 static void hns3_update_limit_promisc_mode(struct net_device *netdev, in hns3_update_limit_promisc_mode()
473 static int hns3_get_sset_count(struct net_device *netdev, int stringset) in hns3_get_sset_count()
540 static void hns3_get_strings(struct net_device *netdev, u32 stringset, u8 *data) in hns3_get_strings()
604 static void hns3_get_stats(struct net_device *netdev, in hns3_get_stats()
629 static void hns3_get_drvinfo(struct net_device *netdev, in hns3_get_drvinfo()
661 static u32 hns3_get_link(struct net_device *netdev) in hns3_get_link()
671 static void hns3_get_ringparam(struct net_device *netdev, in hns3_get_ringparam()
695 static void hns3_get_pauseparam(struct net_device *netdev, in hns3_get_pauseparam()
709 static int hns3_set_pauseparam(struct net_device *netdev, in hns3_set_pauseparam()
754 static int hns3_get_link_ksettings(struct net_device *netdev, in hns3_get_link_ksettings()
817 static int hns3_check_ksettings_param(const struct net_device *netdev, in hns3_check_ksettings_param()
864 static int hns3_set_link_ksettings(struct net_device *netdev, in hns3_set_link_ksettings()
926 static u32 hns3_get_rss_key_size(struct net_device *netdev) in hns3_get_rss_key_size()
936 static u32 hns3_get_rss_indir_size(struct net_device *netdev) in hns3_get_rss_indir_size()
944 static int hns3_get_rss(struct net_device *netdev, u32 *indir, u8 *key, in hns3_get_rss()
955 static int hns3_set_rss(struct net_device *netdev, const u32 *indir, in hns3_set_rss()
980 static int hns3_get_rxnfc(struct net_device *netdev, in hns3_get_rxnfc()
1022 static int hns3_set_reset(struct net_device *netdev, u32 *flags) in hns3_set_reset()
1187 static int hns3_set_tx_push(struct net_device *netdev, u32 tx_push) in hns3_set_tx_push()
1277 static int hns3_set_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd) in hns3_set_rxnfc()
1299 static int hns3_nway_reset(struct net_device *netdev) in hns3_nway_reset()
1333 static void hns3_get_channels(struct net_device *netdev, in hns3_get_channels()
1342 static int hns3_get_coalesce(struct net_device *netdev, in hns3_get_coalesce()
1375 static int hns3_check_gl_coalesce_para(struct net_device *netdev, in hns3_check_gl_coalesce_para()
1419 static int hns3_check_rl_coalesce_para(struct net_device *netdev, in hns3_check_rl_coalesce_para()
1447 static int hns3_check_ql_coalesce_param(struct net_device *netdev, in hns3_check_ql_coalesce_param()
1471 hns3_check_cqe_coalesce_param(struct net_device *netdev, in hns3_check_cqe_coalesce_param()
1487 hns3_check_coalesce_para(struct net_device *netdev, in hns3_check_coalesce_para()
1514 static void hns3_set_coalesce_per_queue(struct net_device *netdev, in hns3_set_coalesce_per_queue()
1553 static int hns3_set_coalesce(struct net_device *netdev, in hns3_set_coalesce()
1601 static int hns3_get_regs_len(struct net_device *netdev) in hns3_get_regs_len()
1611 static void hns3_get_regs(struct net_device *netdev, in hns3_get_regs()
1622 static int hns3_set_phys_id(struct net_device *netdev, in hns3_set_phys_id()
1633 static u32 hns3_get_msglevel(struct net_device *netdev) in hns3_get_msglevel()
1640 static void hns3_set_msglevel(struct net_device *netdev, u32 msg_level) in hns3_set_msglevel()
1647 static void hns3_get_fec_stats(struct net_device *netdev, in hns3_get_fec_stats()
1698 static int hns3_get_fecparam(struct net_device *netdev, in hns3_get_fecparam()
1723 static int hns3_set_fecparam(struct net_device *netdev, in hns3_set_fecparam()
1743 static int hns3_get_module_info(struct net_device *netdev, in hns3_get_module_info()
1795 static int hns3_get_module_eeprom(struct net_device *netdev, in hns3_get_module_eeprom()
1814 static u32 hns3_get_priv_flags(struct net_device *netdev) in hns3_get_priv_flags()
1835 static int hns3_set_priv_flags(struct net_device *netdev, u32 pflags) in hns3_set_priv_flags()
1861 static int hns3_get_tunable(struct net_device *netdev, in hns3_get_tunable()
1888 static int hns3_set_tx_spare_buf_size(struct net_device *netdev, in hns3_set_tx_spare_buf_size()
1916 static int hns3_set_tunable(struct net_device *netdev, in hns3_set_tunable()
1991 static int hns3_get_ts_info(struct net_device *netdev, in hns3_get_ts_info()
2037 static int hns3_get_link_ext_state(struct net_device *netdev, in hns3_get_link_ext_state()
2067 static void hns3_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in hns3_get_wol()
2079 static int hns3_set_wol(struct net_device *netdev, in hns3_set_wol()
2172 void hns3_ethtool_set_ops(struct net_device *netdev) in hns3_ethtool_set_ops()