Lines Matching defs:netdev
256 struct net_device *netdev, in i40e_get_settings_link_up()
474 static int i40e_get_settings(struct net_device *netdev, in i40e_get_settings()
587 static int i40e_set_settings(struct net_device *netdev, in i40e_set_settings()
765 static int i40e_nway_reset(struct net_device *netdev) in i40e_nway_reset()
789 static void i40e_get_pauseparam(struct net_device *netdev, in i40e_get_pauseparam()
824 static int i40e_set_pauseparam(struct net_device *netdev, in i40e_set_pauseparam()
918 static u32 i40e_get_msglevel(struct net_device *netdev) in i40e_get_msglevel()
926 static void i40e_set_msglevel(struct net_device *netdev, u32 data) in i40e_set_msglevel()
936 static int i40e_get_regs_len(struct net_device *netdev) in i40e_get_regs_len()
947 static void i40e_get_regs(struct net_device *netdev, struct ethtool_regs *regs, in i40e_get_regs()
978 static int i40e_get_eeprom(struct net_device *netdev, in i40e_get_eeprom()
1070 static int i40e_get_eeprom_len(struct net_device *netdev) in i40e_get_eeprom_len()
1084 static int i40e_set_eeprom(struct net_device *netdev, in i40e_set_eeprom()
1120 static void i40e_get_drvinfo(struct net_device *netdev, in i40e_get_drvinfo()
1136 static void i40e_get_ringparam(struct net_device *netdev, in i40e_get_ringparam()
1153 static int i40e_set_ringparam(struct net_device *netdev, in i40e_set_ringparam()
1312 static int i40e_get_sset_count(struct net_device *netdev, int sset) in i40e_get_sset_count()
1339 static void i40e_get_ethtool_stats(struct net_device *netdev, in i40e_get_ethtool_stats()
1433 static void i40e_get_strings(struct net_device *netdev, u32 stringset, in i40e_get_strings()
1572 static int i40e_link_test(struct net_device *netdev, u64 *data) in i40e_link_test()
1595 static int i40e_reg_test(struct net_device *netdev, u64 *data) in i40e_reg_test()
1606 static int i40e_eeprom_test(struct net_device *netdev, u64 *data) in i40e_eeprom_test()
1620 static int i40e_intr_test(struct net_device *netdev, u64 *data) in i40e_intr_test()
1639 static int i40e_loopback_test(struct net_device *netdev, u64 *data) in i40e_loopback_test()
1676 static void i40e_diag_test(struct net_device *netdev, in i40e_diag_test()
1754 static void i40e_get_wol(struct net_device *netdev, in i40e_get_wol()
1778 static int i40e_set_wol(struct net_device *netdev, struct ethtool_wolinfo *wol) in i40e_set_wol()
1813 static int i40e_set_phys_id(struct net_device *netdev, in i40e_set_phys_id()
1846 static int i40e_get_coalesce(struct net_device *netdev, in i40e_get_coalesce()
1875 static int i40e_set_coalesce(struct net_device *netdev, in i40e_set_coalesce()
2103 static int i40e_get_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd, in i40e_get_rxnfc()
2478 static int i40e_set_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd) in i40e_set_rxnfc()
2593 static u32 i40e_get_rxfh_key_size(struct net_device *netdev) in i40e_get_rxfh_key_size()
2604 static u32 i40e_get_rxfh_indir_size(struct net_device *netdev) in i40e_get_rxfh_indir_size()
2609 static int i40e_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, in i40e_get_rxfh()
2654 static int i40e_set_rxfh(struct net_device *netdev, const u32 *indir, in i40e_set_rxfh()
2793 void i40e_set_ethtool_ops(struct net_device *netdev) in i40e_set_ethtool_ops()