Searched refs:diag_msg_fixed_hdr (Results 1 – 1 of 1) sorted by relevance
852 fw_diag_msg_fixed_hdr_t *diag_msg_fixed_hdr; in process_fw_diag_msg() local861 diag_msg_fixed_hdr = (fw_diag_msg_fixed_hdr_t *)(buf + count); in process_fw_diag_msg()862 switch (diag_msg_fixed_hdr->diag_event_type) { in process_fw_diag_msg()867 diag_msg_fixed_hdr->diag_event_type) { in process_fw_diag_msg()868 diag_msg_hdr = (fw_diag_msg_hdr_t *)diag_msg_fixed_hdr; in process_fw_diag_msg()875 (fw_diag_msg_hdr_v2_t *)diag_msg_fixed_hdr; in process_fw_diag_msg()965 if (WLAN_DIAG_TYPE_LOG == diag_msg_fixed_hdr->diag_event_type) { in process_fw_diag_msg()966 diag_msg_hdr = (fw_diag_msg_hdr_t *)diag_msg_fixed_hdr; in process_fw_diag_msg()972 diag_msg_hdr_v2 = (fw_diag_msg_hdr_v2_t *)diag_msg_fixed_hdr; in process_fw_diag_msg()994 diag_msg_hdr = (fw_diag_msg_hdr_t *)diag_msg_fixed_hdr; in process_fw_diag_msg()[all …]