Lines Matching refs:napi
84 * @napi: Napi context used in cfv_rx_poll()
111 struct napi_struct napi;
250 static int cfv_rx_poll(struct napi_struct *napi, int quota)
252 struct cfv_info *cfv = container_of(napi, struct cfv_info, napi);
319 napi_complete(napi);
321 napi_schedule_prep(napi)) {
323 __napi_schedule(napi);
331 napi_complete(napi);
339 napi_complete(napi);
356 napi_schedule(&cfv->napi);
446 napi_enable(&cfv->napi);
449 napi_schedule(&cfv->napi);
464 napi_disable(&cfv->napi);
628 debugfs_create_u32("rx-napi-complete", 0400, cfv->debugfs,
630 debugfs_create_u32("rx-napi-resched", 0400, cfv->debugfs,
717 netif_napi_add(netdev, &cfv->napi, cfv_rx_poll, CFV_DEFAULT_QUOTA);