• Home
  • Raw
  • Download

Lines Matching defs:netdev

30 static int ice_q_stats_len(struct net_device *netdev)  in ice_q_stats_len()
173 ice_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) in ice_get_drvinfo()
199 static int ice_get_regs_len(struct net_device __always_unused *netdev) in ice_get_regs_len()
205 ice_get_regs(struct net_device *netdev, struct ethtool_regs *regs, void *p) in ice_get_regs()
219 static u32 ice_get_msglevel(struct net_device *netdev) in ice_get_msglevel()
233 static void ice_set_msglevel(struct net_device *netdev, u32 data) in ice_set_msglevel()
248 static int ice_get_eeprom_len(struct net_device *netdev) in ice_get_eeprom_len()
257 ice_get_eeprom(struct net_device *netdev, struct ethtool_eeprom *eeprom, in ice_get_eeprom()
333 static u64 ice_link_test(struct net_device *netdev) in ice_link_test()
360 static u64 ice_eeprom_test(struct net_device *netdev) in ice_eeprom_test()
417 static u64 ice_reg_test(struct net_device *netdev) in ice_reg_test()
675 static u64 ice_loopback_test(struct net_device *netdev) in ice_loopback_test()
769 static u64 ice_intr_test(struct net_device *netdev) in ice_intr_test()
797 ice_self_test(struct net_device *netdev, struct ethtool_test *eth_test, in ice_self_test()
870 static void ice_get_strings(struct net_device *netdev, u32 stringset, u8 *data) in ice_get_strings()
922 ice_set_phys_id(struct net_device *netdev, enum ethtool_phys_id_state state) in ice_set_phys_id()
949 static int ice_set_fec_cfg(struct net_device *netdev, enum ice_fec_mode req_fec) in ice_set_fec_cfg()
994 ice_set_fecparam(struct net_device *netdev, struct ethtool_fecparam *fecparam) in ice_set_fecparam()
1029 ice_get_fecparam(struct net_device *netdev, struct ethtool_fecparam *fecparam) in ice_get_fecparam()
1094 static int ice_nway_reset(struct net_device *netdev) in ice_nway_reset()
1119 static u32 ice_get_priv_flags(struct net_device *netdev) in ice_get_priv_flags()
1143 static int ice_set_priv_flags(struct net_device *netdev, u32 flags) in ice_set_priv_flags()
1283 static int ice_get_sset_count(struct net_device *netdev, int sset) in ice_get_sset_count()
1316 ice_get_ethtool_stats(struct net_device *netdev, in ice_get_ethtool_stats()
1460 ice_phy_type_to_ethtool(struct net_device *netdev, in ice_phy_type_to_ethtool()
1790 struct net_device *netdev) in ice_get_settings_link_up()
1876 struct net_device *netdev) in ice_get_settings_link_down()
1896 ice_get_link_ksettings(struct net_device *netdev, in ice_get_link_ksettings()
2110 struct net_device *netdev) in ice_setup_autoneg()
2198 ice_set_link_ksettings(struct net_device *netdev, in ice_set_link_ksettings()
2622 static int ice_set_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd) in ice_set_rxnfc()
2649 ice_get_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd, in ice_get_rxnfc()
2688 ice_get_ringparam(struct net_device *netdev, struct ethtool_ringparam *ring) in ice_get_ringparam()
2706 ice_set_ringparam(struct net_device *netdev, struct ethtool_ringparam *ring) in ice_set_ringparam()
2945 ice_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) in ice_get_pauseparam()
2991 ice_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) in ice_set_pauseparam()
3099 static u32 ice_get_rxfh_key_size(struct net_device __always_unused *netdev) in ice_get_rxfh_key_size()
3110 static u32 ice_get_rxfh_indir_size(struct net_device *netdev) in ice_get_rxfh_indir_size()
3127 ice_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, u8 *hfunc) in ice_get_rxfh()
3178 ice_set_rxfh(struct net_device *netdev, const u32 *indir, const u8 *key, in ice_set_rxfh()
3481 static void ice_get_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in ice_get_wol()
3504 static int ice_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in ice_set_wol()
3608 __ice_get_coalesce(struct net_device *netdev, struct ethtool_coalesce *ec, in __ice_get_coalesce()
3623 static int ice_get_coalesce(struct net_device *netdev, in ice_get_coalesce()
3632 ice_get_per_q_coalesce(struct net_device *netdev, u32 q_num, in ice_get_per_q_coalesce()
3779 ice_print_if_odd_usecs(struct net_device *netdev, u16 itr_setting, in ice_print_if_odd_usecs()
3802 __ice_set_coalesce(struct net_device *netdev, struct ethtool_coalesce *ec, in __ice_set_coalesce()
3843 static int ice_set_coalesce(struct net_device *netdev, in ice_set_coalesce()
3852 ice_set_per_q_coalesce(struct net_device *netdev, u32 q_num, in ice_set_per_q_coalesce()
3876 ice_get_module_info(struct net_device *netdev, in ice_get_module_info()
3950 ice_get_module_eeprom(struct net_device *netdev, in ice_get_module_eeprom()
4106 void ice_set_ethtool_safe_mode_ops(struct net_device *netdev) in ice_set_ethtool_safe_mode_ops()
4117 void ice_set_ethtool_ops(struct net_device *netdev) in ice_set_ethtool_ops()