Lines Matching refs:look_ahead
379 HTC_LOOKAHEAD_REPORT *look_ahead; in hif_dev_process_trailer() local
414 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()
432 look_ahead->LookAhead2; in hif_dev_process_trailer()
434 look_ahead->LookAhead3; in hif_dev_process_trailer()
532 uint32_t look_ahead, actual_length; in hif_dev_process_recv_header() local
553 ((uint8_t *)&look_ahead)[0] = buf[0]; in hif_dev_process_recv_header()
554 ((uint8_t *)&look_ahead)[1] = buf[1]; in hif_dev_process_recv_header()
555 ((uint8_t *)&look_ahead)[2] = buf[2]; in hif_dev_process_recv_header()
556 ((uint8_t *)&look_ahead)[3] = buf[3]; in hif_dev_process_recv_header()
563 packet->PktInfo.AsRx.ExpectedHdr = look_ahead; in hif_dev_process_recv_header()
572 look_ahead); in hif_dev_process_recv_header()
597 if (look_ahead != packet->PktInfo.AsRx.ExpectedHdr) { in hif_dev_process_recv_header()
607 look_ahead, in hif_dev_process_recv_header()