Lines Matching refs:IPMI_MAX_CHANNELS
284 #define IPMI_MAX_CHANNELS 16 macro
291 struct ipmi_channel c[IPMI_MAX_CHANNELS];
595 struct ipmi_my_addrinfo addrinfo[IPMI_MAX_CHANNELS];
866 || (addr->channel >= IPMI_MAX_CHANNELS) in ipmi_validate_addr()
1443 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_set_my_address()
1446 channel = array_index_nospec(channel, IPMI_MAX_CHANNELS); in ipmi_set_my_address()
1465 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_get_my_address()
1468 channel = array_index_nospec(channel, IPMI_MAX_CHANNELS); in ipmi_get_my_address()
1487 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_set_my_LUN()
1490 channel = array_index_nospec(channel, IPMI_MAX_CHANNELS); in ipmi_set_my_LUN()
1509 if (channel >= IPMI_MAX_CHANNELS) { in ipmi_get_my_LUN()
1512 channel = array_index_nospec(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()
2403 addr->channel = array_index_nospec(addr->channel, IPMI_MAX_CHANNELS); in check_addr()
3422 if (intf->curr_channel >= IPMI_MAX_CHANNELS) { in channel_handler()
3590 for (j = 0; j < IPMI_MAX_CHANNELS; j++) { in ipmi_add_smi()
4649 if (chan >= IPMI_MAX_CHANNELS) in handle_one_recv_msg()
4672 if (chan >= IPMI_MAX_CHANNELS) { in handle_one_recv_msg()