Home
last modified time | relevance | path

Searched refs:tgt_max (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h169 ((softs)->tgt_max * (bus) + (tgt) + AAC_MAX_LD)
433 uint32_t tgt_max; /* max FW target per bus */ member
514 aac_sg_tablesize aac_cmd_fib aac_cmd_fib_scsi debug_flags bus_max tgt_max}))
H A Daac.c2607 uint32_t *tgt_max) in aac_get_bus_info() argument
2663 *tgt_max = ddi_get32(acc, &resp->TargetsPerBus); in aac_get_bus_info()
2956 uint32_t bus_max, tgt_max; in aac_common_attach() local
2960 if (aac_get_bus_info(softs, &bus_max, &tgt_max) != AACOK) { in aac_common_attach()
2965 bus_max, tgt_max); in aac_common_attach()
2966 if (bus_max != softs->bus_max || tgt_max != softs->tgt_max) { in aac_common_attach()
2973 softs->tgt_max = tgt_max; in aac_common_attach()
2983 for (tgt = 0; tgt < softs->tgt_max; tgt++) { in aac_common_attach()
7477 for (tgt = 0; tgt < softs->tgt_max; tgt++, index++) { in aac_tran_bus_config()
H A Daac_regs.h103 #define AAC_MAX_PD(s) ((s)->bus_max * (s)->tgt_max)
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.c2313 uint64_t tgt_max; in setup_transfer() local
2341 resource_get_max(tgt, &tgt_max) != PO_SUCCESS || in setup_transfer()
2360 *tgt_size + size > tgt_max)) { in setup_transfer()