Searched refs:qdepth (Results 1 – 9 of 9) 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
3523 tgtdev->qdepth = (dev_pg0->QueueDepth); in mpi3mr_update_device()
1972 uint16_t qdepth; in pqisrc_scan_devices() local2081 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()
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()
2366 int qdepth = hn_get_txswq_depth(&sc->hn_tx_ring[0]); in hn_attach() local2369 if_setsendqlen(ifp, qdepth); in hn_attach()