Searched refs:refill_wrk (Results 1 – 4 of 4) sorted by relevance
893 qidx = wrk - pfvf->refill_wrk; in otx2_pool_refill_task()951 pfvf->refill_wrk = devm_kcalloc(pfvf->dev, pfvf->qset.cq_cnt, in otx2_config_nix_queues()953 if (!pfvf->refill_wrk) in otx2_config_nix_queues()957 pfvf->refill_wrk[qidx].pf = pfvf; in otx2_config_nix_queues()958 INIT_DELAYED_WORK(&pfvf->refill_wrk[qidx].pool_refill_work, in otx2_config_nix_queues()
264 struct refill_work *refill_wrk; member
341 work = &pfvf->refill_wrk[cq->cq_idx]; in otx2_rx_napi_handler()
1661 cancel_delayed_work_sync(&pf->refill_wrk[wrk].pool_refill_work); in otx2_stop()1662 devm_kfree(pf->dev, pf->refill_wrk); in otx2_stop()