Home
last modified time | relevance | path

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

/linux-4.4.14/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()
1133 if (channel >= IPMI_MAX_CHANNELS) in ipmi_set_my_address()
1144 if (channel >= IPMI_MAX_CHANNELS) in ipmi_get_my_address()
1155 if (channel >= IPMI_MAX_CHANNELS) in ipmi_set_my_LUN()
1166 if (channel >= IPMI_MAX_CHANNELS) in ipmi_get_my_LUN()
1657 if (addr->channel >= IPMI_MAX_CHANNELS) { in i_ipmi_request()
1787 if (addr->channel >= IPMI_MAX_CHANNELS) { in i_ipmi_request()
1927 if (addr->channel >= IPMI_MAX_CHANNELS) in check_addr()
[all …]