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 in struct:aac_softstate
514 aac_sg_tablesize aac_cmd_fib aac_cmd_fib_scsi debug_flags bus_max tgt_max}))
H A Daac.c2601 uint32_t *tgt_max)
2657 *tgt_max = ddi_get32(acc, &resp->TargetsPerBus);
2950 uint32_t bus_max, tgt_max; local
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;
2600 aac_get_bus_info(struct aac_softstate *softs, uint32_t *bus_max, uint32_t *tgt_max) argument
[all...]
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.c2315 uint64_t tgt_max; local
2343 resource_get_max(tgt, &tgt_max) != PO_SUCCESS ||
2362 *tgt_size + size > tgt_max)) {

Completed in 71 milliseconds