Lines Matching defs:ndev

379 static int am65_cpsw_ethtool_op_begin(struct net_device *ndev)  in am65_cpsw_ethtool_op_begin()
391 static void am65_cpsw_ethtool_op_complete(struct net_device *ndev) in am65_cpsw_ethtool_op_complete()
401 static void am65_cpsw_get_drvinfo(struct net_device *ndev, in am65_cpsw_get_drvinfo()
411 static u32 am65_cpsw_get_msglevel(struct net_device *ndev) in am65_cpsw_get_msglevel()
418 static void am65_cpsw_set_msglevel(struct net_device *ndev, u32 value) in am65_cpsw_set_msglevel()
425 static void am65_cpsw_get_channels(struct net_device *ndev, in am65_cpsw_get_channels()
436 static int am65_cpsw_set_channels(struct net_device *ndev, in am65_cpsw_set_channels()
455 am65_cpsw_get_ringparam(struct net_device *ndev, in am65_cpsw_get_ringparam()
467 static void am65_cpsw_get_pauseparam(struct net_device *ndev, in am65_cpsw_get_pauseparam()
475 static int am65_cpsw_set_pauseparam(struct net_device *ndev, in am65_cpsw_set_pauseparam()
483 static void am65_cpsw_get_wol(struct net_device *ndev, in am65_cpsw_get_wol()
491 static int am65_cpsw_set_wol(struct net_device *ndev, in am65_cpsw_set_wol()
499 static int am65_cpsw_get_link_ksettings(struct net_device *ndev, in am65_cpsw_get_link_ksettings()
508 am65_cpsw_set_link_ksettings(struct net_device *ndev, in am65_cpsw_set_link_ksettings()
516 static int am65_cpsw_get_eee(struct net_device *ndev, struct ethtool_keee *edata) in am65_cpsw_get_eee()
523 static int am65_cpsw_set_eee(struct net_device *ndev, struct ethtool_keee *edata) in am65_cpsw_set_eee()
530 static int am65_cpsw_nway_reset(struct net_device *ndev) in am65_cpsw_nway_reset()
537 static int am65_cpsw_get_regs_len(struct net_device *ndev) in am65_cpsw_get_regs_len()
557 static void am65_cpsw_get_regs(struct net_device *ndev, in am65_cpsw_get_regs()
593 static int am65_cpsw_get_sset_count(struct net_device *ndev, int sset) in am65_cpsw_get_sset_count()
606 static void am65_cpsw_get_strings(struct net_device *ndev, in am65_cpsw_get_strings()
641 static void am65_cpsw_get_ethtool_stats(struct net_device *ndev, in am65_cpsw_get_ethtool_stats()
665 static void am65_cpsw_get_eth_mac_stats(struct net_device *ndev, in am65_cpsw_get_eth_mac_stats()
693 static int am65_cpsw_get_ethtool_ts_info(struct net_device *ndev, in am65_cpsw_get_ethtool_ts_info()
723 static u32 am65_cpsw_get_ethtool_priv_flags(struct net_device *ndev) in am65_cpsw_get_ethtool_priv_flags()
734 static int am65_cpsw_set_ethtool_priv_flags(struct net_device *ndev, u32 flags) in am65_cpsw_set_ethtool_priv_flags()
782 static int am65_cpsw_get_mm(struct net_device *ndev, struct ethtool_mm_state *state) in am65_cpsw_get_mm()
835 static int am65_cpsw_set_mm(struct net_device *ndev, struct ethtool_mm_cfg *cfg, in am65_cpsw_set_mm()
897 static void am65_cpsw_get_mm_stats(struct net_device *ndev, in am65_cpsw_get_mm_stats()
915 static int am65_cpsw_get_per_queue_coalesce(struct net_device *ndev, u32 queue, in am65_cpsw_get_per_queue_coalesce()
934 static int am65_cpsw_get_coalesce(struct net_device *ndev, struct ethtool_coalesce *coal, in am65_cpsw_get_coalesce()
941 static int am65_cpsw_set_per_queue_coalesce(struct net_device *ndev, u32 queue, in am65_cpsw_set_per_queue_coalesce()
966 static int am65_cpsw_set_coalesce(struct net_device *ndev, struct ethtool_coalesce *coal, in am65_cpsw_set_coalesce()