Searched refs:drvr_qdepth (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/
H A DBusLogic.c266 if (adapter->drvr_qdepth > adapter->alloc_ccbs - adapter->tgt_count) {
267 adapter->drvr_qdepth = adapter->alloc_ccbs - adapter->tgt_count;
268 adapter->scsi_host->can_queue = adapter->drvr_qdepth;
1284 adapter->drvr_qdepth = 255;
1285 adapter->adapter_qdepth = adapter->drvr_qdepth;
1584 adapter->drvr_qdepth = adapter->mbox_count;
1803 blogic_info(" Driver Queue Depth: %d, Host Adapter Queue Depth: %d\n", adapter, adapter->drvr_qdepth, adapter->adapter_qdepth);
1805 blogic_info(" Driver Queue Depth: %d, Scatter/Gather Limit: %d segments\n", adapter, adapter->drvr_qdepth, adapter->drvr_sglimit);
2149 host->can_queue = adapter->drvr_qdepth;
3341 Currently Allocated CCBs: %d\n", adapter->drvr_qdepth, adapte
[all...]
H A DBusLogic.h1022 unsigned short drvr_qdepth; member in struct:blogic_adapter

Completed in 153 milliseconds