Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_devlink.c673 struct rvu_nix_health_reporters *nix_reporters; in rvu_nix_health_reporters_destroy() local
676 nix_reporters = rvu_dl->rvu_nix_health_reporter; in rvu_nix_health_reporters_destroy()
678 if (!nix_reporters->rvu_hw_nix_ras_reporter) in rvu_nix_health_reporters_destroy()
680 if (!IS_ERR_OR_NULL(nix_reporters->rvu_hw_nix_intr_reporter)) in rvu_nix_health_reporters_destroy()
681 devlink_health_reporter_destroy(nix_reporters->rvu_hw_nix_intr_reporter); in rvu_nix_health_reporters_destroy()
683 if (!IS_ERR_OR_NULL(nix_reporters->rvu_hw_nix_gen_reporter)) in rvu_nix_health_reporters_destroy()
684 devlink_health_reporter_destroy(nix_reporters->rvu_hw_nix_gen_reporter); in rvu_nix_health_reporters_destroy()
686 if (!IS_ERR_OR_NULL(nix_reporters->rvu_hw_nix_err_reporter)) in rvu_nix_health_reporters_destroy()
687 devlink_health_reporter_destroy(nix_reporters->rvu_hw_nix_err_reporter); in rvu_nix_health_reporters_destroy()
689 if (!IS_ERR_OR_NULL(nix_reporters in rvu_nix_health_reporters_destroy()
[all...]

Completed in 3 milliseconds