Searched refs:SC_MSG_CC (Results 1 – 3 of 3) sorted by relevance
146 dbg_print(SMC_ERRMSG_ERROR, SC_MSG_CC(rsp_pkt), in smc_send_local_cmd()151 if (SC_MSG_CC(rsp_pkt) != 0) { in smc_send_local_cmd()246 if (SC_MSG_CC(rsp_pkt) != 0) { in smc_send_ipmi_message()247 dbg_print(SMC_ERRMSG_ERROR, SC_MSG_CC(rsp_pkt), in smc_send_ipmi_message()285 SC_MSG_LEN(rsp_pkt), SC_MSG_CC(rsp_pkt)); in smc_send_ipmi_message()288 if (SC_MSG_CC(rsp_pkt) != 0) { in smc_send_ipmi_message()
128 #define SC_MSG_CC(msg) (SC_MSG_HDR(msg).cc) macro
501 if (SC_MSG_CC(&rsp_msg) != 0) { in env_process_smc_event()