Lines Matching defs:depth
72 /* maximum controller queue depth */
77 MODULE_PARM_DESC(max_queue_depth, " max controller queue depth ");
99 "irq poll weight (default= one fourth of HBA queue depth)");
5384 u16 depth;
5410 depth = le16_to_cpu(sas_iounit_pg1->SASWideMaxQueueDepth);
5411 ioc->max_wideport_qd = (depth ? depth : MPT3SAS_SAS_QUEUE_DEPTH);
5413 depth = le16_to_cpu(sas_iounit_pg1->SASNarrowMaxQueueDepth);
5414 ioc->max_narrowport_qd = (depth ? depth : MPT3SAS_SAS_QUEUE_DEPTH);
5416 depth = sas_iounit_pg1->SATAMaxQDepth;
5417 ioc->max_sata_qd = (depth ? depth : MPT3SAS_SATA_QUEUE_DEPTH);
5917 * _base_reduce_hba_queue_depth- Retry with reduced queue depth
5991 "PCIe sgl pool depth(%d), element_size(%d), pool_size(%d kB)\n",
6038 "chain_lookup depth (%d), frame_size(%d), pool_size(%d kB)\n",
6071 "sense pool(0x%p) - dma(0x%llx): depth(%d), element_size(%d), pool_size (%d kB)\n",
6106 "reply pool(0x%p) - dma(0x%llx): depth(%d), frame_size(%d), pool_size(%d kB)\n",
6140 "reply_free pool(0x%p): depth(%d), element_size(%d), pool_size(%d kB)\n",
6329 /* command line tunables for max controller queue depth */
6343 * credits for HiPriprity Request messages, so hba queue depth will be
6344 * sum of max_request_credit and high priority queue depth.
6402 /* calculate reply descriptor post queue depth */
6458 /* set the scsi host can_queue depth
6463 ioc_info(ioc, "scsi host: can_queue depth (%d)\n",
6512 "depth(%d), frame_size(%d), pool_size(%d kB)\n",
6520 ioc_info(ioc, "scsiio(0x%p): depth(%d)\n",
6549 ioc_info(ioc, "hi_priority(0x%p): depth(%d), start smid(%d)\n",
6562 ioc_info(ioc, "internal(0x%p): depth(%d), start smid(%d)\n",
6614 ioc_info(ioc, "chain pool depth(%d), frame_size(%d), pool_size(%d kB)\n",
7491 ioc_info(ioc, "hba queue depth(%d), max chains per io(%d)\n",