Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/char/ipmi/
Dipmi_msghandler.c296 #define IPMI_MAX_CHANNELS 16 macro
303 struct ipmi_channel c[IPMI_MAX_CHANNELS];
600 struct ipmi_my_addrinfo addrinfo[IPMI_MAX_CHANNELS];
858 || (addr->channel >= IPMI_MAX_CHANNELS) in ipmi_validate_addr()
1396 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_set_my_address()
1399 channel = array_index_nospec(channel, IPMI_MAX_CHANNELS); in ipmi_set_my_address()
1418 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_get_my_address()
1421 channel = array_index_nospec(channel, IPMI_MAX_CHANNELS); in ipmi_get_my_address()
1440 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_set_my_LUN()
1443 channel = array_index_nospec(channel, IPMI_MAX_CHANNELS); in ipmi_set_my_LUN()
[all …]