Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/aac/
H A Daac.h447 int total_fibs; /* total FIBs allocated */ member
H A Daac.c2849 if (softs->total_fibs < softs->total_slots) { in aac_common_attach()
2851 if (softs->total_fibs == 0) in aac_common_attach()
2854 softs->total_fibs); in aac_common_attach()
3017 if (softs->total_fibs > 0) in aac_common_attach()
6161 softs->total_fibs < softs->total_slots; i++) { in aac_alloc_fibs()
6170 softs->total_fibs++; in aac_alloc_fibs()
6184 softs->total_fibs--; in aac_destroy_fibs()
6186 ASSERT(softs->total_fibs == 0); in aac_destroy_fibs()
6204 softs->total_fibs = 0; in aac_create_slots()