Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/char/ipmi/
Dipmi_msghandler.c280 #define IPMI_MAX_CHANNELS 16 macro
287 struct ipmi_channel c[IPMI_MAX_CHANNELS];
587 struct ipmi_my_addrinfo addrinfo[IPMI_MAX_CHANNELS];
847 || (addr->channel >= IPMI_MAX_CHANNELS) in ipmi_validate_addr()
1392 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_set_my_address()
1395 channel = array_index_nospec(channel, IPMI_MAX_CHANNELS); in ipmi_set_my_address()
1414 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_get_my_address()
1417 channel = array_index_nospec(channel, IPMI_MAX_CHANNELS); in ipmi_get_my_address()
1436 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_set_my_LUN()
1439 channel = array_index_nospec(channel, IPMI_MAX_CHANNELS); in ipmi_set_my_LUN()
[all …]