Lines Matching defs:ndev
24 ax88796c_get_drvinfo(struct net_device *ndev, struct ethtool_drvinfo *info) in ax88796c_get_drvinfo()
30 static u32 ax88796c_get_msglevel(struct net_device *ndev) in ax88796c_get_msglevel()
37 static void ax88796c_set_msglevel(struct net_device *ndev, u32 level) in ax88796c_set_msglevel()
45 ax88796c_get_pauseparam(struct net_device *ndev, struct ethtool_pauseparam *pause) in ax88796c_get_pauseparam()
57 ax88796c_set_pauseparam(struct net_device *ndev, struct ethtool_pauseparam *pause) in ax88796c_set_pauseparam()
91 static int ax88796c_get_regs_len(struct net_device *ndev) in ax88796c_get_regs_len()
97 ax88796c_get_regs(struct net_device *ndev, struct ethtool_regs *regs, void *_p) in ax88796c_get_regs()
122 ax88796c_get_strings(struct net_device *ndev, u32 stringset, u8 *data) in ax88796c_get_strings()
133 ax88796c_get_sset_count(struct net_device *ndev, int stringset) in ax88796c_get_sset_count()
148 static int ax88796c_set_priv_flags(struct net_device *ndev, u32 flags) in ax88796c_set_priv_flags()
164 static u32 ax88796c_get_priv_flags(struct net_device *ndev) in ax88796c_get_priv_flags()
232 int ax88796c_ioctl(struct net_device *ndev, struct ifreq *ifr, int cmd) in ax88796c_ioctl()