Searched refs:diag_msg_fixed_hdr (Results 1 – 1 of 1) sorted by relevance
857 fw_diag_msg_fixed_hdr_t *diag_msg_fixed_hdr; in process_fw_diag_msg() local866 diag_msg_fixed_hdr = (fw_diag_msg_fixed_hdr_t *)(buf + count); in process_fw_diag_msg()867 switch (diag_msg_fixed_hdr->diag_event_type) { in process_fw_diag_msg()872 diag_msg_fixed_hdr->diag_event_type) { in process_fw_diag_msg()873 diag_msg_hdr = (fw_diag_msg_hdr_t *)diag_msg_fixed_hdr; in process_fw_diag_msg()880 (fw_diag_msg_hdr_v2_t *)diag_msg_fixed_hdr; in process_fw_diag_msg()970 if (WLAN_DIAG_TYPE_LOG == diag_msg_fixed_hdr->diag_event_type) { in process_fw_diag_msg()971 diag_msg_hdr = (fw_diag_msg_hdr_t *)diag_msg_fixed_hdr; in process_fw_diag_msg()977 diag_msg_hdr_v2 = (fw_diag_msg_hdr_v2_t *)diag_msg_fixed_hdr; in process_fw_diag_msg()999 diag_msg_hdr = (fw_diag_msg_hdr_t *)diag_msg_fixed_hdr; in process_fw_diag_msg()[all …]