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

/freebsd-10.2-release/sys/dev/asr/
H A Dosd_unix.h439 int qdepth; /* Controller queue depth. */ member in struct:__anon7872
494 int qdepth; /* Controller Queue depth. */ member in struct:__anon7874
528 int qdepth; /* Controller queue depth. */ member in struct:dpt_cfg
/freebsd-10.2-release/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-10.2-release/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.h201 U32 qdepth; member in struct:_ag_device
H A Dosapi.c773 pDevice->qdepth = QueueDepth;
H A Dagtiapi.c505 agtiapi_adjust_queue_depth(path, targ->qdepth);
2082 agtiapi_adjust_queue_depth(ccb->ccb_h.path,targ->qdepth);
/freebsd-10.2-release/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));

Completed in 83 milliseconds