Lines Matching refs:IPMI_MAX_CHANNELS
310 #define IPMI_MAX_CHANNELS 16 macro
433 struct ipmi_channel channels[IPMI_MAX_CHANNELS];
697 || (addr->channel >= IPMI_MAX_CHANNELS) in ipmi_validate_addr()
1133 if (channel >= IPMI_MAX_CHANNELS) in ipmi_set_my_address()
1144 if (channel >= IPMI_MAX_CHANNELS) in ipmi_get_my_address()
1155 if (channel >= IPMI_MAX_CHANNELS) in ipmi_set_my_LUN()
1166 if (channel >= IPMI_MAX_CHANNELS) in ipmi_get_my_LUN()
1657 if (addr->channel >= IPMI_MAX_CHANNELS) { in i_ipmi_request()
1787 if (addr->channel >= IPMI_MAX_CHANNELS) { in i_ipmi_request()
1927 if (addr->channel >= IPMI_MAX_CHANNELS) in check_addr()
2005 for (i = 1; i < IPMI_MAX_CHANNELS; i++) in smi_ipmb_proc_show()
2707 intf->curr_channel = IPMI_MAX_CHANNELS; in channel_handler()
2723 if (intf->curr_channel >= IPMI_MAX_CHANNELS) in channel_handler()
2734 intf->curr_channel = IPMI_MAX_CHANNELS; in channel_handler()
2800 for (j = 0; j < IPMI_MAX_CHANNELS; j++) { in ipmi_register_smi()
2884 intf->curr_channel >= IPMI_MAX_CHANNELS); in ipmi_register_smi()
2890 intf->curr_channel = IPMI_MAX_CHANNELS; in ipmi_register_smi()
3705 if (chan >= IPMI_MAX_CHANNELS) in handle_one_recv_msg()
3725 if (chan >= IPMI_MAX_CHANNELS) { in handle_one_recv_msg()
3737 if (intf->curr_channel < IPMI_MAX_CHANNELS) { in handle_one_recv_msg()
3937 if (chan >= IPMI_MAX_CHANNELS) in ipmi_smi_msg_received()