Searched refs:ATH6KL_FWLOG_PAYLOAD_SIZE (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wireless/ath/ath6kl/
H A Dtarget.h340 #define ATH6KL_FWLOG_PAYLOAD_SIZE 1500 macro
H A Ddebug.c32 /* max ATH6KL_FWLOG_PAYLOAD_SIZE bytes */
327 if (WARN_ON(len > ATH6KL_FWLOG_PAYLOAD_SIZE))
330 slot_len = sizeof(*slot) + ATH6KL_FWLOG_PAYLOAD_SIZE;
341 /* Need to pad each record to fixed length ATH6KL_FWLOG_PAYLOAD_SIZE */
342 memset(slot->payload + len, 0, ATH6KL_FWLOG_PAYLOAD_SIZE - len);
H A Dmain.c279 buf = kmalloc(ATH6KL_FWLOG_PAYLOAD_SIZE, GFP_KERNEL);

Completed in 71 milliseconds