Searched refs:IPMI_IPMB_NUM_SEQ (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.c300 #define IPMI_IPMB_NUM_SEQ 64 macro
353 struct seq_table seq_table[IPMI_IPMB_NUM_SEQ];
510 for (i = 0; i < IPMI_IPMB_NUM_SEQ; i++) {
745 for (i = intf->curr_seq; (i+1)%IPMI_IPMB_NUM_SEQ != intf->curr_seq;
746 i = (i+1)%IPMI_IPMB_NUM_SEQ) {
766 intf->curr_seq = (i+1)%IPMI_IPMB_NUM_SEQ;
792 if (seq >= IPMI_IPMB_NUM_SEQ)
993 for (i = 0; i < IPMI_IPMB_NUM_SEQ; i++) {
2802 for (j = 0; j < IPMI_IPMB_NUM_SEQ; j++) {
2911 for (i = 0; i < IPMI_IPMB_NUM_SEQ;
[all...]

Completed in 47 milliseconds