Lines Matching refs:record
267 struct ath10k_htc_record *record; in ath10k_htc_process_trailer() local
276 record = (struct ath10k_htc_record *)buffer; in ath10k_htc_process_trailer()
278 if (length < sizeof(record->hdr)) { in ath10k_htc_process_trailer()
283 if (record->hdr.len > length) { in ath10k_htc_process_trailer()
286 record->hdr.len); in ath10k_htc_process_trailer()
291 switch (record->hdr.id) { in ath10k_htc_process_trailer()
294 if (record->hdr.len < len) { in ath10k_htc_process_trailer()
300 record->credit_report, in ath10k_htc_process_trailer()
301 record->hdr.len, in ath10k_htc_process_trailer()
306 record->hdr.id, record->hdr.len); in ath10k_htc_process_trailer()
314 buffer += sizeof(record->hdr) + record->hdr.len; in ath10k_htc_process_trailer()
315 length -= sizeof(record->hdr) + record->hdr.len; in ath10k_htc_process_trailer()