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];725 for (i = 0; i < IPMI_IPMB_NUM_SEQ; i++) { in intf_free()1081 for (i = intf->curr_seq; (i+1)%IPMI_IPMB_NUM_SEQ != intf->curr_seq; in intf_next_seq()1082 i = (i+1)%IPMI_IPMB_NUM_SEQ) { in intf_next_seq()1102 intf->curr_seq = (i+1)%IPMI_IPMB_NUM_SEQ; in intf_next_seq()1129 if (seq >= IPMI_IPMB_NUM_SEQ) in intf_find_seq()1354 for (i = 0; i < IPMI_IPMB_NUM_SEQ; i++) { in _ipmi_destroy_user()3613 for (j = 0; j < IPMI_IPMB_NUM_SEQ; j++) { in ipmi_add_smi()3771 for (i = 0; i < IPMI_IPMB_NUM_SEQ; i++) { in cleanup_smi_msgs()[all …]