Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_devlink.h64 struct devlink_health_reporter *rvu_hw_nix_err_reporter; member
A Drvu_devlink.c131 devlink_health_report(rvu_nix_health_reporter->rvu_hw_nix_err_reporter, in rvu_nix_err_work()
627 rvu_reporters->rvu_hw_nix_err_reporter = in rvu_nix_register_reporters()
629 if (IS_ERR(rvu_reporters->rvu_hw_nix_err_reporter)) { in rvu_nix_register_reporters()
631 PTR_ERR(rvu_reporters->rvu_hw_nix_err_reporter)); in rvu_nix_register_reporters()
632 return PTR_ERR(rvu_reporters->rvu_hw_nix_err_reporter); in rvu_nix_register_reporters()
689 if (!IS_ERR_OR_NULL(nix_reporters->rvu_hw_nix_err_reporter)) in rvu_nix_health_reporters_destroy()
690 devlink_health_reporter_destroy(nix_reporters->rvu_hw_nix_err_reporter); in rvu_nix_health_reporters_destroy()

Completed in 11 milliseconds