Lines Matching defs:netdev

25 static int ice_q_stats_len(struct net_device *netdev)  in ice_q_stats_len()
143 ice_get_drvinfo(struct net_device *netdev, struct ethtool_drvinfo *drvinfo) in ice_get_drvinfo()
157 static int ice_get_regs_len(struct net_device __always_unused *netdev) in ice_get_regs_len()
163 ice_get_regs(struct net_device *netdev, struct ethtool_regs *regs, void *p) in ice_get_regs()
177 static u32 ice_get_msglevel(struct net_device *netdev) in ice_get_msglevel()
191 static void ice_set_msglevel(struct net_device *netdev, u32 data) in ice_set_msglevel()
206 static void ice_get_strings(struct net_device *netdev, u32 stringset, u8 *data) in ice_get_strings()
252 static int ice_get_sset_count(struct net_device *netdev, int sset) in ice_get_sset_count()
281 ice_get_ethtool_stats(struct net_device *netdev, in ice_get_ethtool_stats()
336 ice_get_link_ksettings(struct net_device *netdev, in ice_get_link_ksettings()
452 static int ice_get_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd, in ice_get_rxnfc()
472 ice_get_ringparam(struct net_device *netdev, struct ethtool_ringparam *ring) in ice_get_ringparam()
488 ice_set_ringparam(struct net_device *netdev, struct ethtool_ringparam *ring) in ice_set_ringparam()
660 static int ice_nway_reset(struct net_device *netdev) in ice_nway_reset()
690 ice_get_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) in ice_get_pauseparam()
716 ice_set_pauseparam(struct net_device *netdev, struct ethtool_pauseparam *pause) in ice_set_pauseparam()
804 static u32 ice_get_rxfh_key_size(struct net_device __always_unused *netdev) in ice_get_rxfh_key_size()
815 static u32 ice_get_rxfh_indir_size(struct net_device *netdev) in ice_get_rxfh_indir_size()
832 ice_get_rxfh(struct net_device *netdev, u32 *indir, u8 *key, u8 *hfunc) in ice_get_rxfh()
879 static int ice_set_rxfh(struct net_device *netdev, const u32 *indir, in ice_set_rxfh()
963 void ice_set_ethtool_ops(struct net_device *netdev) in ice_set_ethtool_ops()