Searched refs:qdepth (Results 1 – 8 of 8) sorted by relevance
1785 uint16_t qdepth; in pqisrc_scan_devices() local1889 qdepth = logical_queue_dev_list->lun_entries[i - physical_cnt].queue_depth; in pqisrc_scan_devices()1892 device->queue_depth = qdepth*256; in pqisrc_scan_devices()1895 device->queue_depth = qdepth*16; in pqisrc_scan_devices()1902 (qdepth <= 0 || qdepth >= MAX_RAW_M256_QDEPTH)) in pqisrc_scan_devices()1905 (qdepth <= 0 || qdepth >= MAX_RAW_M16_QDEPTH)) in pqisrc_scan_devices()
1093 unsigned long flags, qdepth; in agtiapi_HandleEncryptedIOFailure() local1113 qdepth = atomic_read(&ioerr_queue_count); in agtiapi_HandleEncryptedIOFailure()1114 if (qdepth >= IOERR_QUEUE_DEPTH_MAX) { in agtiapi_HandleEncryptedIOFailure()1115 printf("%s: Not queueing IO error due to queue full: %lu entries.\n", __FUNCTION__, qdepth); in agtiapi_HandleEncryptedIOFailure()
201 U32 qdepth; member
772 pDevice->qdepth = QueueDepth; in ostiSetDeviceQueueDepth()
504 agtiapi_adjust_queue_depth(path, targ->qdepth); in agtiapi_async()2076 agtiapi_adjust_queue_depth(ccb->ccb_h.path,targ->qdepth); in agtiapi_QueueCmnd_()
853 bit32 qdepth = 32; in itdssIOCompleted() local860 qdepth = MAX_OUTSTANDING_IO_PER_LUN; in itdssIOCompleted()864 qdepth = 63; in itdssIOCompleted()873 "ostiSetDeviceQueueDepth() Q=%d !!!\n", qdepth ) ); in itdssIOCompleted()877 TI_DBG2(("itdssIOCompleted: set ostiSetDeviceQueueDepth() Q=%d\n",qdepth)); in itdssIOCompleted()
1143 int64_t qdepth; in metaslab_group_allocatable() local1163 qdepth = zfs_refcount_count( in metaslab_group_allocatable()1171 if (qdepth < qmax || mc->mc_alloc_groups == 1) in metaslab_group_allocatable()1185 qdepth = zfs_refcount_count( in metaslab_group_allocatable()1193 if (qdepth < qmax && !mgp->mg_no_free_space) in metaslab_group_allocatable()
2386 int qdepth = hn_get_txswq_depth(&sc->hn_tx_ring[0]); in hn_attach() local2389 IFQ_SET_MAXLEN(&ifp->if_snd, qdepth); in hn_attach()2390 ifp->if_snd.ifq_drv_maxlen = qdepth - 1; in hn_attach()