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

/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_discovery.c1785 uint16_t qdepth; local
1889 qdepth = logical_queue_dev_list->lun_entries[i - physical_cnt].queue_depth;
1892 device->queue_depth = qdepth*256;
1895 device->queue_depth = qdepth*16;
1902 (qdepth <= 0 || qdepth >= MAX_RAW_M256_QDEPTH))
1905 (qdepth <= 0 || qdepth >= MAX_RAW_M16_QDEPTH))
/freebsd-13-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c1093 unsigned long flags, qdepth; local
1113 qdepth = atomic_read(&ioerr_queue_count);
1114 if (qdepth >= IOERR_QUEUE_DEPTH_MAX) {
1115 printf("%s: Not queueing IO error due to queue full: %lu entries.\n", __FUNCTION__, qdepth);
/freebsd-13-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.h201 U32 qdepth; member in struct:_ag_device
H A Dosapi.c772 pDevice->qdepth = QueueDepth;
H A Dagtiapi.c504 agtiapi_adjust_queue_depth(path, targ->qdepth);
2076 agtiapi_adjust_queue_depth(ccb->ccb_h.path,targ->qdepth);
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdcb.c853 bit32 qdepth = 32; local
860 qdepth = MAX_OUTSTANDING_IO_PER_LUN;
864 qdepth = 63;
873 "ostiSetDeviceQueueDepth() Q=%d !!!\n", qdepth ) );
877 TI_DBG2(("itdssIOCompleted: set ostiSetDeviceQueueDepth() Q=%d\n",qdepth));
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c1256 int64_t qdepth; local
1276 qdepth = zfs_refcount_count(&mga->mga_alloc_queue_depth);
1283 if (qdepth < qmax || mc->mc_alloc_groups == 1)
1300 qdepth =
1308 if (qdepth < qmax && !mgp->mg_no_free_space)
/freebsd-13-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c2390 int qdepth = hn_get_txswq_depth(&sc->hn_tx_ring[0]); local
2393 IFQ_SET_MAXLEN(&ifp->if_snd, qdepth);
2394 ifp->if_snd.ifq_drv_maxlen = qdepth - 1;

Completed in 227 milliseconds