Lines Matching defs:ins_index
2392 int rep_index, ins_index;
2418 ins_index = rep_index;
2424 * (2) the insertion point (ins_index): (1) or any
2445 ins_index = -1;
2450 if (ins_index < 0)
2451 ins_index = i;
2455 if (ins_index < 0)
2456 ins_index = i;
2462 (ins_index >= 0 || depth >= max_ins_depth)) {
2464 if (ins_index < 0) {
2498 if (ins_index != rep_index) {
2499 __set_bit(ins_index, table->used_bitmap);
2502 table->spec[ins_index] = spec;
2516 table->offset + table->step * ins_index);
2521 if (ins_index != rep_index && rep_index >= 0)
2528 __func__, spec.type, ins_index, spec.dmaq_id);
2529 rc = efx_farch_filter_make_id(&spec, ins_index);