X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Focteontx2%2Fotx2_ethdev_debug.c;h=c8b4cd59e30024359cefb358d8e7687d039b7d9c;hb=3b635472a99844ea47e0dbe9231294ccd6c07f85;hp=9f06e55053bfac81e9d7ec1c19bdb2f40a7b8a6f;hpb=3e3b5c635084f6f079eb06614151a65ad702cbd7;p=dpdk.git diff --git a/drivers/net/octeontx2/otx2_ethdev_debug.c b/drivers/net/octeontx2/otx2_ethdev_debug.c index 9f06e55053..c8b4cd59e3 100644 --- a/drivers/net/octeontx2/otx2_ethdev_debug.c +++ b/drivers/net/octeontx2/otx2_ethdev_debug.c @@ -235,7 +235,7 @@ otx2_nix_dev_get_reg(struct rte_eth_dev *eth_dev, struct rte_dev_reg_info *regs) } static inline void -nix_lf_sq_dump(struct nix_sq_ctx_s *ctx) +nix_lf_sq_dump(__otx2_io struct nix_sq_ctx_s *ctx) { nix_dump("W0: sqe_way_mask \t\t%d\nW0: cq \t\t\t\t%d", ctx->sqe_way_mask, ctx->cq); @@ -295,7 +295,7 @@ nix_lf_sq_dump(struct nix_sq_ctx_s *ctx) } static inline void -nix_lf_rq_dump(struct nix_rq_ctx_s *ctx) +nix_lf_rq_dump(__otx2_io struct nix_rq_ctx_s *ctx) { nix_dump("W0: wqe_aura \t\t\t%d\nW0: substream \t\t\t0x%03x", ctx->wqe_aura, ctx->substream); @@ -355,7 +355,7 @@ nix_lf_rq_dump(struct nix_rq_ctx_s *ctx) } static inline void -nix_lf_cq_dump(struct nix_cq_ctx_s *ctx) +nix_lf_cq_dump(__otx2_io struct nix_cq_ctx_s *ctx) { nix_dump("W0: base \t\t\t0x%" PRIx64 "\n", ctx->base);