Lines Matching refs:cmd_log
736 struct wmi_command_debug *cmd_log = (struct wmi_command_debug *) in wmi_print_cmd_log_buffer() local
742 qdf_log_timestamp_to_secs(cmd_log->time, &secs, &usecs); in wmi_print_cmd_log_buffer()
746 cmd_log->command, cmd_log->command); in wmi_print_cmd_log_buffer()
749 "0x%08x ", cmd_log->data[i]); in wmi_print_cmd_log_buffer()
771 struct wmi_command_debug *cmd_log; in wmi_dump_last_cmd_rec_info() local
788 cmd_log = &((struct wmi_command_debug *)log_buf->buf)[idx]; in wmi_dump_last_cmd_rec_info()
791 cmd_tmp_log = cmd_log->command; in wmi_dump_last_cmd_rec_info()
793 qdf_log_timestamp_to_secs(cmd_log->time, &secs, &usecs); in wmi_dump_last_cmd_rec_info()
837 struct wmi_command_cmp_debug *cmd_log = (struct wmi_command_cmp_debug *) in wmi_print_cmd_cmp_log_buffer() local
843 qdf_log_timestamp_to_secs(cmd_log->time, &secs, &usecs); in wmi_print_cmd_cmp_log_buffer()
847 cmd_log->command, cmd_log->command); in wmi_print_cmd_cmp_log_buffer()
850 "0x%08x ", cmd_log->data[i]); in wmi_print_cmd_cmp_log_buffer()