Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_recv.c661 uint8_t htc_rec_len; in htc_process_trailer() local
688 htc_rec_len = HTC_GET_FIELD(pRecord, HTC_RECORD_HDR, LENGTH); in htc_process_trailer()
691 if (htc_rec_len > Length) { in htc_process_trailer()
695 htc_rec_len, htc_rec_id, Length)); in htc_process_trailer()
704 AR_DEBUG_ASSERT(htc_rec_len >= in htc_process_trailer()
708 htc_rec_len / in htc_process_trailer()
726 htc_rec_id, htc_rec_len)); in htc_process_trailer()
735 pBuffer += htc_rec_len; in htc_process_trailer()
736 Length -= htc_rec_len; in htc_process_trailer()