Lines Matching defs:netdev
217 nfp_net_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) in nfp_net_get_drvinfo()
232 nfp_net_nway_reset(struct net_device *netdev) in nfp_net_nway_reset()
263 nfp_app_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) in nfp_app_get_drvinfo()
304 nfp_net_get_link_ksettings(struct net_device *netdev, in nfp_net_get_link_ksettings()
363 nfp_net_set_link_ksettings(struct net_device *netdev, in nfp_net_set_link_ksettings()
423 static void nfp_net_get_ringparam(struct net_device *netdev, in nfp_net_get_ringparam()
451 static int nfp_net_set_ringparam(struct net_device *netdev, in nfp_net_set_ringparam()
483 static int nfp_test_link(struct net_device *netdev) in nfp_test_link()
491 static int nfp_test_nsp(struct net_device *netdev) in nfp_test_nsp()
527 static int nfp_test_fw(struct net_device *netdev) in nfp_test_fw()
539 static int nfp_test_reg(struct net_device *netdev) in nfp_test_reg()
556 static bool link_test_supported(struct net_device *netdev) in link_test_supported()
561 static bool nsp_test_supported(struct net_device *netdev) in nsp_test_supported()
569 static bool fw_test_supported(struct net_device *netdev) in fw_test_supported()
577 static bool reg_test_supported(struct net_device *netdev) in reg_test_supported()
598 static void nfp_get_self_test_strings(struct net_device *netdev, u8 *data) in nfp_get_self_test_strings()
607 static int nfp_get_self_test_count(struct net_device *netdev) in nfp_get_self_test_count()
618 static void nfp_net_self_test(struct net_device *netdev, struct ethtool_test *eth_test, in nfp_net_self_test()
637 static unsigned int nfp_vnic_get_sw_stats_count(struct net_device *netdev) in nfp_vnic_get_sw_stats_count()
645 static u8 *nfp_vnic_get_sw_stats_strings(struct net_device *netdev, u8 *data) in nfp_vnic_get_sw_stats_strings()
678 static u64 *nfp_vnic_get_sw_stats(struct net_device *netdev, u64 *data) in nfp_vnic_get_sw_stats()
842 static unsigned int nfp_mac_get_stats_count(struct net_device *netdev) in nfp_mac_get_stats_count()
853 static u8 *nfp_mac_get_stats_strings(struct net_device *netdev, u8 *data) in nfp_mac_get_stats_strings()
868 static u64 *nfp_mac_get_stats(struct net_device *netdev, u64 *data) in nfp_mac_get_stats()
883 static void nfp_net_get_strings(struct net_device *netdev, in nfp_net_get_strings()
907 nfp_net_get_stats(struct net_device *netdev, struct ethtool_stats *stats, in nfp_net_get_stats()
922 static int nfp_net_get_sset_count(struct net_device *netdev, int sset) in nfp_net_get_sset_count()
944 static void nfp_port_get_strings(struct net_device *netdev, in nfp_port_get_strings()
964 nfp_port_get_stats(struct net_device *netdev, struct ethtool_stats *stats, in nfp_port_get_stats()
976 static int nfp_port_get_sset_count(struct net_device *netdev, int sset) in nfp_port_get_sset_count()
1030 nfp_port_get_fecparam(struct net_device *netdev, in nfp_port_get_fecparam()
1054 nfp_port_set_fecparam(struct net_device *netdev, in nfp_port_set_fecparam()
1121 static int nfp_net_get_rxnfc(struct net_device *netdev, in nfp_net_get_rxnfc()
1189 static int nfp_net_set_rxnfc(struct net_device *netdev, in nfp_net_set_rxnfc()
1202 static u32 nfp_net_get_rxfh_indir_size(struct net_device *netdev) in nfp_net_get_rxfh_indir_size()
1212 static u32 nfp_net_get_rxfh_key_size(struct net_device *netdev) in nfp_net_get_rxfh_key_size()
1222 static int nfp_net_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, in nfp_net_get_rxfh()
1245 static int nfp_net_set_rxfh(struct net_device *netdev, in nfp_net_set_rxfh()
1275 static int nfp_net_get_regs_len(struct net_device *netdev) in nfp_net_get_regs_len()
1280 static void nfp_net_get_regs(struct net_device *netdev, in nfp_net_get_regs()
1293 static int nfp_net_get_coalesce(struct net_device *netdev, in nfp_net_get_coalesce()
1360 static int nfp_app_set_dump(struct net_device *netdev, struct ethtool_dump *val) in nfp_app_set_dump()
1388 nfp_app_get_dump_flag(struct net_device *netdev, struct ethtool_dump *dump) in nfp_app_get_dump_flag()
1405 nfp_app_get_dump_data(struct net_device *netdev, struct ethtool_dump *dump, in nfp_app_get_dump_data()
1424 nfp_port_get_module_info(struct net_device *netdev, in nfp_port_get_module_info()
1505 nfp_port_get_module_eeprom(struct net_device *netdev, in nfp_port_get_module_eeprom()
1552 static int nfp_net_set_coalesce(struct net_device *netdev, in nfp_net_set_coalesce()
1611 static void nfp_net_get_channels(struct net_device *netdev, in nfp_net_get_channels()
1649 static int nfp_net_set_channels(struct net_device *netdev, in nfp_net_set_channels()
1670 static void nfp_port_get_pauseparam(struct net_device *netdev, in nfp_port_get_pauseparam()
1687 static int nfp_net_set_phys_id(struct net_device *netdev, in nfp_net_set_phys_id()
1722 nfp_net_get_eeprom_len(struct net_device *netdev) in nfp_net_get_eeprom_len()
1736 nfp_net_get_nsp_hwindex(struct net_device *netdev, in nfp_net_get_nsp_hwindex()
1770 nfp_net_get_port_mac_by_hwinfo(struct net_device *netdev, in nfp_net_get_port_mac_by_hwinfo()
1803 nfp_net_set_port_mac_by_hwinfo(struct net_device *netdev, in nfp_net_set_port_mac_by_hwinfo()
1832 nfp_net_get_eeprom(struct net_device *netdev, in nfp_net_get_eeprom()
1851 nfp_net_set_eeprom(struct net_device *netdev, in nfp_net_set_eeprom()
1935 void nfp_net_set_ethtool_ops(struct net_device *netdev) in nfp_net_set_ethtool_ops()