Searched refs:eth_poll (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/xscale/ |
H A D | ixp4xx_eth.c | 669 static int eth_poll(struct napi_struct *napi, int budget) in eth_poll() function 677 netdev_debug(dev, "eth_poll\n"); in eth_poll() 691 netdev_debug(dev, "eth_poll napi_complete\n"); in eth_poll() 698 netdev_debug(dev, "eth_poll napi_reschedule succeeded\n"); in eth_poll() 704 netdev_debug(dev, "eth_poll all done\n"); in eth_poll() 749 debug_pkt(dev, "eth_poll", skb->data, skb->len); in eth_poll() 769 netdev_debug(dev, "eth_poll(): end, not all work done\n"); in eth_poll() 1443 netif_napi_add(ndev, &port->napi, eth_poll, NAPI_WEIGHT); in ixp4xx_eth_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/xscale/ |
H A D | ixp4xx_eth.c | 690 static int eth_poll(struct napi_struct *napi, int budget) in eth_poll() function 698 netdev_debug(dev, "eth_poll\n"); in eth_poll() 712 netdev_debug(dev, "eth_poll napi_complete\n"); in eth_poll() 719 netdev_debug(dev, "eth_poll napi_reschedule succeeded\n"); in eth_poll() 725 netdev_debug(dev, "eth_poll all done\n"); in eth_poll() 770 debug_pkt(dev, "eth_poll", skb->data, skb->len); in eth_poll() 790 netdev_debug(dev, "eth_poll(): end, not all work done\n"); in eth_poll() 1491 netif_napi_add_weight(ndev, &port->napi, eth_poll, NAPI_WEIGHT); in ixp4xx_eth_probe()
|
Completed in 6 milliseconds