Searched refs:igbvf_poll (Results 1 – 1 of 1) sorted by relevance
38 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 callback1183 static int igbvf_poll(struct napi_struct *napi, int budget) in igbvf_poll() function