Lines Matching defs:current_chip
320 int current_chip = ddi_get_instance(dev);
330 zs = &zscom[current_chip*2];
364 zscurr = &zscom[(current_chip*2) + 1];
365 zslast = &zscom[current_chip*2];
370 if (2 * current_chip >= maxzs) {
373 current_chip);
377 zs = &zscom[current_chip*2];
384 current_chip);
474 zs->zs_unit = current_chip * 2 + i;
698 (void) sprintf(name, "zsc%d", current_chip);
699 zs->intrstats = kstat_create("zs", current_chip, name, "controller",
712 int current_chip = ddi_get_instance(dev);
719 zs = &zscom[current_chip*2];