Lines Matching refs:wmsg
107 tAniHdr *wmsg = NULL; in host_diag_log_submit() local
128 wmsg = (tAniHdr *) pBuf; in host_diag_log_submit()
129 wmsg->type = PTT_MSG_DIAG_CMDS_TYPE; in host_diag_log_submit()
130 wmsg->length = total_len; in host_diag_log_submit()
131 wmsg->length = DIAG_SWAP16(wmsg->length); in host_diag_log_submit()
139 ptt_sock_send_msg_to_app (wmsg, 0, ANI_NL_MSG_PUMAC, in host_diag_log_submit()
141 qdf_mem_free((void *)wmsg); in host_diag_log_submit()
195 tAniHdr *wmsg = NULL; in host_diag_event_report_payload() local
215 wmsg = (tAniHdr *) pBuf; in host_diag_event_report_payload()
216 wmsg->type = PTT_MSG_DIAG_CMDS_TYPE; 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()
231 (wmsg, 0, ANI_NL_MSG_PUMAC, INVALID_PID); in host_diag_event_report_payload()
235 qdf_mem_free((void *)wmsg); in host_diag_event_report_payload()
239 qdf_mem_free((void *)wmsg); in host_diag_event_report_payload()