Searched refs:mvneta_poll (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
H A D | mvneta.c | 3126 static int mvneta_poll(struct napi_struct *napi, int budget) in mvneta_poll() function 3157 /* For the case where the last mvneta_poll did not process all in mvneta_poll() 5249 netif_napi_add(dev, &pp->napi, mvneta_poll, NAPI_POLL_WEIGHT); in mvneta_probe() 5255 netif_napi_add(dev, &port->napi, mvneta_poll, in mvneta_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | mvneta.c | 3272 static int mvneta_poll(struct napi_struct *napi, int budget) in mvneta_poll() function 3303 /* For the case where the last mvneta_poll did not process all in mvneta_poll() 5676 netif_napi_add(dev, &pp->napi, mvneta_poll); in mvneta_probe() 5682 netif_napi_add(dev, &port->napi, mvneta_poll); in mvneta_probe()
|
Completed in 28 milliseconds