Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/utils/logging/src/
H A Dwlan_logging_sock_svc.c91 #ifndef MAX_LOGMSG_COUNT
92 #define MAX_LOGMSG_COUNT 256 macro
246 gplog_msg = qdf_mem_valloc(MAX_LOGMSG_COUNT * sizeof(*gplog_msg)); in allocate_log_msg_buffer()
258 static struct log_msg gplog_msg[MAX_LOGMSG_COUNT];
1215 gwlan_logging.num_buf = MAX_LOGMSG_COUNT; in wlan_logging_sock_init_svc()