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()
335 nfp_net_set_link_ksettings(struct net_device *netdev, in nfp_net_set_link_ksettings()
382 static void nfp_net_get_ringparam(struct net_device *netdev, in nfp_net_get_ringparam()
407 static int nfp_net_set_ringparam(struct net_device *netdev, in nfp_net_set_ringparam()
434 static unsigned int nfp_vnic_get_sw_stats_count(struct net_device *netdev) in nfp_vnic_get_sw_stats_count()
442 static u8 *nfp_vnic_get_sw_stats_strings(struct net_device *netdev, u8 *data) in nfp_vnic_get_sw_stats_strings()
475 static u64 *nfp_vnic_get_sw_stats(struct net_device *netdev, u64 *data) in nfp_vnic_get_sw_stats()
639 static unsigned int nfp_mac_get_stats_count(struct net_device *netdev) in nfp_mac_get_stats_count()
650 static u8 *nfp_mac_get_stats_strings(struct net_device *netdev, u8 *data) in nfp_mac_get_stats_strings()
665 static u64 *nfp_mac_get_stats(struct net_device *netdev, u64 *data) in nfp_mac_get_stats()
680 static void nfp_net_get_strings(struct net_device *netdev, in nfp_net_get_strings()
701 nfp_net_get_stats(struct net_device *netdev, struct ethtool_stats *stats, in nfp_net_get_stats()
716 static int nfp_net_get_sset_count(struct net_device *netdev, int sset) in nfp_net_get_sset_count()
736 static void nfp_port_get_strings(struct net_device *netdev, in nfp_port_get_strings()
753 nfp_port_get_stats(struct net_device *netdev, struct ethtool_stats *stats, in nfp_port_get_stats()
765 static int nfp_port_get_sset_count(struct net_device *netdev, int sset) in nfp_port_get_sset_count()
817 nfp_port_get_fecparam(struct net_device *netdev, in nfp_port_get_fecparam()
841 nfp_port_set_fecparam(struct net_device *netdev, in nfp_port_set_fecparam()
908 static int nfp_net_get_rxnfc(struct net_device *netdev, in nfp_net_get_rxnfc()
976 static int nfp_net_set_rxnfc(struct net_device *netdev, in nfp_net_set_rxnfc()
989 static u32 nfp_net_get_rxfh_indir_size(struct net_device *netdev) in nfp_net_get_rxfh_indir_size()
999 static u32 nfp_net_get_rxfh_key_size(struct net_device *netdev) in nfp_net_get_rxfh_key_size()
1009 static int nfp_net_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, in nfp_net_get_rxfh()
1032 static int nfp_net_set_rxfh(struct net_device *netdev, in nfp_net_set_rxfh()
1062 static int nfp_net_get_regs_len(struct net_device *netdev) in nfp_net_get_regs_len()
1067 static void nfp_net_get_regs(struct net_device *netdev, in nfp_net_get_regs()
1080 static int nfp_net_get_coalesce(struct net_device *netdev, in nfp_net_get_coalesce()
1147 static int nfp_app_set_dump(struct net_device *netdev, struct ethtool_dump *val) in nfp_app_set_dump()
1175 nfp_app_get_dump_flag(struct net_device *netdev, struct ethtool_dump *dump) in nfp_app_get_dump_flag()
1192 nfp_app_get_dump_data(struct net_device *netdev, struct ethtool_dump *dump, in nfp_app_get_dump_data()
1211 nfp_port_get_module_info(struct net_device *netdev, in nfp_port_get_module_info()
1287 nfp_port_get_module_eeprom(struct net_device *netdev, in nfp_port_get_module_eeprom()
1334 static int nfp_net_set_coalesce(struct net_device *netdev, in nfp_net_set_coalesce()
1393 static void nfp_net_get_channels(struct net_device *netdev, in nfp_net_get_channels()
1431 static int nfp_net_set_channels(struct net_device *netdev, in nfp_net_set_channels()
1503 void nfp_net_set_ethtool_ops(struct net_device *netdev) in nfp_net_set_ethtool_ops()