Searched refs:look_ahead (Results 1 – 2 of 2) sorted by relevance
379 HTC_LOOKAHEAD_REPORT *look_ahead; in hif_dev_process_trailer() local414 A_ASSERT(record->Length >= sizeof(*look_ahead)); in hif_dev_process_trailer()415 look_ahead = (HTC_LOOKAHEAD_REPORT *)record_buf; in hif_dev_process_trailer()416 if ((look_ahead->PreValid == in hif_dev_process_trailer()417 ((~look_ahead->PostValid) & 0xFF)) && in hif_dev_process_trailer()421 look_ahead->PreValid, in hif_dev_process_trailer()422 look_ahead->PostValid); in hif_dev_process_trailer()425 look_ahead->LookAhead0); in hif_dev_process_trailer()428 look_ahead->LookAhead0; in hif_dev_process_trailer()430 look_ahead->LookAhead1; in hif_dev_process_trailer()[all …]
266 uint32_t look_ahead; member