Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/ipmi/
Dipmi_msghandler.c310 #define IPMI_MAX_CHANNELS 16 macro
433 struct ipmi_channel channels[IPMI_MAX_CHANNELS];
697 || (addr->channel >= IPMI_MAX_CHANNELS) in ipmi_validate_addr()
1127 if (channel >= IPMI_MAX_CHANNELS) in ipmi_set_my_address()
1138 if (channel >= IPMI_MAX_CHANNELS) in ipmi_get_my_address()
1149 if (channel >= IPMI_MAX_CHANNELS) in ipmi_set_my_LUN()
1160 if (channel >= IPMI_MAX_CHANNELS) in ipmi_get_my_LUN()
1651 if (addr->channel >= IPMI_MAX_CHANNELS) { in i_ipmi_request()
1781 if (addr->channel >= IPMI_MAX_CHANNELS) { in i_ipmi_request()
1921 if (addr->channel >= IPMI_MAX_CHANNELS) in check_addr()
[all …]