Lines Matching defs:ndev

160 	struct net_device *ndev;  member
191 static void hip04_config_port(struct net_device *ndev, u32 speed, u32 duplex) in hip04_config_port()
296 static void hip04_mac_enable(struct net_device *ndev) in hip04_mac_enable()
319 static void hip04_mac_disable(struct net_device *ndev) in hip04_mac_disable()
349 static void hip04_update_mac_address(struct net_device *ndev) in hip04_update_mac_address()
360 static int hip04_set_mac_address(struct net_device *ndev, void *addr) in hip04_set_mac_address()
367 static int hip04_tx_reclaim(struct net_device *ndev, bool force) in hip04_tx_reclaim()
425 static int hip04_mac_start_xmit(struct sk_buff *skb, struct net_device *ndev) in hip04_mac_start_xmit()
487 struct net_device *ndev = priv->ndev; in hip04_rx_poll() local
567 struct net_device *ndev = (struct net_device *)dev_id; in hip04_mac_interrupt() local
616 static void hip04_adjust_link(struct net_device *ndev) in hip04_adjust_link()
627 static int hip04_mac_open(struct net_device *ndev) in hip04_mac_open()
660 static int hip04_mac_stop(struct net_device *ndev) in hip04_mac_stop()
685 static void hip04_timeout(struct net_device *ndev) in hip04_timeout()
701 static struct net_device_stats *hip04_get_stats(struct net_device *ndev) in hip04_get_stats()
772 static int hip04_alloc_ring(struct net_device *ndev, struct device *d) in hip04_alloc_ring()
794 static void hip04_free_ring(struct net_device *ndev, struct device *d) in hip04_free_ring()
816 struct net_device *ndev; in hip04_mac_probe() local
939 struct net_device *ndev = platform_get_drvdata(pdev); in hip04_remove() local