Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/aac/
H A Daac.c1257 softs->total_slots); in aac_end_io()
1305 ASSERT(index >= 0 && index < softs->total_slots); in aac_handle_io()
2842 if ((softs->total_slots == 0) && (aac_create_slots(softs) != AACOK)) { in aac_common_attach()
2846 AACDB_PRINT(softs, CE_NOTE, "%d slots allocated", softs->total_slots); in aac_common_attach()
2849 if (softs->total_fibs < softs->total_slots) { in aac_common_attach()
2999 for (i = 0; i < softs->total_slots; i++) { in aac_common_attach()
3019 if (softs->total_slots > 0) in aac_common_attach()
4583 max_throttle = softs->total_slots - in aac_unhold_bus()
4586 max_throttle = softs->total_slots - 1; in aac_unhold_bus()
6160 for (i = 0; i < softs->total_slots && in aac_alloc_fibs()
[all …]
H A Daac.h446 int total_slots; /* total slots allocated */ member