Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_devlink.c493 struct rvu_nix_health_reporters *rvu_reporters; in rvu_nix_register_reporters() local
497 rvu_reporters = kzalloc(sizeof(*rvu_reporters), GFP_KERNEL); in rvu_nix_register_reporters()
498 if (!rvu_reporters) in rvu_nix_register_reporters()
501 rvu_dl->rvu_nix_health_reporter = rvu_reporters; in rvu_nix_register_reporters()
506 rvu_reporters->nix_event_ctx = nix_event_context; in rvu_nix_register_reporters()
507 rvu_reporters->rvu_hw_nix_intr_reporter = in rvu_nix_register_reporters()
509 if (IS_ERR(rvu_reporters->rvu_hw_nix_intr_reporter)) { in rvu_nix_register_reporters()
511 PTR_ERR(rvu_reporters->rvu_hw_nix_intr_reporter)); in rvu_nix_register_reporters()
512 return PTR_ERR(rvu_reporters->rvu_hw_nix_intr_reporter); in rvu_nix_register_reporters()
515 rvu_reporters->rvu_hw_nix_gen_reporter = in rvu_nix_register_reporters()
[all …]