Lines Matching defs:netdev

193 nfp_net_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo)  in nfp_net_get_drvinfo()
208 nfp_app_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) in nfp_app_get_drvinfo()
249 nfp_net_get_link_ksettings(struct net_device *netdev, in nfp_net_get_link_ksettings()
313 nfp_net_set_link_ksettings(struct net_device *netdev, in nfp_net_set_link_ksettings()
360 static void nfp_net_get_ringparam(struct net_device *netdev, in nfp_net_get_ringparam()
385 static int nfp_net_set_ringparam(struct net_device *netdev, in nfp_net_set_ringparam()
423 static unsigned int nfp_vnic_get_sw_stats_count(struct net_device *netdev) in nfp_vnic_get_sw_stats_count()
431 static u8 *nfp_vnic_get_sw_stats_strings(struct net_device *netdev, u8 *data) in nfp_vnic_get_sw_stats_strings()
461 static u64 *nfp_vnic_get_sw_stats(struct net_device *netdev, u64 *data) in nfp_vnic_get_sw_stats()
563 static unsigned int nfp_mac_get_stats_count(struct net_device *netdev) in nfp_mac_get_stats_count()
574 static u8 *nfp_mac_get_stats_strings(struct net_device *netdev, u8 *data) in nfp_mac_get_stats_strings()
589 static u64 *nfp_mac_get_stats(struct net_device *netdev, u64 *data) in nfp_mac_get_stats()
604 static void nfp_net_get_strings(struct net_device *netdev, in nfp_net_get_strings()
621 nfp_net_get_stats(struct net_device *netdev, struct ethtool_stats *stats, in nfp_net_get_stats()
632 static int nfp_net_get_sset_count(struct net_device *netdev, int sset) in nfp_net_get_sset_count()
647 static void nfp_port_get_strings(struct net_device *netdev, in nfp_port_get_strings()
664 nfp_port_get_stats(struct net_device *netdev, struct ethtool_stats *stats, in nfp_port_get_stats()
676 static int nfp_port_get_sset_count(struct net_device *netdev, int sset) in nfp_port_get_sset_count()
728 nfp_port_get_fecparam(struct net_device *netdev, in nfp_port_get_fecparam()
752 nfp_port_set_fecparam(struct net_device *netdev, in nfp_port_set_fecparam()
819 static int nfp_net_get_rxnfc(struct net_device *netdev, in nfp_net_get_rxnfc()
887 static int nfp_net_set_rxnfc(struct net_device *netdev, in nfp_net_set_rxnfc()
900 static u32 nfp_net_get_rxfh_indir_size(struct net_device *netdev) in nfp_net_get_rxfh_indir_size()
910 static u32 nfp_net_get_rxfh_key_size(struct net_device *netdev) in nfp_net_get_rxfh_key_size()
920 static int nfp_net_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, in nfp_net_get_rxfh()
943 static int nfp_net_set_rxfh(struct net_device *netdev, in nfp_net_set_rxfh()
973 static int nfp_net_get_regs_len(struct net_device *netdev) in nfp_net_get_regs_len()
978 static void nfp_net_get_regs(struct net_device *netdev, in nfp_net_get_regs()
991 static int nfp_net_get_coalesce(struct net_device *netdev, in nfp_net_get_coalesce()
1053 static int nfp_app_set_dump(struct net_device *netdev, struct ethtool_dump *val) in nfp_app_set_dump()
1081 nfp_app_get_dump_flag(struct net_device *netdev, struct ethtool_dump *dump) in nfp_app_get_dump_flag()
1098 nfp_app_get_dump_data(struct net_device *netdev, struct ethtool_dump *dump, in nfp_app_get_dump_data()
1117 nfp_port_get_module_info(struct net_device *netdev, in nfp_port_get_module_info()
1193 nfp_port_get_module_eeprom(struct net_device *netdev, in nfp_port_get_module_eeprom()
1240 static int nfp_net_set_coalesce(struct net_device *netdev, in nfp_net_set_coalesce()
1318 static void nfp_net_get_channels(struct net_device *netdev, in nfp_net_get_channels()
1356 static int nfp_net_set_channels(struct net_device *netdev, in nfp_net_set_channels()
1426 void nfp_net_set_ethtool_ops(struct net_device *netdev) in nfp_net_set_ethtool_ops()