Home
last modified time | relevance | path

Searched refs:total_slots (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c1259 softs->total_slots); in aac_end_io()
3005 for (i = 0; i < softs->total_slots; i++) { in aac_common_attach()
3025 if (softs->total_slots > 0) in aac_common_attach()
4589 max_throttle = softs->total_slots - in aac_unhold_bus()
4592 max_throttle = softs->total_slots - 1; in aac_unhold_bus()
6166 for (i = 0; i < softs->total_slots && in aac_alloc_fibs()
6200 softs->total_slots = softs->aac_max_fibs; in aac_create_slots()
6202 softs->total_slots, KM_SLEEP); in aac_create_slots()
6207 for (i = 0; i < softs->total_slots; i++) in aac_create_slots()
6220 softs->total_slots); in aac_destroy_slots()
[all …]
H A Daac.h446 int total_slots; /* total slots allocated */ member