Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.c893 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()
Dotx2_common.h264 struct refill_work *refill_wrk; member
Dotx2_txrx.c341 work = &pfvf->refill_wrk[cq->cq_idx]; in otx2_rx_napi_handler()
Dotx2_pf.c1661 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()