Searched refs:rvu_nix_health_reporter (Results 1 – 2 of 2) sorted by relevance
58 struct rvu_nix_health_reporters *rvu_nix_health_reporter; in rvu_nix_intr_work() local60 rvu_nix_health_reporter = container_of(work, struct rvu_nix_health_reporters, intr_work); in rvu_nix_intr_work()61 devlink_health_report(rvu_nix_health_reporter->rvu_hw_nix_intr_reporter, in rvu_nix_intr_work()63 rvu_nix_health_reporter->nix_event_ctx); in rvu_nix_intr_work()79 nix_event_context = rvu_dl->rvu_nix_health_reporter->nix_event_ctx; in rvu_nix_af_rvu_intr_handler()86 queue_work(rvu_dl->devlink_wq, &rvu_dl->rvu_nix_health_reporter->intr_work); in rvu_nix_af_rvu_intr_handler()93 struct rvu_nix_health_reporters *rvu_nix_health_reporter; in rvu_nix_gen_work() local95 rvu_nix_health_reporter = container_of(work, struct rvu_nix_health_reporters, gen_work); in rvu_nix_gen_work()96 devlink_health_report(rvu_nix_health_reporter->rvu_hw_nix_gen_reporter, in rvu_nix_gen_work()98 rvu_nix_health_reporter->nix_event_ctx); in rvu_nix_gen_work()[all …]
75 struct rvu_nix_health_reporters *rvu_nix_health_reporter; member