Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/ipmi/
Dipmi_msghandler.c298 #define IPMI_MAX_CHANNELS 16 macro
305 struct ipmi_channel c[IPMI_MAX_CHANNELS];
604 struct ipmi_my_addrinfo addrinfo[IPMI_MAX_CHANNELS];
862 || (addr->channel >= IPMI_MAX_CHANNELS) in ipmi_validate_addr()
1406 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_set_my_address()
1409 channel = array_index_nospec(channel, IPMI_MAX_CHANNELS); in ipmi_set_my_address()
1428 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_get_my_address()
1431 channel = array_index_nospec(channel, IPMI_MAX_CHANNELS); in ipmi_get_my_address()
1450 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_set_my_LUN()
1453 channel = array_index_nospec(channel, IPMI_MAX_CHANNELS); in ipmi_set_my_LUN()
[all …]