Searched refs:tulip_poll (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/ |
H A D | tulip.h | 493 int tulip_poll(struct napi_struct *napi, int budget);
|
H A D | interrupt.c | 112 int tulip_poll(struct napi_struct *napi, int budget) in tulip_poll() function 136 netdev_dbg(dev, " In tulip_poll(), hardware disappeared\n"); in tulip_poll()
|
H A D | tulip_core.c | 1683 netif_napi_add(dev, &tp->napi, tulip_poll, 16); in tulip_init_one()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/ |
H A D | tulip.h | 492 int tulip_poll(struct napi_struct *napi, int budget);
|
H A D | interrupt.c | 112 int tulip_poll(struct napi_struct *napi, int budget) in tulip_poll() function 136 netdev_dbg(dev, " In tulip_poll(), hardware disappeared\n"); in tulip_poll()
|
H A D | tulip_core.c | 1692 netif_napi_add_weight(dev, &tp->napi, tulip_poll, 16); in tulip_init_one()
|
Completed in 11 milliseconds