Searched refs:diag_msg_fixed_hdr (Results 1 – 1 of 1) sorted by relevance
855 fw_diag_msg_fixed_hdr_t *diag_msg_fixed_hdr; in process_fw_diag_msg() local864 diag_msg_fixed_hdr = (fw_diag_msg_fixed_hdr_t *)(buf + count); in process_fw_diag_msg()865 switch (diag_msg_fixed_hdr->diag_event_type) { in process_fw_diag_msg()870 diag_msg_fixed_hdr->diag_event_type) { in process_fw_diag_msg()871 diag_msg_hdr = (fw_diag_msg_hdr_t *)diag_msg_fixed_hdr; in process_fw_diag_msg()878 (fw_diag_msg_hdr_v2_t *)diag_msg_fixed_hdr; in process_fw_diag_msg()968 if (WLAN_DIAG_TYPE_LOG == diag_msg_fixed_hdr->diag_event_type) { in process_fw_diag_msg()969 diag_msg_hdr = (fw_diag_msg_hdr_t *)diag_msg_fixed_hdr; in process_fw_diag_msg()975 diag_msg_hdr_v2 = (fw_diag_msg_hdr_v2_t *)diag_msg_fixed_hdr; in process_fw_diag_msg()997 diag_msg_hdr = (fw_diag_msg_hdr_t *)diag_msg_fixed_hdr; in process_fw_diag_msg()[all …]