Lines Matching defs:ndev
224 struct net_device *ndev; member
256 static void hip04_config_port(struct net_device *ndev, u32 speed, u32 duplex) in hip04_config_port()
370 static void hip04_mac_enable(struct net_device *ndev) in hip04_mac_enable()
393 static void hip04_mac_disable(struct net_device *ndev) in hip04_mac_disable()
429 static void hip04_update_mac_address(struct net_device *ndev) in hip04_update_mac_address()
440 static int hip04_set_mac_address(struct net_device *ndev, void *addr) in hip04_set_mac_address()
447 static int hip04_tx_reclaim(struct net_device *ndev, bool force) in hip04_tx_reclaim()
506 hip04_mac_start_xmit(struct sk_buff *skb, struct net_device *ndev) in hip04_mac_start_xmit()
577 struct net_device *ndev = priv->ndev; in hip04_rx_poll() local
663 struct net_device *ndev = (struct net_device *)dev_id; in hip04_mac_interrupt() local
712 static void hip04_adjust_link(struct net_device *ndev) in hip04_adjust_link()
723 static int hip04_mac_open(struct net_device *ndev) in hip04_mac_open()
757 static int hip04_mac_stop(struct net_device *ndev) in hip04_mac_stop()
782 static void hip04_timeout(struct net_device *ndev, unsigned int txqueue) in hip04_timeout()
850 static int hip04_alloc_ring(struct net_device *ndev, struct device *d) in hip04_alloc_ring()
872 static void hip04_free_ring(struct net_device *ndev, struct device *d) in hip04_free_ring()
894 struct net_device *ndev; in hip04_mac_probe() local
1022 struct net_device *ndev = platform_get_drvdata(pdev); in hip04_remove() local