Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath10k/
Dhtc.c286 void *next_lookaheads, in ath10k_htc_process_lookahead() argument
299 if (next_lookaheads && next_lookaheads_len) { in ath10k_htc_process_lookahead()
305 memcpy((u8 *)next_lookaheads, report->lookahead, 4); in ath10k_htc_process_lookahead()
318 void *next_lookaheads, in ath10k_htc_process_lookahead_bundle() argument
330 if (next_lookaheads && next_lookaheads_len) { in ath10k_htc_process_lookahead_bundle()
334 memcpy(((u8 *)next_lookaheads) + 4 * i, in ath10k_htc_process_lookahead_bundle()
349 void *next_lookaheads, in ath10k_htc_process_trailer() argument
403 next_lookaheads, in ath10k_htc_process_trailer()
412 next_lookaheads, in ath10k_htc_process_trailer()
Dhtc.h418 void *next_lookaheads,