Searched refs:rx_poll (Results 1 – 2 of 2) sorted by relevance
366 static int rx_poll(struct napi_struct *napi, int budget) in rx_poll() function385 netif_napi_add(rxq->netdev, &rxq->napi, rx_poll, nic_dev->rx_weight); in rx_add_napi()
440 static void rx_poll(unsigned long data);555 tasklet_init(&np->rx_tasklet, rx_poll, (unsigned long)dev); in sundance_probe1()1331 static void rx_poll(unsigned long data) in rx_poll() function