Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
H A Dtransfer.c379 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()
[all …]
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/native_sdio/include/
H A Dhif_internal.h266 uint32_t look_ahead; member