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()
1127 if (channel >= IPMI_MAX_CHANNELS) in ipmi_set_my_address()
1138 if (channel >= IPMI_MAX_CHANNELS) in ipmi_get_my_address()
1149 if (channel >= IPMI_MAX_CHANNELS) in ipmi_set_my_LUN()
1160 if (channel >= IPMI_MAX_CHANNELS) in ipmi_get_my_LUN()
1651 if (addr->channel >= IPMI_MAX_CHANNELS) { in i_ipmi_request()
1781 if (addr->channel >= IPMI_MAX_CHANNELS) { in i_ipmi_request()
1921 if (addr->channel >= IPMI_MAX_CHANNELS) in check_addr()
1999 for (i = 1; i < IPMI_MAX_CHANNELS; i++) in smi_ipmb_proc_show()
2701 intf->curr_channel = IPMI_MAX_CHANNELS; in channel_handler()
2717 if (intf->curr_channel >= IPMI_MAX_CHANNELS) in channel_handler()
2728 intf->curr_channel = IPMI_MAX_CHANNELS; in channel_handler()
2794 for (j = 0; j < IPMI_MAX_CHANNELS; j++) { in ipmi_register_smi()
2878 intf->curr_channel >= IPMI_MAX_CHANNELS); in ipmi_register_smi()
2884 intf->curr_channel = IPMI_MAX_CHANNELS; in ipmi_register_smi()
3699 if (chan >= IPMI_MAX_CHANNELS) in handle_one_recv_msg()
3719 if (chan >= IPMI_MAX_CHANNELS) { in handle_one_recv_msg()
3731 if (intf->curr_channel < IPMI_MAX_CHANNELS) { in handle_one_recv_msg()
3931 if (chan >= IPMI_MAX_CHANNELS) in ipmi_smi_msg_received()