Searched refs:drvr_qdepth (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/scsi/ |
| D | BusLogic.c | 266 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() 1391 adapter->drvr_qdepth = 255; in blogic_rdconfig() 1392 adapter->adapter_qdepth = adapter->drvr_qdepth; in blogic_rdconfig() 1700 adapter->drvr_qdepth = adapter->mbox_count; in blogic_rdconfig() 1937 …er Queue Depth: %d, Host Adapter Queue Depth: %d\n", adapter, adapter->drvr_qdepth, adapter->adapt… in blogic_reportconfig() 1939 …eue Depth: %d, Scatter/Gather Limit: %d segments\n", adapter, adapter->drvr_qdepth, adapter->drvr_… in blogic_reportconfig() 2300 host->can_queue = adapter->drvr_qdepth; in blogic_inithoststruct() 3485 Currently Allocated CCBs: %d\n", adapter->drvr_qdepth, adapter->alloc_ccbs); in blogic_show_info()
|
| D | BusLogic.h | 1033 unsigned short drvr_qdepth; member
|