Searched refs:queue_depth (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/sys/dev/isci/ |
| D | isci_controller.c | 350 controller->queue_depth = SCI_MAX_IO_REQUESTS - SCI_MAX_DOMAINS; in isci_controller_initialize() 353 &controller->queue_depth)) { in isci_controller_initialize() 354 controller->queue_depth = max(1, min(controller->queue_depth, in isci_controller_initialize() 361 controller->sim_queue_depth = controller->queue_depth - 1; in isci_controller_initialize() 455 controller->queue_depth * isci_io_request_get_object_size(); in isci_controller_allocate_memory() 487 for (int i = 0; i < controller->queue_depth; i++) { in isci_controller_allocate_memory()
|
| D | isci.h | 180 uint32_t queue_depth; member
|
| /freebsd-10-stable/sys/geom/sched/ |
| D | gs_rr.c | 170 struct x_bound queue_depth; /* max parallel requests */ member 192 .queue_depth = { 1, 1, 50 }, 217 SYSCTL_INT(_kern_geom_sched_rr, OID_AUTO, queue_depth, CTLFLAG_RW, 218 &me.queue_depth.x_cur, 0, "Maximum simultaneous requests"); 406 if (sc->sc_in_flight >= get_bounded(&me.queue_depth, 0)) in g_rr_next()
|
| /freebsd-10-stable/sys/dev/isci/scil/ |
| D | sati_device.c | 160 (U8) (identify->queue_depth in sati_device_update_capabilities()
|
| D | intel_ata.h | 373 U16 queue_depth; // word 75 member
|
| /freebsd-10-stable/usr.sbin/camdd/ |
| D | camdd.c | 118 uint64_t queue_depth; member 1054 if ((io_opts->queue_depth != 0) in camdd_probe_file() 1055 && (io_opts->queue_depth != 1)) { in camdd_probe_file() 1057 "command supported", (uintmax_t)io_opts->queue_depth, in camdd_probe_file() 1469 if (io_opts->queue_depth != 0) in camdd_probe_pass() 1470 dev->target_queue_depth = io_opts->queue_depth; in camdd_probe_pass() 3281 io_opts->queue_depth = strtoull(value, &endptr, 0);
|