• Home
  • Raw
  • Download

Lines Matching defs:ndev

299 static void temac_dma_bd_release(struct net_device *ndev)  in temac_dma_bd_release()
329 static int temac_dma_bd_init(struct net_device *ndev) in temac_dma_bd_init()
419 static void temac_do_set_mac_address(struct net_device *ndev) in temac_do_set_mac_address()
439 static int temac_init_mac_address(struct net_device *ndev, const void *address) in temac_init_mac_address()
448 static int temac_set_mac_address(struct net_device *ndev, void *p) in temac_set_mac_address()
459 static void temac_set_multicast_list(struct net_device *ndev) in temac_set_multicast_list()
599 static u32 temac_setoptions(struct net_device *ndev, u32 options) in temac_setoptions()
622 static void temac_device_reset(struct net_device *ndev) in temac_device_reset()
708 static void temac_adjust_link(struct net_device *ndev) in temac_adjust_link()
766 static void temac_start_xmit_done(struct net_device *ndev) in temac_start_xmit_done()
841 temac_start_xmit(struct sk_buff *skb, struct net_device *ndev) in temac_start_xmit()
963 static void ll_temac_recv(struct net_device *ndev) in ll_temac_recv()
1106 struct net_device *ndev = lp->ndev; in ll_temac_restart_work_func() local
1113 struct net_device *ndev = _ndev; in ll_temac_tx_irq() local
1132 struct net_device *ndev = _ndev; in ll_temac_rx_irq() local
1150 static int temac_open(struct net_device *ndev) in temac_open()
1196 static int temac_stop(struct net_device *ndev) in temac_stop()
1218 temac_poll_controller(struct net_device *ndev) in temac_poll_controller()
1252 struct net_device *ndev = dev_get_drvdata(dev); in temac_show_llink_regs() local
1279 static void ll_temac_ethtools_get_ringparam(struct net_device *ndev, in ll_temac_ethtools_get_ringparam()
1294 static int ll_temac_ethtools_set_ringparam(struct net_device *ndev, in ll_temac_ethtools_set_ringparam()
1314 ll_temac_ethtools_get_coalesce(struct net_device *ndev, in ll_temac_ethtools_get_coalesce()
1329 ll_temac_ethtools_set_coalesce(struct net_device *ndev, in ll_temac_ethtools_set_coalesce()
1378 struct net_device *ndev; in temac_probe() local
1622 struct net_device *ndev = platform_get_drvdata(pdev); in temac_remove() local