Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c38 static int igbvf_poll(struct napi_struct *napi, int budget);
1116 netif_napi_add(netdev, &adapter->rx_ring->napi, igbvf_poll, 64); in igbvf_alloc_queues()
1184 * igbvf_poll - NAPI Rx polling callback
1188 static int igbvf_poll(struct napi_struct *napi, int budget) in igbvf_poll() function
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c38 static int igbvf_poll(struct napi_struct *napi, int budget);
1116 netif_napi_add(netdev, &adapter->rx_ring->napi, igbvf_poll); in igbvf_alloc_queues()
1184 * igbvf_poll - NAPI Rx polling callback
1188 static int igbvf_poll(struct napi_struct *napi, int budget) in igbvf_poll() function

Completed in 7 milliseconds