Lines Matching refs:tgt_max
2601 uint32_t *tgt_max)
2657 *tgt_max = ddi_get32(acc, &resp->TargetsPerBus);
2950 uint32_t bus_max, tgt_max;
2954 if (aac_get_bus_info(softs, &bus_max, &tgt_max) != AACOK) {
2958 AACDB_PRINT(softs, CE_NOTE, "bus_max=%d, tgt_max=%d",
2959 bus_max, tgt_max);
2960 if (bus_max != softs->bus_max || tgt_max != softs->tgt_max) {
2967 softs->tgt_max = tgt_max;
2977 for (tgt = 0; tgt < softs->tgt_max; tgt++) {
7472 for (tgt = 0; tgt < softs->tgt_max; tgt++, index++) {