Lines Matching defs:netdev
213 nfp_net_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) in nfp_net_get_drvinfo()
228 nfp_app_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) in nfp_app_get_drvinfo()
269 nfp_net_get_link_ksettings(struct net_device *netdev, in nfp_net_get_link_ksettings()
333 nfp_net_set_link_ksettings(struct net_device *netdev, in nfp_net_set_link_ksettings()
380 static void nfp_net_get_ringparam(struct net_device *netdev, in nfp_net_get_ringparam()
405 static int nfp_net_set_ringparam(struct net_device *netdev, in nfp_net_set_ringparam()
443 static unsigned int nfp_vnic_get_sw_stats_count(struct net_device *netdev) in nfp_vnic_get_sw_stats_count()
451 static u8 *nfp_vnic_get_sw_stats_strings(struct net_device *netdev, u8 *data) in nfp_vnic_get_sw_stats_strings()
484 static u64 *nfp_vnic_get_sw_stats(struct net_device *netdev, u64 *data) in nfp_vnic_get_sw_stats()
648 static unsigned int nfp_mac_get_stats_count(struct net_device *netdev) in nfp_mac_get_stats_count()
659 static u8 *nfp_mac_get_stats_strings(struct net_device *netdev, u8 *data) in nfp_mac_get_stats_strings()
674 static u64 *nfp_mac_get_stats(struct net_device *netdev, u64 *data) in nfp_mac_get_stats()
689 static void nfp_net_get_strings(struct net_device *netdev, in nfp_net_get_strings()
710 nfp_net_get_stats(struct net_device *netdev, struct ethtool_stats *stats, in nfp_net_get_stats()
725 static int nfp_net_get_sset_count(struct net_device *netdev, int sset) in nfp_net_get_sset_count()
745 static void nfp_port_get_strings(struct net_device *netdev, in nfp_port_get_strings()
762 nfp_port_get_stats(struct net_device *netdev, struct ethtool_stats *stats, in nfp_port_get_stats()
774 static int nfp_port_get_sset_count(struct net_device *netdev, int sset) in nfp_port_get_sset_count()
826 nfp_port_get_fecparam(struct net_device *netdev, in nfp_port_get_fecparam()
850 nfp_port_set_fecparam(struct net_device *netdev, in nfp_port_set_fecparam()
917 static int nfp_net_get_rxnfc(struct net_device *netdev, in nfp_net_get_rxnfc()
985 static int nfp_net_set_rxnfc(struct net_device *netdev, in nfp_net_set_rxnfc()
998 static u32 nfp_net_get_rxfh_indir_size(struct net_device *netdev) in nfp_net_get_rxfh_indir_size()
1008 static u32 nfp_net_get_rxfh_key_size(struct net_device *netdev) in nfp_net_get_rxfh_key_size()
1018 static int nfp_net_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, in nfp_net_get_rxfh()
1041 static int nfp_net_set_rxfh(struct net_device *netdev, in nfp_net_set_rxfh()
1071 static int nfp_net_get_regs_len(struct net_device *netdev) in nfp_net_get_regs_len()
1076 static void nfp_net_get_regs(struct net_device *netdev, in nfp_net_get_regs()
1089 static int nfp_net_get_coalesce(struct net_device *netdev, in nfp_net_get_coalesce()
1151 static int nfp_app_set_dump(struct net_device *netdev, struct ethtool_dump *val) in nfp_app_set_dump()
1179 nfp_app_get_dump_flag(struct net_device *netdev, struct ethtool_dump *dump) in nfp_app_get_dump_flag()
1196 nfp_app_get_dump_data(struct net_device *netdev, struct ethtool_dump *dump, in nfp_app_get_dump_data()
1215 nfp_port_get_module_info(struct net_device *netdev, in nfp_port_get_module_info()
1291 nfp_port_get_module_eeprom(struct net_device *netdev, in nfp_port_get_module_eeprom()
1338 static int nfp_net_set_coalesce(struct net_device *netdev, in nfp_net_set_coalesce()
1396 static void nfp_net_get_channels(struct net_device *netdev, in nfp_net_get_channels()
1434 static int nfp_net_set_channels(struct net_device *netdev, in nfp_net_set_channels()
1505 void nfp_net_set_ethtool_ops(struct net_device *netdev) in nfp_net_set_ethtool_ops()