Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_devlink.h35 struct work_struct intr_work; member
61 struct work_struct intr_work; member
H 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()
701 rvu_npa_health_reporter = container_of(work, struct rvu_npa_health_reporters, intr_work); in rvu_npa_intr_work()
727 queue_work(rvu_dl->devlink_wq, &rvu_dl->rvu_npa_health_reporter->intr_work); in rvu_npa_af_rvu_intr_handler()
1287 INIT_WORK(&rvu_reporters->intr_work, rvu_npa_intr_work); in rvu_npa_register_reporters()

Completed in 3 milliseconds