Lines Matching defs:ndev
152 static void axienet_dma_bd_release(struct net_device *ndev) in axienet_dma_bd_release()
189 static int axienet_dma_bd_init(struct net_device *ndev) in axienet_dma_bd_init()
298 static void axienet_set_mac_address(struct net_device *ndev, void *address) in axienet_set_mac_address()
331 static int netdev_set_mac_address(struct net_device *ndev, void *p) in netdev_set_mac_address()
349 static void axienet_set_multicast_list(struct net_device *ndev) in axienet_set_multicast_list()
419 static void axienet_setoptions(struct net_device *ndev, u32 options) in axienet_setoptions()
467 static void axienet_device_reset(struct net_device *ndev) in axienet_device_reset()
520 static void axienet_adjust_link(struct net_device *ndev) in axienet_adjust_link()
580 static void axienet_start_xmit_done(struct net_device *ndev) in axienet_start_xmit_done()
652 static int axienet_start_xmit(struct sk_buff *skb, struct net_device *ndev) in axienet_start_xmit()
722 static void axienet_recv(struct net_device *ndev) in axienet_recv()
804 struct net_device *ndev = _ndev; in axienet_tx_irq() local
852 struct net_device *ndev = _ndev; in axienet_rx_irq() local
901 static int axienet_open(struct net_device *ndev) in axienet_open()
972 static int axienet_stop(struct net_device *ndev) in axienet_stop()
1012 static int axienet_change_mtu(struct net_device *ndev, int new_mtu) in axienet_change_mtu()
1039 static void axienet_poll_controller(struct net_device *ndev) in axienet_poll_controller()
1074 static int axienet_ethtools_get_settings(struct net_device *ndev, in axienet_ethtools_get_settings()
1095 static int axienet_ethtools_set_settings(struct net_device *ndev, in axienet_ethtools_set_settings()
1113 static void axienet_ethtools_get_drvinfo(struct net_device *ndev, in axienet_ethtools_get_drvinfo()
1129 static int axienet_ethtools_get_regs_len(struct net_device *ndev) in axienet_ethtools_get_regs_len()
1144 static void axienet_ethtools_get_regs(struct net_device *ndev, in axienet_ethtools_get_regs()
1199 axienet_ethtools_get_pauseparam(struct net_device *ndev, in axienet_ethtools_get_pauseparam()
1221 axienet_ethtools_set_pauseparam(struct net_device *ndev, in axienet_ethtools_set_pauseparam()
1256 static int axienet_ethtools_get_coalesce(struct net_device *ndev, in axienet_ethtools_get_coalesce()
1279 static int axienet_ethtools_set_coalesce(struct net_device *ndev, in axienet_ethtools_set_coalesce()
1345 struct net_device *ndev = lp->ndev; in axienet_dma_err_handler() local
1479 struct net_device *ndev; in axienet_of_probe() local
1625 struct net_device *ndev = dev_get_drvdata(&op->dev); in axienet_of_remove() local