• Home
  • Raw
  • Download

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()
95 static void moxart_mac_reset(struct net_device *ndev) in moxart_mac_reset()
108 static void moxart_mac_enable(struct net_device *ndev) in moxart_mac_enable()
123 static void moxart_mac_setup_desc_ring(struct net_device *ndev) in moxart_mac_setup_desc_ring()
169 static int moxart_mac_open(struct net_device *ndev) in moxart_mac_open()
191 static int moxart_mac_stop(struct net_device *ndev) in moxart_mac_stop()
213 struct net_device *ndev = priv->ndev; in moxart_rx_poll() local
281 static int moxart_tx_queue_space(struct net_device *ndev) in moxart_tx_queue_space()
288 static void moxart_tx_finished(struct net_device *ndev) in moxart_tx_finished()
314 struct net_device *ndev = (struct net_device *)dev_id; in moxart_mac_interrupt() local
332 static int moxart_mac_start_xmit(struct sk_buff *skb, struct net_device *ndev) in moxart_mac_start_xmit()
402 static void moxart_mac_setmulticast(struct net_device *ndev) in moxart_mac_setmulticast()
423 static void moxart_mac_set_rx_mode(struct net_device *ndev) in moxart_mac_set_rx_mode()
460 struct net_device *ndev; in moxart_mac_probe() local
561 struct net_device *ndev = platform_get_drvdata(pdev); in moxart_remove() local