Searched refs:refill_wrk (Results 1 – 5 of 5) sorted by relevance
1169 qidx = wrk - pfvf->refill_wrk; in otx2_pool_refill_task()1212 pfvf->refill_wrk = devm_kcalloc(pfvf->dev, pfvf->qset.cq_cnt, in otx2_config_nix_queues()1214 if (!pfvf->refill_wrk) in otx2_config_nix_queues()1218 pfvf->refill_wrk[qidx].pf = pfvf; in otx2_config_nix_queues()1219 INIT_DELAYED_WORK(&pfvf->refill_wrk[qidx].pool_refill_work, in otx2_config_nix_queues()
577 work = &priv->refill_wrk[wrk].pool_refill_work; in rvu_rep_rsrc_free()580 devm_kfree(priv->dev, priv->refill_wrk); in rvu_rep_rsrc_free()
494 struct refill_work *refill_wrk; member
2117 cancel_delayed_work_sync(&pf->refill_wrk[wrk].pool_refill_work); in otx2_stop()2118 devm_kfree(pf->dev, pf->refill_wrk); in otx2_stop()
613 work = &pfvf->refill_wrk[cq->cq_idx]; in otx2_napi_handler()