Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtc.c285 void *next_lookaheads, in ath10k_htc_process_lookahead() argument
298 if (next_lookaheads && next_lookaheads_len) { in ath10k_htc_process_lookahead()
304 memcpy((u8 *)next_lookaheads, report->lookahead, 4); in ath10k_htc_process_lookahead()
317 void *next_lookaheads, in ath10k_htc_process_lookahead_bundle() argument
329 if (next_lookaheads && next_lookaheads_len) { in ath10k_htc_process_lookahead_bundle()
333 memcpy(((u8 *)next_lookaheads) + 4 * i, in ath10k_htc_process_lookahead_bundle()
348 void *next_lookaheads, in ath10k_htc_process_trailer() argument
402 next_lookaheads, in ath10k_htc_process_trailer()
411 next_lookaheads, in ath10k_htc_process_trailer()
H A Dhtc.h432 void *next_lookaheads,