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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ipmi/
H A Dipmi_msghandler.c301 #define IPMI_MAX_CHANNELS 16 macro
411 struct ipmi_channel channels[IPMI_MAX_CHANNELS];
662 || (addr->channel >= IPMI_MAX_CHANNELS)
1053 if (channel >= IPMI_MAX_CHANNELS)
1064 if (channel >= IPMI_MAX_CHANNELS)
1075 if (channel >= IPMI_MAX_CHANNELS)
1086 if (channel >= IPMI_MAX_CHANNELS)
1530 if (addr->channel >= IPMI_MAX_CHANNELS) {
1660 if (addr->channel >= IPMI_MAX_CHANNELS) {
1800 if (addr->channel >= IPMI_MAX_CHANNELS)
[all...]

Completed in 14 milliseconds