Searched refs:debug_buf (Results 1 – 2 of 2) sorted by relevance
274 struct ath6kl_dbglog_buf debug_buf; in ath6kl_read_fwlogs() local306 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()
36 static char debug_buf[DEBUG_BUFFER_SIZE]; variable656 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 8 milliseconds