Lines Matching defs:ndev

202 static void temac_dma_bd_release(struct net_device *ndev)  in temac_dma_bd_release()
233 static int temac_dma_bd_init(struct net_device *ndev) in temac_dma_bd_init()
316 static void temac_do_set_mac_address(struct net_device *ndev) in temac_do_set_mac_address()
335 static int temac_init_mac_address(struct net_device *ndev, void *address) in temac_init_mac_address()
344 static int temac_set_mac_address(struct net_device *ndev, void *p) in temac_set_mac_address()
355 static void temac_set_multicast_list(struct net_device *ndev) in temac_set_multicast_list()
486 static u32 temac_setoptions(struct net_device *ndev, u32 options) in temac_setoptions()
507 static void temac_device_reset(struct net_device *ndev) in temac_device_reset()
590 static void temac_adjust_link(struct net_device *ndev) in temac_adjust_link()
619 static void temac_start_xmit_done(struct net_device *ndev) in temac_start_xmit_done()
676 static int temac_start_xmit(struct sk_buff *skb, struct net_device *ndev) in temac_start_xmit()
741 static void ll_temac_recv(struct net_device *ndev) in ll_temac_recv()
812 struct net_device *ndev = _ndev; in ll_temac_tx_irq() local
829 struct net_device *ndev = _ndev; in ll_temac_rx_irq() local
843 static int temac_open(struct net_device *ndev) in temac_open()
882 static int temac_stop(struct net_device *ndev) in temac_stop()
902 temac_poll_controller(struct net_device *ndev) in temac_poll_controller()
917 static int temac_ioctl(struct net_device *ndev, struct ifreq *rq, int cmd) in temac_ioctl()
948 struct net_device *ndev = dev_get_drvdata(dev); in temac_show_llink_regs() local
972 static int temac_get_settings(struct net_device *ndev, struct ethtool_cmd *cmd) in temac_get_settings()
978 static int temac_set_settings(struct net_device *ndev, struct ethtool_cmd *cmd) in temac_set_settings()
984 static int temac_nway_reset(struct net_device *ndev) in temac_nway_reset()
1002 struct net_device *ndev; in temac_of_probe() local
1143 struct net_device *ndev = platform_get_drvdata(op); in temac_of_remove() local