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

/freebsd-current/sys/dev/smartpqi/
H A Dsmartpqi_misc.c223 uint32_t queue_depth = softs->pqi_cap.max_outstanding_io; local
227 if ((!softs->hint.queue_depth) || (softs->hint.queue_depth >
232 else if (softs->hint.queue_depth < PQISRC_MIN_OUTSTANDING_REQ) {
239 softs->hint.queue_depth;
243 queue_depth, softs->pqi_cap.max_outstanding_io);
H A Dsmartpqi_helper.c274 device->queue_depth);
288 device->queue_depth);
302 device->queue_depth);
316 device->queue_depth,
H A Dsmartpqi_discovery.c1306 device->queue_depth = PQI_PHYSICAL_DISK_DEFAULT_MAX_QUEUE_DEPTH;
1310 device->queue_depth =
1326 DBG_DISC("BMIC DEV_TYPE: %x QUEUE DEPTH: 0x%x \n", device->device_type, device->queue_depth);
1385 device_exist->queue_depth = new_device->queue_depth;
1832 device->queue_depth = PQI_LOGICAL_DISK_DEFAULT_MAX_QUEUE_DEPTH;
2132 qdepth = logical_queue_dev_list->lun_entries[i - physical_cnt].queue_depth;
2135 device->queue_depth = qdepth*256;
2138 device->queue_depth = qdepth*16;
2140 if (device->queue_depth > soft
[all...]
H A Dsmartpqi_cam.c1170 smartpqi_adjust_queue_depth(struct cam_path *path, uint32_t queue_depth) argument
1181 crs.openings = queue_depth;
1224 smartpqi_adjust_queue_depth(path, dvp->queue_depth);
H A Dsmartpqi_structures.h890 uint16_t queue_depth; /* max. queue_depth for this device */ member in struct:pqi_scsi_device
964 uint8_t queue_depth:7; member in struct:reportlun_queue_depth_entry
H A Dsmartpqi_defines.h900 #define ADAPTER_QUEUE_DEPTH "queue_depth"
1132 uint32_t queue_depth; member in struct:device_hints
H A Dsmartpqi_main.c477 /* hint.smartpqi.0.queue_depth = "0" */
479 softs->hint.queue_depth = value;
/freebsd-current/sys/dev/mana/
H A Dhw_channel.h163 uint16_t queue_depth; member in struct:hwc_cq
177 uint16_t queue_depth; member in struct:hwc_wq
H A Dhw_channel.c360 comp_read = mana_gd_poll_cq(q_self, completions, hwc_cq->queue_depth);
448 hwc_cq->queue_depth = q_depth;
572 hwc_wq->queue_depth = q_depth;
/freebsd-current/sys/dev/isci/
H A Disci_controller.c350 controller->queue_depth = SCI_MAX_IO_REQUESTS - SCI_MAX_DOMAINS;
353 &controller->queue_depth)) {
354 controller->queue_depth = max(1, min(controller->queue_depth,
361 controller->sim_queue_depth = controller->queue_depth - 1;
456 controller->queue_depth * isci_io_request_get_object_size();
492 for (int i = 0; i < controller->queue_depth; i++) {
H A Disci.h183 uint32_t queue_depth; member in struct:ISCI_CONTROLLER
/freebsd-current/sys/dev/isci/scil/
H A Dsati_device.c160 (U8) (identify->queue_depth
H A Dintel_ata.h373 U16 queue_depth; // word 75 member in struct:ATA_IDENTIFY_DEVICE_DATA
/freebsd-current/sys/dev/ocs_fc/
H A Docs_ioctl.h156 uint32_t queue_depth; /**< queue depth for command looping */ member in struct:__anon4004
/freebsd-current/usr.sbin/camdd/
H A Dcamdd.c109 uint64_t queue_depth; member in struct:camdd_io_opts
1042 if ((io_opts->queue_depth != 0)
1043 && (io_opts->queue_depth != 1)) {
1045 "command supported", (uintmax_t)io_opts->queue_depth,
1609 if (io_opts->queue_depth != 0)
1610 dev->target_queue_depth = io_opts->queue_depth;
3492 io_opts->queue_depth = strtoull(value, &endptr, 0);
/freebsd-current/sys/cam/
H A Dcam_iosched.c151 queue_depth, /* Limit how many ops we queue to SIM */ enumerator in enum:__anon45
158 { "none", "queue_depth", "iops", "bandwidth" };
215 { /* queue_depth */
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzvol_os.c206 zso->tag_set.queue_depth = zvol_actual_blk_mq_queue_depth;
/freebsd-current/sys/dev/mrsas/
H A Dmrsas.h3421 u_int32_t queue_depth; member in struct:mrsas_target

Completed in 200 milliseconds