Lines Matching refs:napi
154 * @napi: NAPI structure for Rx polling
185 struct napi_struct napi;
802 static int tbnet_poll(struct napi_struct *napi, int budget)
804 struct tbnet *net = container_of(napi, struct tbnet, napi);
889 napi_gro_receive(&net->napi, skb);
902 napi_complete_done(napi, rx_packets);
913 napi_schedule(&net->napi);
964 napi_enable(&net->napi);
974 napi_disable(&net->napi);
1334 netif_napi_add(dev, &net->napi, tbnet_poll);