Home
last modified time | relevance | path

Searched refs:qdepth (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c1092 unsigned long flags, qdepth; in agtiapi_HandleEncryptedIOFailure() local
1112 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()
/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr_cam.h95 uint16_t qdepth; member
H A Dmpi3mr.c3324 tgtdev->qdepth = (dev_pg0->QueueDepth); in mpi3mr_update_device()
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_discovery.c2023 uint16_t qdepth; in pqisrc_scan_devices() local
2132 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()
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.h200 U32 qdepth; member
H A Dosapi.c771 pDevice->qdepth = QueueDepth; in ostiSetDeviceQueueDepth()
H A Dagtiapi.c497 agtiapi_adjust_queue_depth(path, targ->qdepth); in agtiapi_async()
2047 agtiapi_adjust_queue_depth(ccb->ccb_h.path,targ->qdepth); in agtiapi_QueueCmnd_()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdcb.c852 bit32 qdepth = 32; in itdssIOCompleted() local
859 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()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c1259 int64_t qdepth; in metaslab_group_allocatable() local
1288 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()
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c2379 int qdepth = hn_get_txswq_depth(&sc->hn_tx_ring[0]); in hn_attach() local
2382 if_setsendqlen(ifp, qdepth); in hn_attach()