Home
last modified time | relevance | path

Searched refs:IPMI_CC_NO_ERROR (Results 1 – 5 of 5) sorted by relevance

/linux/include/uapi/linux/
H A Dipmi_msgdefs.h65 #define IPMI_CC_NO_ERROR 0x00 macro
/linux/drivers/char/ipmi/
H A Dipmi_si_intf.c927 int rv = IPMI_CC_NO_ERROR; in sender()
944 return IPMI_CC_NO_ERROR; in sender()
1377 if (cc != IPMI_CC_NO_ERROR && in try_get_dev_id()
H A Dipmi_msghandler.c2399 if (rv != IPMI_CC_NO_ERROR) in i_ipmi_request()
2605 if (bmc->cc != IPMI_CC_NO_ERROR && in __get_device_id()
3997 if (smi_send(intf, intf->handlers, msg, 0) == IPMI_CC_NO_ERROR) in handle_ipmb_get_msg_cmd()
4076 if (smi_send(intf, intf->handlers, msg, 0) == IPMI_CC_NO_ERROR) in handle_ipmb_direct_rcv_cmd()
4274 if (smi_send(intf, intf->handlers, msg, 0) == IPMI_CC_NO_ERROR) in handle_lan_get_msg_cmd()
5089 if (smi_send(intf, intf->handlers, smi_msg, 0) != IPMI_CC_NO_ERROR) { in check_msg_timeout()
5371 && (msg->msg.data[0] == IPMI_CC_NO_ERROR)) { in event_receiver_fetcher()
5383 && (msg->msg.data[0] == IPMI_CC_NO_ERROR)) { in device_id_fetcher()
H A Dipmi_ipmb.c424 return IPMI_CC_NO_ERROR; in ipmi_ipmb_sender()
H A Dipmi_ssif.c1089 return IPMI_CC_NO_ERROR; in sender()