Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.c1082 wrk = container_of(work, struct refill_work, pool_refill_work.work); in otx2_pool_refill_task()
1134 INIT_DELAYED_WORK(&pfvf->refill_wrk[qidx].pool_refill_work, in otx2_config_nix_queues()
Dotx2_common.h303 struct delayed_work pool_refill_work; member
Dotx2_txrx.c580 dwork = &work->pool_refill_work; in otx2_napi_handler()
Dotx2_pf.c2040 cancel_delayed_work_sync(&pf->refill_wrk[wrk].pool_refill_work); in otx2_stop()