Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_devlink.c1313 struct rvu_npa_health_reporters *npa_reporters; in rvu_npa_health_reporters_destroy() local
1316 npa_reporters = rvu_dl->rvu_npa_health_reporter; in rvu_npa_health_reporters_destroy()
1318 if (!npa_reporters->rvu_hw_npa_ras_reporter) in rvu_npa_health_reporters_destroy()
1320 if (!IS_ERR_OR_NULL(npa_reporters->rvu_hw_npa_intr_reporter)) in rvu_npa_health_reporters_destroy()
1321 devlink_health_reporter_destroy(npa_reporters->rvu_hw_npa_intr_reporter); in rvu_npa_health_reporters_destroy()
1323 if (!IS_ERR_OR_NULL(npa_reporters->rvu_hw_npa_gen_reporter)) in rvu_npa_health_reporters_destroy()
1324 devlink_health_reporter_destroy(npa_reporters->rvu_hw_npa_gen_reporter); in rvu_npa_health_reporters_destroy()
1326 if (!IS_ERR_OR_NULL(npa_reporters->rvu_hw_npa_err_reporter)) in rvu_npa_health_reporters_destroy()
1327 devlink_health_reporter_destroy(npa_reporters->rvu_hw_npa_err_reporter); in rvu_npa_health_reporters_destroy()
1329 if (!IS_ERR_OR_NULL(npa_reporters->rvu_hw_npa_ras_reporter)) in rvu_npa_health_reporters_destroy()
[all …]