Lines Matching refs:record
237 struct ath10k_htc_record *record; in ath10k_htc_process_trailer() local
246 record = (struct ath10k_htc_record *)buffer; in ath10k_htc_process_trailer()
248 if (length < sizeof(record->hdr)) { in ath10k_htc_process_trailer()
253 if (record->hdr.len > length) { in ath10k_htc_process_trailer()
256 record->hdr.len); in ath10k_htc_process_trailer()
261 switch (record->hdr.id) { in ath10k_htc_process_trailer()
264 if (record->hdr.len < len) { in ath10k_htc_process_trailer()
270 record->credit_report, in ath10k_htc_process_trailer()
271 record->hdr.len, in ath10k_htc_process_trailer()
276 record->hdr.id, record->hdr.len); in ath10k_htc_process_trailer()
284 buffer += sizeof(record->hdr) + record->hdr.len; in ath10k_htc_process_trailer()
285 length -= sizeof(record->hdr) + record->hdr.len; in ath10k_htc_process_trailer()