Lines Matching defs:index
1046 int index;
1070 index = ha->reset_tmplt.array_index;
1073 ha->reset_tmplt.array[index++] = value;
1075 if (index == QLA83XX_MAX_RESET_SEQ_ENTRIES)
1117 int index, entries;
1124 index = ha->reset_tmplt.seq_index;
1126 for (; (!ha->reset_tmplt.seq_end) && (index < entries); index++) {
1161 __func__, p_hdr->cmd, index);
1169 ha->reset_tmplt.seq_index = index;