Searched refs:refill_wrk (Results 1 – 5 of 5) sorted by relevance
1163 qidx = wrk - pfvf->refill_wrk; in otx2_pool_refill_task()1206 pfvf->refill_wrk = devm_kcalloc(pfvf->dev, pfvf->qset.cq_cnt, in otx2_config_nix_queues()1208 if (!pfvf->refill_wrk) in otx2_config_nix_queues()1212 pfvf->refill_wrk[qidx].pf = pfvf; in otx2_config_nix_queues()1213 INIT_DELAYED_WORK(&pfvf->refill_wrk[qidx].pool_refill_work, in otx2_config_nix_queues()
588 work = &priv->refill_wrk[wrk].pool_refill_work; in rvu_rep_rsrc_free()591 devm_kfree(priv->dev, priv->refill_wrk); in rvu_rep_rsrc_free()
520 struct refill_work *refill_wrk; member
2200 cancel_delayed_work_sync(&pf->refill_wrk[wrk].pool_refill_work); in otx2_stop()2201 devm_kfree(pf->dev, pf->refill_wrk); in otx2_stop()
617 work = &pfvf->refill_wrk[cq->cq_idx]; in otx2_napi_handler()