rvu_nix_report_show
return ctx ? rvu_nix_report_show(fmsg, ctx, NIX_AF_RVU_INTR) :
rvu_nix_report_show(fmsg, nix_ctx, NIX_AF_RVU_INTR);
return ctx ? rvu_nix_report_show(fmsg, ctx, NIX_AF_RVU_GEN) :
rvu_nix_report_show(fmsg, nix_ctx, NIX_AF_RVU_GEN);
return ctx ? rvu_nix_report_show(fmsg, ctx, NIX_AF_RVU_ERR) :
rvu_nix_report_show(fmsg, nix_ctx, NIX_AF_RVU_ERR);
return ctx ? rvu_nix_report_show(fmsg, ctx, NIX_AF_RVU_RAS) :
rvu_nix_report_show(fmsg, nix_ctx, NIX_AF_RVU_RAS);