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()
71 static void moxart_mac_free_memory(struct net_device *ndev) in moxart_mac_free_memory()
89 static void moxart_mac_reset(struct net_device *ndev) in moxart_mac_reset()
102 static void moxart_mac_enable(struct net_device *ndev) in moxart_mac_enable()
117 static void moxart_mac_setup_desc_ring(struct net_device *ndev) in moxart_mac_setup_desc_ring()
163 static int moxart_mac_open(struct net_device *ndev) in moxart_mac_open()
182 static int moxart_mac_stop(struct net_device *ndev) in moxart_mac_stop()
210 struct net_device *ndev = priv->ndev; in moxart_rx_poll() local
278 static int moxart_tx_queue_space(struct net_device *ndev) in moxart_tx_queue_space()
285 static void moxart_tx_finished(struct net_device *ndev) in moxart_tx_finished()
311 struct net_device *ndev = (struct net_device *)dev_id; in moxart_mac_interrupt() local
330 struct net_device *ndev) in moxart_mac_start_xmit()
400 static void moxart_mac_setmulticast(struct net_device *ndev) in moxart_mac_setmulticast()
421 static void moxart_mac_set_rx_mode(struct net_device *ndev) in moxart_mac_set_rx_mode()
458 struct net_device *ndev; in moxart_mac_probe() local
563 struct net_device *ndev = platform_get_drvdata(pdev); in moxart_remove() local