Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_utils.c3392 #define BIG_ENDIAN_MAX_DEBUG_BUF 500 macro
3424 if (datalen >= BIG_ENDIAN_MAX_DEBUG_BUF) { in wma_unified_debug_print_event_handler()
3427 datalen = BIG_ENDIAN_MAX_DEBUG_BUF - 1; in wma_unified_debug_print_event_handler()
3429 char dbgbuf[BIG_ENDIAN_MAX_DEBUG_BUF] = { 0 }; in wma_unified_debug_print_event_handler()