Searched refs:curr_msg (Results 1 – 1 of 1) sorted by relevance
95 struct ipmi_smi_msg *curr_msg; member155 struct ipmi_smi_msg *msg = kcs_info->curr_msg; in return_hosed_msg()163 kcs_info->curr_msg = NULL; in return_hosed_msg()187 kcs_info->curr_msg = NULL; in start_next_msg()193 kcs_info->curr_msg = list_entry(entry, in start_next_msg()201 kcs_info->curr_msg->data, in start_next_msg()202 kcs_info->curr_msg->data_size); in start_next_msg()271 kcs_info->curr_msg = ipmi_alloc_smi_msg(); in handle_flags()272 if (!kcs_info->curr_msg) { in handle_flags()279 kcs_info->curr_msg->data[0] = (IPMI_NETFN_APP_REQUEST << 2); in handle_flags()[all …]