Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/isci/
H A Disci_controller.c352 controller->queue_depth = SCI_MAX_IO_REQUESTS - SCI_MAX_DOMAINS; in isci_controller_initialize()
355 &controller->queue_depth)) { in isci_controller_initialize()
356 controller->queue_depth = max(1, min(controller->queue_depth, in isci_controller_initialize()
363 controller->sim_queue_depth = controller->queue_depth - 1; in isci_controller_initialize()
459 controller->queue_depth * isci_io_request_get_object_size(); in isci_controller_allocate_memory()
492 for (int i = 0; i < controller->queue_depth; i++) { in isci_controller_allocate_memory()
H A Disci.h182 uint32_t queue_depth; member
/freebsd-12.1/sys/dev/smartpqi/
H A Dsmartpqi_discovery.c1028 device->queue_depth = PQI_PHYSICAL_DISK_DEFAULT_MAX_QUEUE_DEPTH; in pqisrc_get_physical_device_info()
1032 device->queue_depth = in pqisrc_get_physical_device_info()
1045 DBG_DISC("BMIC DEV_TYPE: %x QUEUE DEPTH: 0x%x \n", device->device_type, device->queue_depth); in pqisrc_get_physical_device_info()
1097 device_exist->queue_depth = new_device->queue_depth; in pqisrc_exist_device_update()
1153 unsigned queue_depth; in pqisrc_update_log_dev_qdepth() local
1174 device->queue_depth = PQI_LOGICAL_DISK_DEFAULT_MAX_QUEUE_DEPTH; in pqisrc_update_log_dev_qdepth()
1185 queue_depth = 0; in pqisrc_update_log_dev_qdepth()
1202 queue_depth += phys_disk->queue_depth; in pqisrc_update_log_dev_qdepth()
1205 device->queue_depth = queue_depth; in pqisrc_update_log_dev_qdepth()
1481 if (device->queue_depth != in pqisrc_update_device_list()
[all …]
H A Dsmartpqi_helper.c266 device->queue_depth); in pqisrc_display_device_info()
H A Dsmartpqi_cam.c1015 void smartpqi_adjust_queue_depth(struct cam_path *path, uint32_t queue_depth) in smartpqi_adjust_queue_depth() argument
1025 crs.openings = queue_depth; in smartpqi_adjust_queue_depth()
1060 dvp->queue_depth); in smartpqi_async()
H A Dsmartpqi_structures.h711 uint16_t queue_depth; /* max. queue_depth for this device */ member
/freebsd-12.1/sys/geom/sched/
H A Dgs_rr.c172 struct x_bound queue_depth; /* max parallel requests */ member
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)) in g_rr_next()
/freebsd-12.1/sys/dev/isci/scil/
H A Dsati_device.c162 (U8) (identify->queue_depth in sati_device_update_capabilities()
H A Dintel_ata.h375 U16 queue_depth; // word 75 member
/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_ioctl.h158 uint32_t queue_depth; /**< queue depth for command looping */ member
/freebsd-12.1/usr.sbin/camdd/
H A Dcamdd.c118 uint64_t queue_depth; member
1047 if ((io_opts->queue_depth != 0) in camdd_probe_file()
1048 && (io_opts->queue_depth != 1)) { in camdd_probe_file()
1050 "command supported", (uintmax_t)io_opts->queue_depth, in camdd_probe_file()
1542 if (io_opts->queue_depth != 0) in camdd_probe_pass()
1543 dev->target_queue_depth = io_opts->queue_depth; in camdd_probe_pass()
3375 io_opts->queue_depth = strtoull(value, &endptr, 0);
/freebsd-12.1/sys/cam/
H A Dcam_iosched.c112 queue_depth, /* Limit how many ops we queue to SIM */ enumerator
/freebsd-12.1/sys/dev/mrsas/
H A Dmrsas.h3174 u_int32_t queue_depth; member