Home
last modified time | relevance | path

Searched refs:intr_work (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_devlink.h35 struct work_struct intr_work; member
61 struct work_struct intr_work; member
A Drvu_devlink.c60 rvu_nix_health_reporter = container_of(work, struct rvu_nix_health_reporters, intr_work); in rvu_nix_intr_work()
86 queue_work(rvu_dl->devlink_wq, &rvu_dl->rvu_nix_health_reporter->intr_work); in rvu_nix_af_rvu_intr_handler()
647 INIT_WORK(&rvu_reporters->intr_work, rvu_nix_intr_work); in rvu_nix_register_reporters()
704 rvu_npa_health_reporter = container_of(work, struct rvu_npa_health_reporters, intr_work); in rvu_npa_intr_work()
730 queue_work(rvu_dl->devlink_wq, &rvu_dl->rvu_npa_health_reporter->intr_work); in rvu_npa_af_rvu_intr_handler()
1290 INIT_WORK(&rvu_reporters->intr_work, rvu_npa_intr_work); in rvu_npa_register_reporters()

Completed in 6 milliseconds