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()
175 struct net_device *ndev = dev_id; in netx_eth_interrupt() local
208 static int netx_eth_open(struct net_device *ndev) in netx_eth_open()
239 static int netx_eth_close(struct net_device *ndev) in netx_eth_close()
253 static void netx_eth_timeout(struct net_device *ndev) in netx_eth_timeout()
275 netx_eth_phy_read(struct net_device *ndev, int phy_id, int reg) in netx_eth_phy_read()
290 netx_eth_phy_write(struct net_device *ndev, int phy_id, int reg, int value) in netx_eth_phy_write()
313 static int netx_eth_enable(struct net_device *ndev) in netx_eth_enable()
378 struct net_device *ndev; in netx_eth_drv_probe() local
433 struct net_device *ndev = dev_get_drvdata(&pdev->dev); in netx_eth_drv_remove() local