Home
last modified time | relevance | path

Searched refs:IPMI_NUM_CHANNELS (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dipmi.h119 #define IPMI_NUM_CHANNELS 0x10 macro
/linux-2.4.37.9/drivers/char/ipmi/
Dipmi_msghandler.c299 || (addr->channel >= IPMI_NUM_CHANNELS) in ipmi_validate_addr()
799 if (addr->channel > IPMI_NUM_CHANNELS) { in i_ipmi_request()