Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/char/ipmi/
Dipmi_msghandler.c268 #define IPMI_MAX_CHANNELS 16 macro
275 struct ipmi_channel c[IPMI_MAX_CHANNELS];
575 struct ipmi_my_addrinfo addrinfo[IPMI_MAX_CHANNELS];
836 || (addr->channel >= IPMI_MAX_CHANNELS) in ipmi_validate_addr()
1381 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_set_my_address()
1384 channel = array_index_nospec(channel, IPMI_MAX_CHANNELS); in ipmi_set_my_address()
1403 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_get_my_address()
1406 channel = array_index_nospec(channel, IPMI_MAX_CHANNELS); in ipmi_get_my_address()
1425 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_set_my_LUN()
1428 channel = array_index_nospec(channel, IPMI_MAX_CHANNELS); in ipmi_set_my_LUN()
[all …]