Searched refs:smi_send (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/char/ipmi/ |
| H A D | ipmi_msghandler.c | 1888 static int smi_send(struct ipmi_smi *intf, in smi_send() function 2398 rv = smi_send(intf, intf->handlers, smi_msg, priority); in i_ipmi_request() 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()
|