Lines Matching refs:length
48 uint16_t length; member
84 void host_diag_log_set_length(void *ptr, uint16_t length) in host_diag_log_set_length() argument
88 ((log_hdr_type *) ptr)->len = (uint16_t) length; in host_diag_log_set_length()
130 wmsg->length = total_len; in host_diag_log_submit()
131 wmsg->length = DIAG_SWAP16(wmsg->length); in host_diag_log_submit()
192 void host_diag_event_report_payload(uint16_t event_Id, uint16_t length, in host_diag_event_report_payload() argument
208 total_len = sizeof(tAniHdr) + sizeof(event_report_t) + length; in host_diag_event_report_payload()
217 wmsg->length = total_len; in host_diag_event_report_payload()
218 wmsg->length = DIAG_SWAP16(wmsg->length); in host_diag_event_report_payload()
224 pEvent_report->length = length; in host_diag_event_report_payload()
228 memcpy(pBuf, pPayload, length); in host_diag_event_report_payload()