Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c38 static int igbvf_poll(struct napi_struct *napi, int budget);
1111 netif_napi_add(netdev, &adapter->rx_ring->napi, igbvf_poll); in igbvf_alloc_queues()
1179 * igbvf_poll - NAPI Rx polling callback
1183 static int igbvf_poll(struct napi_struct *napi, int budget) in igbvf_poll() function