Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/ipmi/
H A Dipmi_msghandler.c284 #define IPMI_MAX_CHANNELS 16 macro
291 struct ipmi_channel c[IPMI_MAX_CHANNELS];
1443 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_set_my_address()
1465 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_get_my_address()
1487 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_set_my_LUN()
1509 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_get_my_LUN()
1994 if (addr->channel >= IPMI_MAX_CHANNELS) { in i_ipmi_req_ipmb()
2185 if (addr->channel >= IPMI_MAX_CHANNELS) { in i_ipmi_req_lan()
2401 if (addr->channel >= IPMI_MAX_CHANNELS) in check_addr()
4649 if (chan >= IPMI_MAX_CHANNELS) in handle_one_recv_msg()
[all …]