Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dhtc.c289 void *next_lookaheads, in ath10k_htc_process_lookahead() argument
302 if (next_lookaheads && next_lookaheads_len) { in ath10k_htc_process_lookahead()
308 memcpy((u8 *)next_lookaheads, report->lookahead, 4); in ath10k_htc_process_lookahead()
321 void *next_lookaheads, in ath10k_htc_process_lookahead_bundle() argument
333 if (next_lookaheads && next_lookaheads_len) { in ath10k_htc_process_lookahead_bundle()
337 memcpy(((u8 *)next_lookaheads) + 4 * i, in ath10k_htc_process_lookahead_bundle()
352 void *next_lookaheads, in ath10k_htc_process_trailer() argument
406 next_lookaheads, in ath10k_htc_process_trailer()
415 next_lookaheads, in ath10k_htc_process_trailer()
H A Dhtc.h418 void *next_lookaheads,