qcacmn: Add source ring for direct buffer rx module
Direct Buffer Receive provides the driver with a mechanism by which target can transfer information directly into host memory via DMA. DMA rings must be initialized and configured before they can be shared to the target for transfer ot data. Host driver will use the HAL SRNG APIs to create, initialize and configure the DMA rings. Change-Id: I43cd39ccbb5f5069c9a14092459d5c88ea514dca CRs-Fixed: 2157986
This commit is contained in:
@@ -173,6 +173,9 @@ enum hal_srng_ring_id {
|
||||
HAL_SRNG_WMAC1_SW2RXDMA1_DESC = (HAL_SRNG_WMAC1_RXDMA2SW1 + 1),
|
||||
#ifdef WLAN_FEATURE_CIF_CFR
|
||||
HAL_SRNG_WIFI_POS_SRC_DMA_RING = (HAL_SRNG_WMAC1_SW2RXDMA1_DESC + 1),
|
||||
HAL_SRNG_DIR_BUF_RX_SRC_DMA_RING = (HAL_SRNG_WIFI_POS_SRC_DMA_RING + 1),
|
||||
#else
|
||||
HAL_SRNG_DIR_BUF_RX_SRC_DMA_RING = (HAL_SRNG_WMAC1_SW2RXDMA1_DESC + 1),
|
||||
#endif
|
||||
/* -142 unused */
|
||||
HAL_SRNG_LMAC1_ID_END = 143
|
||||
|
Reference in New Issue
Block a user