Home
last modified time | relevance | path

Searched refs:qdepth (Results 1 – 9 of 9) 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.c3523 tgtdev->qdepth = (dev_pg0->QueueDepth); in mpi3mr_update_device()
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_discovery.c1972 uint16_t qdepth; in pqisrc_scan_devices() local
2081 qdepth = logical_queue_dev_list->lun_entries[i - physical_cnt].queue_depth; in pqisrc_scan_devices()
2084 device->queue_depth = qdepth*256; in pqisrc_scan_devices()
2087 device->queue_depth = qdepth*16; in pqisrc_scan_devices()
2094 (qdepth >= MAX_RAW_M256_QDEPTH)) in pqisrc_scan_devices()
2097 (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/dev/hyperv/netvsc/
H A Dif_hn.c2366 int qdepth = hn_get_txswq_depth(&sc->hn_tx_ring[0]); in hn_attach() local
2369 if_setsendqlen(ifp, qdepth); in hn_attach()