aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
diff options
context:
space:
mode:
authorSunil Goutham <sgoutham@marvell.com>2021-06-15 17:04:28 +0530
committerDavid S. Miller <davem@davemloft.net>2021-06-15 11:11:05 -0700
commite7d8971763f3e7f12d9f9933faf6bd4912538d85 (patch)
tree66d721d1e3689ba1e9a6b2ad3a79988c8a98d5aa /drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
parentocteontx2-af: cn10k: Bandwidth profiles config support (diff)
downloadlinux-dev-e7d8971763f3e7f12d9f9933faf6bd4912538d85.tar.xz
linux-dev-e7d8971763f3e7f12d9f9933faf6bd4912538d85.zip
octeontx2-af: cn10k: Debugfs support for bandwidth profiles
Added support for dumping current resource status of bandwidth profiles and contexts of allocated profiles via debugfs. Signed-off-by: Sunil Goutham <sgoutham@marvell.com> Signed-off-by: Subbaraya Sundeep <sbhatta@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c')
-rw-r--r--drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c b/drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
index ebd73a8856f2..d6f8210652c5 100644
--- a/drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
+++ b/drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
@@ -4365,10 +4365,10 @@ int rvu_mbox_handler_nix_bandprof_free(struct rvu *rvu,
return 0;
}
-static int nix_aq_context_read(struct rvu *rvu, struct nix_hw *nix_hw,
- struct nix_cn10k_aq_enq_req *aq_req,
- struct nix_cn10k_aq_enq_rsp *aq_rsp,
- u16 pcifunc, u8 ctype, u32 qidx)
+int nix_aq_context_read(struct rvu *rvu, struct nix_hw *nix_hw,
+ struct nix_cn10k_aq_enq_req *aq_req,
+ struct nix_cn10k_aq_enq_rsp *aq_rsp,
+ u16 pcifunc, u8 ctype, u32 qidx)
{
memset(aq_req, 0, sizeof(struct nix_cn10k_aq_enq_req));
aq_req->hdr.pcifunc = pcifunc;