Lines Matching refs:napi
150 * @napi: NAPI structure for Rx polling
181 struct napi_struct napi;
740 static int tbnet_poll(struct napi_struct *napi, int budget)
742 struct tbnet *net = container_of(napi, struct tbnet, napi);
821 napi_gro_receive(&net->napi, skb);
834 napi_complete_done(napi, rx_packets);
845 napi_schedule(&net->napi);
879 napi_enable(&net->napi);
889 napi_disable(&net->napi);
1236 netif_napi_add(dev, &net->napi, tbnet_poll, NAPI_POLL_WEIGHT);