Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath6kl/
A Dmain.c274 struct ath6kl_dbglog_buf debug_buf; in ath6kl_read_fwlogs() local
306 ret = ath6kl_diag_read(ar, address, &debug_buf, sizeof(debug_buf)); in ath6kl_read_fwlogs()
314 le32_to_cpu(debug_buf.buffer_addr)); in ath6kl_read_fwlogs()
315 length = le32_to_cpu(debug_buf.length); in ath6kl_read_fwlogs()
317 if (length != 0 && (le32_to_cpu(debug_buf.length) <= in ath6kl_read_fwlogs()
318 le32_to_cpu(debug_buf.bufsize))) { in ath6kl_read_fwlogs()
330 le32_to_cpu(debug_buf.next)); in ath6kl_read_fwlogs()
331 ret = ath6kl_diag_read(ar, address, &debug_buf, in ath6kl_read_fwlogs()
332 sizeof(debug_buf)); in ath6kl_read_fwlogs()
/drivers/iommu/intel/
A Ddebugfs.c36 static char debug_buf[DEBUG_BUFFER_SIZE]; variable
656 ret = dmar_latency_snapshot(iommu, debug_buf, DEBUG_BUFFER_SIZE); in latency_show_one()
660 seq_puts(m, debug_buf); in latency_show_one()

Completed in 6 milliseconds