Searched refs:queue_depth (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/sys/geom/sched/
H A Dgs_rr.c172 struct x_bound queue_depth; /* max parallel requests */ member in struct:g_rr_params
194 .queue_depth = { 1, 1, 50 },
219 SYSCTL_INT(_kern_geom_sched_rr, OID_AUTO, queue_depth, CTLFLAG_RW,
220 &me.queue_depth.x_cur, 0, "Maximum simultaneous requests");
408 if (sc->sc_in_flight >= get_bounded(&me.queue_depth, 0))
/freebsd-12-stable/sys/dev/isci/
H A Disci_controller.c352 controller->queue_depth = SCI_MAX_IO_REQUESTS - SCI_MAX_DOMAINS;
355 &controller->queue_depth)) {
356 controller->queue_depth = max(1, min(controller->queue_depth,
363 controller->sim_queue_depth = controller->queue_depth - 1;
459 controller->queue_depth * isci_io_request_get_object_size();
492 for (int i = 0; i < controller->queue_depth; i++) {
H A Disci.h185 uint32_t queue_depth; member in struct:ISCI_CONTROLLER
/freebsd-12-stable/sys/dev/isci/scil/
H A Dsati_device.c162 (U8) (identify->queue_depth
H A Dintel_ata.h375 U16 queue_depth; // word 75 member in struct:ATA_IDENTIFY_DEVICE_DATA
/freebsd-12-stable/sys/dev/smartpqi/
H A Dsmartpqi_discovery.c1028 device->queue_depth = PQI_PHYSICAL_DISK_DEFAULT_MAX_QUEUE_DEPTH;
1032 device->queue_depth =
1045 DBG_DISC("BMIC DEV_TYPE: %x QUEUE DEPTH: 0x%x \n", device->device_type, device->queue_depth);
1097 device_exist->queue_depth = new_device->queue_depth;
1153 unsigned queue_depth; local
1174 device->queue_depth = PQI_LOGICAL_DISK_DEFAULT_MAX_QUEUE_DEPTH;
1185 queue_depth = 0;
1202 queue_depth += phys_disk->queue_depth;
[all...]
H A Dsmartpqi_helper.c266 device->queue_depth);
H A Dsmartpqi_cam.c1015 void smartpqi_adjust_queue_depth(struct cam_path *path, uint32_t queue_depth) argument
1025 crs.openings = queue_depth;
1060 dvp->queue_depth);
H A Dsmartpqi_structures.h711 uint16_t queue_depth; /* max. queue_depth for this device */ member in struct:pqi_scsi_device
/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_ioctl.h158 uint32_t queue_depth; /**< queue depth for command looping */ member in struct:__anon14843
/freebsd-12-stable/usr.sbin/camdd/
H A Dcamdd.c117 uint64_t queue_depth; member in struct:camdd_io_opts
1046 if ((io_opts->queue_depth != 0)
1047 && (io_opts->queue_depth != 1)) {
1049 "command supported", (uintmax_t)io_opts->queue_depth,
1541 if (io_opts->queue_depth != 0)
1542 dev->target_queue_depth = io_opts->queue_depth;
3374 io_opts->queue_depth = strtoull(value, &endptr, 0);
/freebsd-12-stable/sys/cam/
H A Dcam_iosched.c112 queue_depth, /* Limit how many ops we queue to SIM */ enumerator in enum:__anon9572
119 { "none", "queue_depth", "iops", "bandwidth" };
176 { /* queue_depth */
/freebsd-12-stable/sys/dev/mrsas/
H A Dmrsas.h3174 u_int32_t queue_depth; member in struct:mrsas_target

Completed in 216 milliseconds