Home
last modified time | relevance | path

Searched refs:rx_poll (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/huawei/hinic/
Dhinic_rx.c457 static int rx_poll(struct napi_struct *napi, int budget) in rx_poll() function
482 netif_napi_add_weight(rxq->netdev, &rxq->napi, rx_poll, in rx_add_napi()
/linux-5.19.10/drivers/net/ethernet/dlink/
Dsundance.c433 static void rx_poll(struct tasklet_struct *t);
544 tasklet_setup(&np->rx_tasklet, rx_poll); in sundance_probe1()
1318 static void rx_poll(struct tasklet_struct *t) in rx_poll() function