Lines Matching refs:napi
211 rxq->rcd->napi = &rxq->napi;
212 dd_dev_info(dd, "Setting rcv queue %d napi to context %d\n",
218 set_bit(NAPI_STATE_NO_BUSY_POLL, &rxq->napi.state);
219 netif_napi_add(dev, &rxq->napi, hfi1_netdev_rx_napi);
252 netif_napi_del(&rxq->napi);
272 napi_enable(&rxq->napi);
291 /* wait for napi if it was scheduled */
295 napi_synchronize(&rxq->napi);
296 napi_disable(&rxq->napi);
323 * napi is deleted and receive queses memory is freed.
383 * hfi1_netdev_enable_queues - This is napi enable function.
384 * It enables napi objects associated with queues.