Searched refs:refill_wrk (Results 1 – 4 of 4) sorted by relevance
1079 qidx = wrk - pfvf->refill_wrk; in otx2_pool_refill_task()1122 pfvf->refill_wrk = devm_kcalloc(pfvf->dev, pfvf->qset.cq_cnt, in otx2_config_nix_queues()1124 if (!pfvf->refill_wrk) in otx2_config_nix_queues()1128 pfvf->refill_wrk[qidx].pf = pfvf; in otx2_config_nix_queues()1129 INIT_DELAYED_WORK(&pfvf->refill_wrk[qidx].pool_refill_work, in otx2_config_nix_queues()
497 struct refill_work *refill_wrk; member
1947 cancel_delayed_work_sync(&pf->refill_wrk[wrk].pool_refill_work); in otx2_stop()1948 devm_kfree(pf->dev, pf->refill_wrk); in otx2_stop()
576 work = &pfvf->refill_wrk[cq->cq_idx]; in otx2_napi_handler()