Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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 */
342 if (WARN_ON(len > ATH6KL_FWLOG_PAYLOAD_SIZE)) in ath6kl_debug_fwlog_event()
345 slot_len = sizeof(*slot) + ATH6KL_FWLOG_PAYLOAD_SIZE; in ath6kl_debug_fwlog_event()
356 /* Need to pad each record to fixed length ATH6KL_FWLOG_PAYLOAD_SIZE */ in ath6kl_debug_fwlog_event()
357 memset(slot->payload + len, 0, ATH6KL_FWLOG_PAYLOAD_SIZE - len); in ath6kl_debug_fwlog_event()
H A Dmain.c279 buf = kmalloc(ATH6KL_FWLOG_PAYLOAD_SIZE, GFP_KERNEL); in ath6kl_read_fwlogs()
/kernel/linux/linux-6.6/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 */
342 if (WARN_ON(len > ATH6KL_FWLOG_PAYLOAD_SIZE)) in ath6kl_debug_fwlog_event()
345 slot_len = sizeof(*slot) + ATH6KL_FWLOG_PAYLOAD_SIZE; in ath6kl_debug_fwlog_event()
356 /* Need to pad each record to fixed length ATH6KL_FWLOG_PAYLOAD_SIZE */ in ath6kl_debug_fwlog_event()
357 memset(slot->payload + len, 0, ATH6KL_FWLOG_PAYLOAD_SIZE - len); in ath6kl_debug_fwlog_event()
H A Dmain.c279 buf = kmalloc(ATH6KL_FWLOG_PAYLOAD_SIZE, GFP_KERNEL); in ath6kl_read_fwlogs()

Completed in 18 milliseconds