Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
DBusLogic.c271 if (adapter->drvr_qdepth > adapter->alloc_ccbs - adapter->tgt_count) { in blogic_create_addlccbs()
272 adapter->drvr_qdepth = adapter->alloc_ccbs - adapter->tgt_count; in blogic_create_addlccbs()
273 adapter->scsi_host->can_queue = adapter->drvr_qdepth; in blogic_create_addlccbs()
1396 adapter->drvr_qdepth = 255; in blogic_rdconfig()
1397 adapter->adapter_qdepth = adapter->drvr_qdepth; in blogic_rdconfig()
1705 adapter->drvr_qdepth = adapter->mbox_count; in blogic_rdconfig()
1942 …Queue Depth: %d, " "Host Adapter Queue Depth: %d\n", adapter, adapter->drvr_qdepth, adapter->adapt… in blogic_reportconfig()
1944 … Depth: %d, " "Scatter/Gather Limit: %d segments\n", adapter, adapter->drvr_qdepth, adapter->drvr_… in blogic_reportconfig()
2304 host->can_queue = adapter->drvr_qdepth; in blogic_inithoststruct()
3487 Currently Allocated CCBs: %d\n", adapter->drvr_qdepth, adapter->alloc_ccbs); in blogic_show_info()
DBusLogic.h1040 unsigned short drvr_qdepth; member