Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h447 int total_fibs; /* total FIBs allocated */ member
H A Daac.c2855 if (softs->total_fibs < softs->total_slots) { in aac_common_attach()
2857 if (softs->total_fibs == 0) in aac_common_attach()
2860 softs->total_fibs); in aac_common_attach()
3023 if (softs->total_fibs > 0) in aac_common_attach()
6167 softs->total_fibs < softs->total_slots; i++) { in aac_alloc_fibs()
6176 softs->total_fibs++; in aac_alloc_fibs()
6190 softs->total_fibs--; in aac_destroy_fibs()
6192 ASSERT(softs->total_fibs == 0); in aac_destroy_fibs()
6210 softs->total_fibs = 0; in aac_create_slots()