Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_devlink.c702 struct rvu_npa_health_reporters *rvu_npa_health_reporter; in rvu_npa_intr_work() local
704 rvu_npa_health_reporter = container_of(work, struct rvu_npa_health_reporters, intr_work); in rvu_npa_intr_work()
705 devlink_health_report(rvu_npa_health_reporter->rvu_hw_npa_intr_reporter, in rvu_npa_intr_work()
707 rvu_npa_health_reporter->npa_event_ctx); in rvu_npa_intr_work()
723 npa_event_context = rvu_dl->rvu_npa_health_reporter->npa_event_ctx; in rvu_npa_af_rvu_intr_handler()
730 queue_work(rvu_dl->devlink_wq, &rvu_dl->rvu_npa_health_reporter->intr_work); in rvu_npa_af_rvu_intr_handler()
737 struct rvu_npa_health_reporters *rvu_npa_health_reporter; in rvu_npa_gen_work() local
739 rvu_npa_health_reporter = container_of(work, struct rvu_npa_health_reporters, gen_work); in rvu_npa_gen_work()
740 devlink_health_report(rvu_npa_health_reporter->rvu_hw_npa_gen_reporter, in rvu_npa_gen_work()
742 rvu_npa_health_reporter->npa_event_ctx); in rvu_npa_gen_work()
[all …]
Drvu_devlink.h74 struct rvu_npa_health_reporters *rvu_npa_health_reporter; member