Lines Matching refs:alloc_ccbs
180 adapter->alloc_ccbs++;
197 while (adapter->alloc_ccbs < adapter->initccbs) {
248 int prev_alloc = adapter->alloc_ccbs;
253 while (adapter->alloc_ccbs - prev_alloc < addl_ccbs) {
260 if (adapter->alloc_ccbs > prev_alloc) {
262 blogic_notice("Allocated %d additional CCBs (total now %d)\n", adapter, adapter->alloc_ccbs - prev_alloc, adapter->alloc_ccbs);
266 if (adapter->drvr_qdepth > adapter->alloc_ccbs - adapter->tgt_count) {
267 adapter->drvr_qdepth = adapter->alloc_ccbs - adapter->tgt_count;
2337 if (qdepth > adapter->alloc_ccbs)
2338 blogic_create_addlccbs(adapter, qdepth - adapter->alloc_ccbs,
3485 Currently Allocated CCBs: %d\n", adapter->drvr_qdepth, adapter->alloc_ccbs);