Searched refs:igbvf_poll (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c62 static int igbvf_poll(struct napi_struct *napi, int budget);
1130 netif_napi_add(netdev, &adapter->rx_ring->napi, igbvf_poll, 64); igbvf_alloc_queues()
1198 * igbvf_poll - NAPI Rx polling callback
1202 static int igbvf_poll(struct napi_struct *napi, int budget) igbvf_poll() function

Completed in 128 milliseconds