Searched refs:drvr_qdepth (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/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() 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() 3343 Currently Allocated CCBs: %d\n", adapter->drvr_qdepth, adapter->alloc_ccbs); in blogic_show_info()
|
D | BusLogic.h | 1022 unsigned short drvr_qdepth; member
|