Searched refs:total_fibs (Results 1 – 2 of 2) sorted by relevance
447 int total_fibs; /* total FIBs allocated */ member
2849 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()