Home
last modified time | relevance | path

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

/linux-6.15/drivers/char/ipmi/
H A Dipmi_msghandler.c284 #define IPMI_MAX_CHANNELS 16 macro
291 struct ipmi_channel c[IPMI_MAX_CHANNELS];
1441 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_set_my_address()
1463 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_get_my_address()
1485 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_set_my_LUN()
1507 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_get_my_LUN()
1992 if (addr->channel >= IPMI_MAX_CHANNELS) { in i_ipmi_req_ipmb()
2183 if (addr->channel >= IPMI_MAX_CHANNELS) { in i_ipmi_req_lan()
2399 if (addr->channel >= IPMI_MAX_CHANNELS) in check_addr()
4646 if (chan >= IPMI_MAX_CHANNELS) in handle_one_recv_msg()
[all …]