Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A DBusLogic.c266 if (adapter->drvr_qdepth > adapter->alloc_ccbs - adapter->tgt_count) { in blogic_create_addlccbs()
267 adapter->drvr_qdepth = adapter->alloc_ccbs - adapter->tgt_count; in blogic_create_addlccbs()
268 adapter->scsi_host->can_queue = adapter->drvr_qdepth; in blogic_create_addlccbs()
1284 adapter->drvr_qdepth = 255; in blogic_rdconfig()
1285 adapter->adapter_qdepth = adapter->drvr_qdepth; in blogic_rdconfig()
1584 adapter->drvr_qdepth = adapter->mbox_count; in blogic_rdconfig()
1803 …er Queue Depth: %d, Host Adapter Queue Depth: %d\n", adapter, adapter->drvr_qdepth, adapter->adapt… in blogic_reportconfig()
1805 …eue Depth: %d, Scatter/Gather Limit: %d segments\n", adapter, adapter->drvr_qdepth, adapter->drvr_… in blogic_reportconfig()
2149 host->can_queue = adapter->drvr_qdepth; in blogic_inithoststruct()
3341 Currently Allocated CCBs: %d\n", adapter->drvr_qdepth, adapter->alloc_ccbs); in blogic_show_info()
H A DBusLogic.h1022 unsigned short drvr_qdepth; member