Searched refs:rvu_nix_report_show (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/ |
| D | rvu_devlink.c | 281 static int rvu_nix_report_show(struct devlink_fmsg *fmsg, void *ctx, in rvu_nix_report_show() function 473 return ctx ? rvu_nix_report_show(fmsg, ctx, NIX_AF_RVU_INTR) : in rvu_hw_nix_intr_dump() 474 rvu_nix_report_show(fmsg, nix_ctx, NIX_AF_RVU_INTR); in rvu_hw_nix_intr_dump() 504 return ctx ? rvu_nix_report_show(fmsg, ctx, NIX_AF_RVU_GEN) : in rvu_hw_nix_gen_dump() 505 rvu_nix_report_show(fmsg, nix_ctx, NIX_AF_RVU_GEN); in rvu_hw_nix_gen_dump() 535 return ctx ? rvu_nix_report_show(fmsg, ctx, NIX_AF_RVU_ERR) : in rvu_hw_nix_err_dump() 536 rvu_nix_report_show(fmsg, nix_ctx, NIX_AF_RVU_ERR); in rvu_hw_nix_err_dump() 566 return ctx ? rvu_nix_report_show(fmsg, ctx, NIX_AF_RVU_RAS) : in rvu_hw_nix_ras_dump() 567 rvu_nix_report_show(fmsg, nix_ctx, NIX_AF_RVU_RAS); in rvu_hw_nix_ras_dump()
|