qcacmn: Track HTT nbuf map and unmap count

Add logs to track nbuf map and unmap count for HTT messages.

Change-Id: Ib2fdcdb03b2a8d5e574f34e3eef30601d3976664
CRs-Fixed: 3184850
此提交包含在:
Amit Mehta
2022-05-09 23:13:08 -07:00
提交者 Madan Koyyalamudi
父節點 641d044574
當前提交 70a8e8a708
共有 3 個檔案被更改,包括 15 行新增1 行删除

查看文件

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2013-2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -264,6 +265,9 @@ typedef struct _HTC_TARGET {
/* Runtime count for H2T msg with response */
qdf_atomic_t htc_runtime_cnt;
#endif
/* Non flow ctrl enabled endpoints nbuf map unmap count */
uint32_t nbuf_nfc_map_count;
uint32_t nbuf_nfc_unmap_count;
} HTC_TARGET;