Searched refs:qdepth (Results 1 – 10 of 10) sorted by relevance
1092 unsigned long flags, qdepth; in agtiapi_HandleEncryptedIOFailure() local1112 qdepth = atomic_read(&ioerr_queue_count); in agtiapi_HandleEncryptedIOFailure()1113 if (qdepth >= IOERR_QUEUE_DEPTH_MAX) { in agtiapi_HandleEncryptedIOFailure()1114 printf("%s: Not queueing IO error due to queue full: %lu entries.\n", __FUNCTION__, qdepth); in agtiapi_HandleEncryptedIOFailure()
95 uint16_t qdepth; member
3324 tgtdev->qdepth = (dev_pg0->QueueDepth); in mpi3mr_update_device()
2023 uint16_t qdepth; in pqisrc_scan_devices() local2132 qdepth = logical_queue_dev_list->lun_entries[i - physical_cnt].queue_depth; in pqisrc_scan_devices()2135 device->queue_depth = qdepth*256; in pqisrc_scan_devices()2138 device->queue_depth = qdepth*16; in pqisrc_scan_devices()2145 (qdepth >= MAX_RAW_M256_QDEPTH)) in pqisrc_scan_devices()2148 (qdepth >= MAX_RAW_M16_QDEPTH)) in pqisrc_scan_devices()
200 U32 qdepth; member
771 pDevice->qdepth = QueueDepth; in ostiSetDeviceQueueDepth()
497 agtiapi_adjust_queue_depth(path, targ->qdepth); in agtiapi_async()2047 agtiapi_adjust_queue_depth(ccb->ccb_h.path,targ->qdepth); in agtiapi_QueueCmnd_()
852 bit32 qdepth = 32; in itdssIOCompleted() local859 qdepth = MAX_OUTSTANDING_IO_PER_LUN; in itdssIOCompleted()863 qdepth = 63; in itdssIOCompleted()872 "ostiSetDeviceQueueDepth() Q=%d !!!\n", qdepth ) ); in itdssIOCompleted()876 TI_DBG2(("itdssIOCompleted: set ostiSetDeviceQueueDepth() Q=%d\n",qdepth)); in itdssIOCompleted()
1259 int64_t qdepth; in metaslab_group_allocatable() local1288 qdepth = zfs_refcount_count(&mga->mga_alloc_queue_depth); in metaslab_group_allocatable()1295 if (qdepth < qmax || mc->mc_alloc_groups == 1) in metaslab_group_allocatable()1312 qdepth = in metaslab_group_allocatable()1320 if (qdepth < qmax && !mgp->mg_no_free_space) in metaslab_group_allocatable()
2379 int qdepth = hn_get_txswq_depth(&sc->hn_tx_ring[0]); in hn_attach() local2382 if_setsendqlen(ifp, qdepth); in hn_attach()