Home
last modified time | relevance | path

Searched refs:IPMI_NETFN_APP (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/ipmi/
H A Dsmbus_ipmi.c117 if (msg[0] == (IPMI_NETFN_APP << 2) && msg[1] == IPMI_GET_SYS_INTF_CAP_CMD) in smbus_ipmi_send_msg()
120 sid->outmsg[0] = (IPMI_NETFN_APP + 1) << 2; in smbus_ipmi_send_msg()
H A Dipmi_bt.c110 if ((ib->inmsg[1] == (IPMI_NETFN_APP << 2)) && in ipmi_bt_handle_event()
H A Dipmi_bmc_sim.c1071 if ((cmd[1] >> 2) != IPMI_NETFN_APP || cmd[5] != IPMI_CMD_GET_DEVICE_ID) { in send_msg()
2051 ipmi_sim_register_netfn(s, IPMI_NETFN_APP, &app_netfn); in register_cmds()
/qemu/include/hw/ipmi/
H A Dipmi.h59 #define IPMI_NETFN_APP 0x06 macro