Lines Matching refs:IPMI_IPMB_NUM_SEQ
309 #define IPMI_IPMB_NUM_SEQ 64 macro
364 struct seq_table seq_table[IPMI_IPMB_NUM_SEQ];
545 for (i = 0; i < IPMI_IPMB_NUM_SEQ; i++) { in clean_up_interface_data()
780 for (i = intf->curr_seq; (i+1)%IPMI_IPMB_NUM_SEQ != intf->curr_seq; in intf_next_seq()
781 i = (i+1)%IPMI_IPMB_NUM_SEQ) { in intf_next_seq()
801 intf->curr_seq = (i+1)%IPMI_IPMB_NUM_SEQ; in intf_next_seq()
828 if (seq >= IPMI_IPMB_NUM_SEQ) in intf_find_seq()
1067 for (i = 0; i < IPMI_IPMB_NUM_SEQ; i++) { in ipmi_destroy_user()
2804 for (j = 0; j < IPMI_IPMB_NUM_SEQ; j++) { in ipmi_register_smi()
2964 for (i = 0; i < IPMI_IPMB_NUM_SEQ; i++) { in cleanup_smi_msgs()
4108 for (i = 0; i < IPMI_IPMB_NUM_SEQ; i++) in ipmi_timeout_handler()