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()
97 static void moxart_mac_reset(struct net_device *ndev) in moxart_mac_reset()
110 static void moxart_mac_enable(struct net_device *ndev) in moxart_mac_enable()
125 static void moxart_mac_setup_desc_ring(struct net_device *ndev) in moxart_mac_setup_desc_ring()
171 static int moxart_mac_open(struct net_device *ndev) in moxart_mac_open()
193 static int moxart_mac_stop(struct net_device *ndev) in moxart_mac_stop()
215 struct net_device *ndev = priv->ndev; in moxart_rx_poll() local
283 static int moxart_tx_queue_space(struct net_device *ndev) in moxart_tx_queue_space()
290 static void moxart_tx_finished(struct net_device *ndev) in moxart_tx_finished()
316 struct net_device *ndev = (struct net_device *)dev_id; in moxart_mac_interrupt() local
335 struct net_device *ndev) in moxart_mac_start_xmit()
405 static void moxart_mac_setmulticast(struct net_device *ndev) in moxart_mac_setmulticast()
426 static void moxart_mac_set_rx_mode(struct net_device *ndev) in moxart_mac_set_rx_mode()
463 struct net_device *ndev; in moxart_mac_probe() local
565 struct net_device *ndev = platform_get_drvdata(pdev); in moxart_remove() local