Searched refs:HTC_RECORD_HDR (Results 1 – 3 of 3) sorted by relevance
378 if ((temp < sizeof(HTC_RECORD_HDR)) in htc_rx_completion_handler()659 HTC_RECORD_HDR *pRecord; in htc_process_trailer()679 if (Length < sizeof(HTC_RECORD_HDR)) { in htc_process_trailer()684 pRecord = (HTC_RECORD_HDR *) pBuffer; in htc_process_trailer()685 Length -= sizeof(HTC_RECORD_HDR); in htc_process_trailer()686 pBuffer += sizeof(HTC_RECORD_HDR); in htc_process_trailer()688 htc_rec_len = HTC_GET_FIELD(pRecord, HTC_RECORD_HDR, LENGTH); in htc_process_trailer()689 htc_rec_id = HTC_GET_FIELD(pRecord, HTC_RECORD_HDR, RECORDID); in htc_process_trailer()
378 HTC_RECORD_HDR *record; in hif_dev_process_trailer()388 if (length < sizeof(HTC_RECORD_HDR)) { in hif_dev_process_trailer()393 record = (HTC_RECORD_HDR *)buffer; in hif_dev_process_trailer()394 length -= sizeof(HTC_RECORD_HDR); in hif_dev_process_trailer()395 buffer += sizeof(HTC_RECORD_HDR); in hif_dev_process_trailer()638 if ((temp < sizeof(HTC_RECORD_HDR)) || in hif_dev_process_recv_header()
369 } POSTPACK HTC_RECORD_HDR; typedef