Lines Matching defs:ndev
417 static inline u32 emac_iff2rmr(struct net_device *ndev) in emac_iff2rmr()
537 struct net_device *ndev = dev->ndev; in emac_configure() local
740 static void emac_tx_timeout(struct net_device *ndev) in emac_tx_timeout()
892 static int emac_mdio_read(struct net_device *ndev, int id, int reg) in emac_mdio_read()
904 static void emac_mdio_write(struct net_device *ndev, int id, int reg, int val) in emac_mdio_write()
948 static void emac_set_multicast_list(struct net_device *ndev) in emac_set_multicast_list()
1038 static int emac_change_mtu(struct net_device *ndev, int new_mtu) in emac_change_mtu()
1131 static int emac_open(struct net_device *ndev) in emac_open()
1290 static int emac_close(struct net_device *ndev) in emac_close()
1335 struct net_device *ndev = dev->ndev; in emac_xmit_finish() local
1359 static int emac_start_xmit(struct sk_buff *skb, struct net_device *ndev) in emac_start_xmit()
1417 static int emac_start_xmit_sg(struct sk_buff *skb, struct net_device *ndev) in emac_start_xmit_sg()
1871 static struct net_device_stats *emac_stats(struct net_device *ndev) in emac_stats()
1939 static int emac_ethtool_get_settings(struct net_device *ndev, in emac_ethtool_get_settings()
1960 static int emac_ethtool_set_settings(struct net_device *ndev, in emac_ethtool_set_settings()
2031 static void emac_ethtool_get_ringparam(struct net_device *ndev, in emac_ethtool_get_ringparam()
2038 static void emac_ethtool_get_pauseparam(struct net_device *ndev, in emac_ethtool_get_pauseparam()
2067 static int emac_ethtool_get_regs_len(struct net_device *ndev) in emac_ethtool_get_regs_len()
2100 static void emac_ethtool_get_regs(struct net_device *ndev, in emac_ethtool_get_regs()
2125 static int emac_ethtool_nway_reset(struct net_device *ndev) in emac_ethtool_nway_reset()
2148 static int emac_ethtool_get_sset_count(struct net_device *ndev, int stringset) in emac_ethtool_get_sset_count()
2156 static void emac_ethtool_get_strings(struct net_device *ndev, u32 stringset, in emac_ethtool_get_strings()
2163 static void emac_ethtool_get_ethtool_stats(struct net_device *ndev, in emac_ethtool_get_ethtool_stats()
2174 static void emac_ethtool_get_drvinfo(struct net_device *ndev, in emac_ethtool_get_drvinfo()
2207 static int emac_ioctl(struct net_device *ndev, struct ifreq *rq, int cmd) in emac_ioctl()
2374 struct net_device *ndev = dev->ndev; in emac_init_phy() local
2688 struct net_device *ndev; in emac_probe() local