Lines Matching defs:ndev
105 static void netx_eth_set_multicast_list(struct net_device *ndev) in netx_eth_set_multicast_list()
111 netx_eth_hard_start_xmit(struct sk_buff *skb, struct net_device *ndev) in netx_eth_hard_start_xmit()
139 static void netx_eth_receive(struct net_device *ndev) in netx_eth_receive()
174 struct net_device *ndev = dev_id; in netx_eth_interrupt() local
207 static int netx_eth_open(struct net_device *ndev) in netx_eth_open()
238 static int netx_eth_close(struct net_device *ndev) in netx_eth_close()
252 static void netx_eth_timeout(struct net_device *ndev) in netx_eth_timeout()
274 netx_eth_phy_read(struct net_device *ndev, int phy_id, int reg) in netx_eth_phy_read()
289 netx_eth_phy_write(struct net_device *ndev, int phy_id, int reg, int value) in netx_eth_phy_write()
312 static int netx_eth_enable(struct net_device *ndev) in netx_eth_enable()
375 struct net_device *ndev; in netx_eth_drv_probe() local
429 struct net_device *ndev = platform_get_drvdata(pdev); in netx_eth_drv_remove() local