Lines Matching defs:report
238 const struct ath10k_htc_credit_report *report,
246 if (len % sizeof(*report))
247 ath10k_warn(ar, "Uneven credit report len %d", len);
249 n_reports = len / sizeof(*report);
252 for (i = 0; i < n_reports; i++, report++) {
253 if (report->eid >= ATH10K_HTC_EP_COUNT)
256 ep = &htc->endpoint[report->eid];
257 ep->tx_credits += report->credits;
260 report->eid, report->credits, ep->tx_credits);
273 const struct ath10k_htc_lookahead_report *report,
286 if (report->pre_valid != ((~report->post_valid) & 0xFF))
292 report->pre_valid, report->post_valid);
295 memcpy((u8 *)next_lookaheads, report->lookahead, 4);
305 const struct ath10k_htc_lookahead_bundle *report,
312 int bundle_cnt = len / sizeof(*report);
325 report->lookahead, 4);
326 report++;
373 ath10k_warn(ar, "Credit report too long\n");
385 ath10k_warn(ar, "Lookahead report too long\n");