Searched refs:rx_poll (Results 1 – 2 of 2) sorted by relevance
457 static int rx_poll(struct napi_struct *napi, int budget) in rx_poll() function482 netif_napi_add(rxq->netdev, &rxq->napi, rx_poll, nic_dev->rx_weight); in rx_add_napi()
433 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