Lines Matching refs:index
1047 int index;
1071 index = ha->reset_tmplt.array_index;
1074 ha->reset_tmplt.array[index++] = value;
1076 if (index == QLA83XX_MAX_RESET_SEQ_ENTRIES)
1118 int index, entries;
1125 index = ha->reset_tmplt.seq_index;
1127 for (; (!ha->reset_tmplt.seq_end) && (index < entries); index++) {
1162 __func__, p_hdr->cmd, index);
1170 ha->reset_tmplt.seq_index = index;