#include <linux/ipmi_msgdefs.h>
#include <linux/compiler.h>
Go to the source code of this file.
|
#define | IPMI_MAX_ADDR_SIZE 32 |
|
#define | IPMI_SYSTEM_INTERFACE_ADDR_TYPE 0x0c |
|
#define | IPMI_IPMB_ADDR_TYPE 0x01 |
|
#define | IPMI_IPMB_BROADCAST_ADDR_TYPE 0x41 |
|
#define | IPMI_LAN_ADDR_TYPE 0x04 |
|
#define | IPMI_BMC_CHANNEL 0xf |
|
#define | IPMI_NUM_CHANNELS 0x10 |
|
#define | IPMI_CHAN_ALL (~0) |
|
#define | IPMI_INVALID_CMD_COMPLETION_CODE 0xC1 |
|
#define | IPMI_TIMEOUT_COMPLETION_CODE 0xC3 |
|
#define | IPMI_UNKNOWN_ERR_COMPLETION_CODE 0xff |
|
#define | IPMI_RESPONSE_RECV_TYPE 1 /* A response to a command */ |
|
#define | IPMI_ASYNC_EVENT_RECV_TYPE 2 /* Something from the event queue */ |
|
#define | IPMI_CMD_RECV_TYPE 3 /* A command from somewhere else */ |
|
#define | IPMI_RESPONSE_RESPONSE_TYPE |
|
#define | IPMI_OEM_RECV_TYPE 5 /* The response for OEM Channels */ |
|
#define | IPMI_MAINTENANCE_MODE_AUTO 0 |
|
#define | IPMI_MAINTENANCE_MODE_OFF 1 |
|
#define | IPMI_MAINTENANCE_MODE_ON 2 |
|
#define | IPMI_IOC_MAGIC 'i' |
|
#define | IPMICTL_SEND_COMMAND |
|
#define | IPMICTL_SEND_COMMAND_SETTIME |
|
#define | IPMICTL_RECEIVE_MSG |
|
#define | IPMICTL_RECEIVE_MSG_TRUNC |
|
#define | IPMICTL_REGISTER_FOR_CMD |
|
#define | IPMICTL_UNREGISTER_FOR_CMD |
|
#define | IPMICTL_REGISTER_FOR_CMD_CHANS |
|
#define | IPMICTL_UNREGISTER_FOR_CMD_CHANS |
|
#define | IPMICTL_SET_GETS_EVENTS_CMD _IOR(IPMI_IOC_MAGIC, 16, int) |
|
#define | IPMICTL_SET_MY_CHANNEL_ADDRESS_CMD _IOR(IPMI_IOC_MAGIC, 24, struct ipmi_channel_lun_address_set) |
|
#define | IPMICTL_GET_MY_CHANNEL_ADDRESS_CMD _IOR(IPMI_IOC_MAGIC, 25, struct ipmi_channel_lun_address_set) |
|
#define | IPMICTL_SET_MY_CHANNEL_LUN_CMD _IOR(IPMI_IOC_MAGIC, 26, struct ipmi_channel_lun_address_set) |
|
#define | IPMICTL_GET_MY_CHANNEL_LUN_CMD _IOR(IPMI_IOC_MAGIC, 27, struct ipmi_channel_lun_address_set) |
|
#define | IPMICTL_SET_MY_ADDRESS_CMD _IOR(IPMI_IOC_MAGIC, 17, unsigned int) |
|
#define | IPMICTL_GET_MY_ADDRESS_CMD _IOR(IPMI_IOC_MAGIC, 18, unsigned int) |
|
#define | IPMICTL_SET_MY_LUN_CMD _IOR(IPMI_IOC_MAGIC, 19, unsigned int) |
|
#define | IPMICTL_GET_MY_LUN_CMD _IOR(IPMI_IOC_MAGIC, 20, unsigned int) |
|
#define | IPMICTL_SET_TIMING_PARMS_CMD |
|
#define | IPMICTL_GET_TIMING_PARMS_CMD |
|
#define | IPMICTL_GET_MAINTENANCE_MODE_CMD _IOR(IPMI_IOC_MAGIC, 30, int) |
|
#define | IPMICTL_SET_MAINTENANCE_MODE_CMD _IOW(IPMI_IOC_MAGIC, 31, int) |
|
#define IPMI_BMC_CHANNEL 0xf |
#define IPMI_CHAN_ALL (~0) |
#define IPMI_INVALID_CMD_COMPLETION_CODE 0xC1 |
#define IPMI_IOC_MAGIC 'i' |
#define IPMI_IPMB_ADDR_TYPE 0x01 |
#define IPMI_IPMB_BROADCAST_ADDR_TYPE 0x41 |
#define IPMI_LAN_ADDR_TYPE 0x04 |
#define IPMI_MAINTENANCE_MODE_AUTO 0 |
#define IPMI_MAINTENANCE_MODE_OFF 1 |
#define IPMI_MAINTENANCE_MODE_ON 2 |
#define IPMI_MAX_ADDR_SIZE 32 |
#define IPMI_NUM_CHANNELS 0x10 |
#define IPMI_RESPONSE_RESPONSE_TYPE |
Value:
Definition at line 195 of file ipmi.h.
#define IPMI_SYSTEM_INTERFACE_ADDR_TYPE 0x0c |
#define IPMI_TIMEOUT_COMPLETION_CODE 0xC3 |
#define IPMI_UNKNOWN_ERR_COMPLETION_CODE 0xff |
#define IPMICTL_GET_TIMING_PARMS_CMD |
Value:
Definition at line 441 of file ipmi.h.
#define IPMICTL_RECEIVE_MSG |
Value:
Definition at line 335 of file ipmi.h.
#define IPMICTL_RECEIVE_MSG_TRUNC |
Value:
Definition at line 343 of file ipmi.h.
#define IPMICTL_REGISTER_FOR_CMD |
Value:
Definition at line 358 of file ipmi.h.
#define IPMICTL_REGISTER_FOR_CMD_CHANS |
Value:
Definition at line 387 of file ipmi.h.
#define IPMICTL_SEND_COMMAND |
Value:
Definition at line 275 of file ipmi.h.
#define IPMICTL_SEND_COMMAND_SETTIME |
Value:
Definition at line 297 of file ipmi.h.
#define IPMICTL_SET_TIMING_PARMS_CMD |
Value:
Definition at line 439 of file ipmi.h.
#define IPMICTL_UNREGISTER_FOR_CMD |
Value:
Definition at line 365 of file ipmi.h.
#define IPMICTL_UNREGISTER_FOR_CMD_CHANS |
Value:
Definition at line 394 of file ipmi.h.