qcacmn: write DEST_MAX_LENGTH for CE rings

Change that allows configuration of max buffer
size for SRNG rings in the receive direction

Change-Id: Ib857f1fdf43c849078f9470ec029fe627379fcb4
CRs-Fixed: 1089874
This commit is contained in:
Houston Hoffman
2016-10-21 14:58:34 -07:00
committed by qcabuildsw
parent f7bc308404
commit 74109127d0
4 changed files with 43 additions and 4 deletions

View File

@@ -109,6 +109,8 @@ struct hal_srng_params {
void *ring_base_vaddr;
/* Number of entries in ring */
uint32_t num_entries;
/* max transfer length */
uint16_t max_buffer_length;
/* MSI Address */
qdf_dma_addr_t msi_addr;
/* MSI data */