Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_devlink.h62 struct devlink_health_reporter *rvu_hw_nix_gen_reporter; member
A Drvu_devlink.c95 devlink_health_report(rvu_nix_health_reporter->rvu_hw_nix_gen_reporter, in rvu_nix_gen_work()
618 rvu_reporters->rvu_hw_nix_gen_reporter = in rvu_nix_register_reporters()
620 if (IS_ERR(rvu_reporters->rvu_hw_nix_gen_reporter)) { in rvu_nix_register_reporters()
622 PTR_ERR(rvu_reporters->rvu_hw_nix_gen_reporter)); in rvu_nix_register_reporters()
623 return PTR_ERR(rvu_reporters->rvu_hw_nix_gen_reporter); in rvu_nix_register_reporters()
685 if (!IS_ERR_OR_NULL(nix_reporters->rvu_hw_nix_gen_reporter)) in rvu_nix_health_reporters_destroy()
686 devlink_health_reporter_destroy(nix_reporters->rvu_hw_nix_gen_reporter); in rvu_nix_health_reporters_destroy()

Completed in 6 milliseconds