Searched refs:IPMI_IPMB_NUM_SEQ (Results 1 – 1 of 1) sorted by relevance
416 #define IPMI_IPMB_NUM_SEQ 64 macro473 struct seq_table seq_table[IPMI_IPMB_NUM_SEQ];741 for (i = 0; i < IPMI_IPMB_NUM_SEQ; i++) { in intf_free()1095 for (i = intf->curr_seq; (i+1)%IPMI_IPMB_NUM_SEQ != intf->curr_seq; in intf_next_seq()1096 i = (i+1)%IPMI_IPMB_NUM_SEQ) { in intf_next_seq()1116 intf->curr_seq = (i+1)%IPMI_IPMB_NUM_SEQ; in intf_next_seq()1143 if (seq >= IPMI_IPMB_NUM_SEQ) in intf_find_seq()1368 for (i = 0; i < IPMI_IPMB_NUM_SEQ; i++) { in _ipmi_destroy_user()3656 for (j = 0; j < IPMI_IPMB_NUM_SEQ; j++) { in ipmi_add_smi()3814 for (i = 0; i < IPMI_IPMB_NUM_SEQ; i++) { in cleanup_smi_msgs()[all …]