Lines Matching defs:ndev
97 struct net_device *ndev; member
230 struct net_device *ndev = priv->ndev; in w5300_write_macaddr() local
282 static void w5300_get_drvinfo(struct net_device *ndev, in w5300_get_drvinfo()
291 static u32 w5300_get_link(struct net_device *ndev) in w5300_get_link()
301 static u32 w5300_get_msglevel(struct net_device *ndev) in w5300_get_msglevel()
308 static void w5300_set_msglevel(struct net_device *ndev, u32 value) in w5300_set_msglevel()
315 static int w5300_get_regs_len(struct net_device *ndev) in w5300_get_regs_len()
320 static void w5300_get_regs(struct net_device *ndev, in w5300_get_regs()
344 static void w5300_tx_timeout(struct net_device *ndev, unsigned int txqueue) in w5300_tx_timeout()
356 static netdev_tx_t w5300_start_tx(struct sk_buff *skb, struct net_device *ndev) in w5300_start_tx()
376 struct net_device *ndev = priv->ndev; in w5300_napi_poll() local
416 struct net_device *ndev = ndev_instance; in w5300_interrupt() local
441 struct net_device *ndev = ndev_instance; in w5300_detect_link() local
457 static void w5300_set_rx_mode(struct net_device *ndev) in w5300_set_rx_mode()
468 static int w5300_set_macaddr(struct net_device *ndev, void *addr) in w5300_set_macaddr()
480 static int w5300_open(struct net_device *ndev) in w5300_open()
494 static int w5300_stop(struct net_device *ndev) in w5300_stop()
528 struct net_device *ndev = platform_get_drvdata(pdev); in w5300_hw_probe() local
591 struct net_device *ndev; in w5300_probe() local
631 struct net_device *ndev = platform_get_drvdata(pdev); in w5300_remove() local
646 struct net_device *ndev = dev_get_drvdata(dev); in w5300_suspend() local
660 struct net_device *ndev = dev_get_drvdata(dev); in w5300_resume() local