Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.c892 wrk = container_of(work, struct refill_work, pool_refill_work.work); in otx2_pool_refill_task()
908 dwork = &wrk->pool_refill_work; in otx2_pool_refill_task()
959 INIT_DELAYED_WORK(&pfvf->refill_wrk[qidx].pool_refill_work, in otx2_config_nix_queues()
Dotx2_common.h214 struct delayed_work pool_refill_work; member
Dotx2_txrx.c342 dwork = &work->pool_refill_work; in otx2_rx_napi_handler()
Dotx2_pf.c1676 cancel_delayed_work_sync(&pf->refill_wrk[wrk].pool_refill_work); in otx2_stop()