Home
last modified time | relevance | path

Searched refs:HIF_DMA_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
H A Dmailbox.c1703 AR_DEBUG_ASSERT(length <= HIF_DMA_BUFFER_SIZE); in __hif_read_write()
1704 if (length > HIF_DMA_BUFFER_SIZE) { in __hif_read_write()
1735 AR_DEBUG_ASSERT(length <= HIF_DMA_BUFFER_SIZE); in __hif_read_write()
1736 if (length > HIF_DMA_BUFFER_SIZE) { in __hif_read_write()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/native_sdio/include/
H A Dhif_internal.h352 #define HIF_DMA_BUFFER_SIZE (4 * 1024) macro
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/native_sdio/src/
H A Dhif.c961 hifdevice->dma_buffer = qdf_mem_malloc(HIF_DMA_BUFFER_SIZE); in add_hif_device()