Lines Matching defs:ndev
31 static inline void moxart_emac_write(struct net_device *ndev, in moxart_emac_write()
39 static void moxart_update_mac_address(struct net_device *ndev) in moxart_update_mac_address()
50 static int moxart_set_mac_address(struct net_device *ndev, void *addr) in moxart_set_mac_address()
63 static void moxart_mac_free_memory(struct net_device *ndev) in moxart_mac_free_memory()
84 static void moxart_mac_reset(struct net_device *ndev) in moxart_mac_reset()
97 static void moxart_mac_enable(struct net_device *ndev) in moxart_mac_enable()
112 static void moxart_mac_setup_desc_ring(struct net_device *ndev) in moxart_mac_setup_desc_ring()
158 static int moxart_mac_open(struct net_device *ndev) in moxart_mac_open()
180 static int moxart_mac_stop(struct net_device *ndev) in moxart_mac_stop()
202 struct net_device *ndev = priv->ndev; in moxart_rx_poll() local
269 static void moxart_tx_finished(struct net_device *ndev) in moxart_tx_finished()
292 struct net_device *ndev = (struct net_device *) dev_id; in moxart_mac_interrupt() local
310 static int moxart_mac_start_xmit(struct sk_buff *skb, struct net_device *ndev) in moxart_mac_start_xmit()
373 static struct net_device_stats *moxart_mac_get_stats(struct net_device *ndev) in moxart_mac_get_stats()
380 static void moxart_mac_setmulticast(struct net_device *ndev) in moxart_mac_setmulticast()
401 static void moxart_mac_set_rx_mode(struct net_device *ndev) in moxart_mac_set_rx_mode()
440 struct net_device *ndev; in moxart_mac_probe() local
541 struct net_device *ndev = platform_get_drvdata(pdev); in moxart_remove() local