qcacld-3.0: Refactor Ramdump API and PKTLOG API

Ramdump collection can be supported by buses other than PCIe, hence
move it to main files so other buses can also access those API's.

PKTLOG is a DataPath Feature, HIF doesn't need to have any info
of it. Move pktlog implementation to HTT folder.

Change-Id: I113ef9bb44438cd7a1ba70799ce7e72f2eaa7121
CRs-Fixed: 967765
这个提交包含在:
Komal Seelam
2016-02-03 15:02:18 +05:30
提交者 Prakash Dhavali
父节点 c11bb2226c
当前提交 c4b2863aa8
修改 6 个文件,包含 101 行新增27 行删除

查看文件

@@ -106,15 +106,15 @@ struct CE_pipe_config {
* HIA Map Definition
*/
struct host_interest_area_t {
uint32_t hi_interconnect_state;
uint32_t hi_early_alloc;
uint32_t hi_option_flag2;
uint32_t hi_board_data;
uint32_t hi_board_data_initialized;
uint32_t hi_failure_state;
uint32_t hi_rddi_msi_num;
uint32_t hi_pcie_perst_couple_en;
uint32_t hi_sw_protocol_version;
A_UINT32 hi_interconnect_state;
A_UINT32 hi_early_alloc;
A_UINT32 hi_option_flag2;
A_UINT32 hi_board_data;
A_UINT32 hi_board_data_initialized;
A_UINT32 hi_failure_state;
A_UINT32 hi_rddi_msi_num;
A_UINT32 hi_pcie_perst_couple_en;
A_UINT32 hi_sw_protocol_version;
};
struct shadow_reg_cfg {