Home
last modified time | relevance | path

Searched refs:refill_wrk (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.c553 work = &pfvf->refill_wrk[cq->cq_idx]; in otx2_alloc_buffer()
1010 qidx = wrk - pfvf->refill_wrk; in otx2_pool_refill_task()
1070 pfvf->refill_wrk = devm_kcalloc(pfvf->dev, pfvf->qset.cq_cnt, in otx2_config_nix_queues()
1072 if (!pfvf->refill_wrk) in otx2_config_nix_queues()
1076 pfvf->refill_wrk[qidx].pf = pfvf; in otx2_config_nix_queues()
1077 INIT_DELAYED_WORK(&pfvf->refill_wrk[qidx].pool_refill_work, in otx2_config_nix_queues()
Dotx2_common.h472 struct refill_work *refill_wrk; member
Dotx2_pf.c1922 cancel_delayed_work_sync(&pf->refill_wrk[wrk].pool_refill_work); in otx2_stop()
1923 devm_kfree(pf->dev, pf->refill_wrk); in otx2_stop()