Lines Matching defs:ndev
106 static void netx_eth_set_multicast_list(struct net_device *ndev) in netx_eth_set_multicast_list()
112 netx_eth_hard_start_xmit(struct sk_buff *skb, struct net_device *ndev) in netx_eth_hard_start_xmit()
140 static void netx_eth_receive(struct net_device *ndev) in netx_eth_receive()
177 struct net_device *ndev = dev_id; in netx_eth_interrupt() local
210 static int netx_eth_open(struct net_device *ndev) in netx_eth_open()
241 static int netx_eth_close(struct net_device *ndev) in netx_eth_close()
255 static void netx_eth_timeout(struct net_device *ndev) in netx_eth_timeout()
277 netx_eth_phy_read(struct net_device *ndev, int phy_id, int reg) in netx_eth_phy_read()
292 netx_eth_phy_write(struct net_device *ndev, int phy_id, int reg, int value) in netx_eth_phy_write()
315 static int netx_eth_enable(struct net_device *ndev) in netx_eth_enable()
380 struct net_device *ndev; in netx_eth_drv_probe() local
436 struct net_device *ndev = dev_get_drvdata(&pdev->dev); in netx_eth_drv_remove() local