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:

committed by
qcabuildsw

parent
f7bc308404
commit
74109127d0
@@ -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 */
|
||||
|
Reference in New Issue
Block a user