Searched refs:rvu_nix_report_show (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_devlink.c | 282 static int rvu_nix_report_show(struct devlink_fmsg *fmsg, void *ctx, in rvu_nix_report_show() function 474 return ctx ? rvu_nix_report_show(fmsg, ctx, NIX_AF_RVU_INTR) : in rvu_hw_nix_intr_dump() 475 rvu_nix_report_show(fmsg, nix_ctx, NIX_AF_RVU_INTR); in rvu_hw_nix_intr_dump() 505 return ctx ? rvu_nix_report_show(fmsg, ctx, NIX_AF_RVU_GEN) : in rvu_hw_nix_gen_dump() 506 rvu_nix_report_show(fmsg, nix_ctx, NIX_AF_RVU_GEN); in rvu_hw_nix_gen_dump() 536 return ctx ? rvu_nix_report_show(fmsg, ctx, NIX_AF_RVU_ERR) : in rvu_hw_nix_err_dump() 537 rvu_nix_report_show(fmsg, nix_ctx, NIX_AF_RVU_ERR); in rvu_hw_nix_err_dump() 567 return ctx ? rvu_nix_report_show(fmsg, ctx, NIX_AF_RVU_RAS) : in rvu_hw_nix_ras_dump() 568 rvu_nix_report_show(fmsg, nix_ctx, NIX_AF_RVU_RAS); in rvu_hw_nix_ras_dump()
|