Home
last modified time | relevance | path

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

/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(rxq->netdev, &rxq->napi, rx_poll, nic_dev->rx_weight); in rx_add_napi()
/drivers/net/ethernet/dlink/
Dsundance.c433 static void rx_poll(struct tasklet_struct *t);
542 tasklet_setup(&np->rx_tasklet, rx_poll); in sundance_probe1()
1316 static void rx_poll(struct tasklet_struct *t) in rx_poll() function