android_kernel_xiaomi_sm8350/core/dp/htt
Chaoli Zhou b991ddfe99 qcacld-3.0: Change dma address size to 8 bytes for Genoa IPA
Currently, sizeof(qdf_dma_addr_t) is 4 bytes, but IPA driver
and WLAN FW always use 8 bytes, we should follow up with them,
otherwise, the numbers of rx complete ring entries will not be
same in both sides. Meanwhile, for tx complete ring, during the
first time initialization, we fill the buffer address with 4
bytes, while GSI FW read 8 bytes address content from tx complete
ring, which should cause the GSI FW get invalid address on the half
way and cause the smmu fault issue. So fill 8 bytes length buffer
address to the tx complete ring can avoid such issue.

Change-Id: I61021627b634d4b1525727cc944ee410ed3154db
2020-01-22 16:25:43 -08:00
..
htt_fw_stats.c qcacld-3.0: Print FW tx path counters in txrx_fw_stats 2019-12-11 00:19:01 -08:00
htt_h2t.c qcacld-3.0: Put the htc pkt in freelist on htc_send_pkt failure 2020-01-03 12:20:36 -08:00
htt_internal.h qcacld-3.0: Increase the rx debug buffer list size 2019-10-25 04:40:32 -07:00
htt_monitor_rx.c qcacld-3.0: Add driver support for QCA6750 2020-01-20 01:10:01 -08:00
htt_rx_hl.c qcacld-3.0: Fix return value of htt_rx_frag_pop_hl 2019-08-29 04:33:52 -07:00
htt_rx_ll.c qcacld-3.0: update PTP timestamp for Rx packet 2019-09-17 03:56:00 -07:00
htt_rx.c qcacld-3.0: Change dma address size to 8 bytes for Genoa IPA 2020-01-22 16:25:43 -08:00
htt_t2h.c qcacld-3.0: cdp: Converge cdp_ctrl_ops 2020-01-20 17:50:23 -08:00
htt_tx.c qcacld-3.0: Change dma address size to 8 bytes for Genoa IPA 2020-01-22 16:25:43 -08:00
htt_types.h
htt.c qcacld-3.0: Add credit tracking for HL Data Path 2019-12-13 07:03:11 -08:00
rx_desc.h