Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/smartpqi/
Dsmartpqi_discovery.c1785 uint16_t qdepth; in pqisrc_scan_devices() local
1889 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()
/freebsd-12-stable/sys/dev/pms/freebsd/driver/common/
Dlxencrypt.c1093 unsigned long flags, qdepth; in agtiapi_HandleEncryptedIOFailure() local
1113 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()
/freebsd-12-stable/sys/dev/pms/freebsd/driver/ini/src/
Dagtiapi.h201 U32 qdepth; member
Dosapi.c772 pDevice->qdepth = QueueDepth; in ostiSetDeviceQueueDepth()
Dagtiapi.c504 agtiapi_adjust_queue_depth(path, targ->qdepth); in agtiapi_async()
2076 agtiapi_adjust_queue_depth(ccb->ccb_h.path,targ->qdepth); in agtiapi_QueueCmnd_()
/freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
Ditdcb.c853 bit32 qdepth = 32; in itdssIOCompleted() local
860 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()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dmetaslab.c1143 int64_t qdepth; in metaslab_group_allocatable() local
1163 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()
/freebsd-12-stable/sys/dev/hyperv/netvsc/
Dif_hn.c2386 int qdepth = hn_get_txswq_depth(&sc->hn_tx_ring[0]); in hn_attach() local
2389 IFQ_SET_MAXLEN(&ifp->if_snd, qdepth); in hn_attach()
2390 ifp->if_snd.ifq_drv_maxlen = qdepth - 1; in hn_attach()