Lines Matching defs:ndev
42 static inline void moxart_emac_write(struct net_device *ndev, in moxart_emac_write()
50 static void moxart_update_mac_address(struct net_device *ndev) in moxart_update_mac_address()
61 static int moxart_set_mac_address(struct net_device *ndev, void *addr) in moxart_set_mac_address()
74 static void moxart_mac_free_memory(struct net_device *ndev) in moxart_mac_free_memory()
92 static void moxart_mac_reset(struct net_device *ndev) in moxart_mac_reset()
105 static void moxart_mac_enable(struct net_device *ndev) in moxart_mac_enable()
120 static void moxart_mac_setup_desc_ring(struct net_device *ndev) in moxart_mac_setup_desc_ring()
166 static int moxart_mac_open(struct net_device *ndev) in moxart_mac_open()
188 static int moxart_mac_stop(struct net_device *ndev) in moxart_mac_stop()
216 struct net_device *ndev = priv->ndev; in moxart_rx_poll() local
284 static int moxart_tx_queue_space(struct net_device *ndev) in moxart_tx_queue_space()
291 static void moxart_tx_finished(struct net_device *ndev) in moxart_tx_finished()
317 struct net_device *ndev = (struct net_device *)dev_id; in moxart_mac_interrupt() local
336 struct net_device *ndev) in moxart_mac_start_xmit()
406 static void moxart_mac_setmulticast(struct net_device *ndev) in moxart_mac_setmulticast()
427 static void moxart_mac_set_rx_mode(struct net_device *ndev) in moxart_mac_set_rx_mode()
464 struct net_device *ndev; in moxart_mac_probe() local
563 struct net_device *ndev = platform_get_drvdata(pdev); in moxart_remove() local