Home
last modified time | relevance | path

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

/src/sys/dev/smartpqi/
H A Dsmartpqi_misc.c223 uint32_t queue_depth = softs->pqi_cap.max_outstanding_io; in bsd_set_hint_adapter_queue_depth() local
227 if ((!softs->hint.queue_depth) || (softs->hint.queue_depth > in bsd_set_hint_adapter_queue_depth()
232 else if (softs->hint.queue_depth < PQISRC_MIN_OUTSTANDING_REQ) { in bsd_set_hint_adapter_queue_depth()
239 softs->hint.queue_depth; in bsd_set_hint_adapter_queue_depth()
243 queue_depth, softs->pqi_cap.max_outstanding_io); in bsd_set_hint_adapter_queue_depth()
H A Dsmartpqi_helper.c272 device->queue_depth); in pqisrc_display_device_info()
286 device->queue_depth); in pqisrc_display_device_info()
300 device->queue_depth); in pqisrc_display_device_info()
314 device->queue_depth, in pqisrc_display_device_info()
H A Dsmartpqi_discovery.c1305 device->queue_depth = PQI_PHYSICAL_DISK_DEFAULT_MAX_QUEUE_DEPTH; in pqisrc_get_physical_device_info()
1309 device->queue_depth = in pqisrc_get_physical_device_info()
1325 DBG_DISC("BMIC DEV_TYPE: %x QUEUE DEPTH: 0x%x \n", device->device_type, device->queue_depth); in pqisrc_get_physical_device_info()
1384 device_exist->queue_depth = new_device->queue_depth; in pqisrc_exist_device_update()
1774 device->queue_depth = PQI_LOGICAL_DISK_DEFAULT_MAX_QUEUE_DEPTH; in pqisrc_update_device_list()
2081 qdepth = logical_queue_dev_list->lun_entries[i - physical_cnt].queue_depth; in pqisrc_scan_devices()
2084 device->queue_depth = qdepth*256; in pqisrc_scan_devices()
2087 device->queue_depth = qdepth*16; in pqisrc_scan_devices()
2089 if (device->queue_depth > softs->adapterQDepth) { in pqisrc_scan_devices()
2091 device->queue_depth = softs->adapterQDepth; in pqisrc_scan_devices()
[all …]
H A Dsmartpqi_cam.c1164 smartpqi_adjust_queue_depth(struct cam_path *path, uint32_t queue_depth) in smartpqi_adjust_queue_depth() argument
1175 crs.openings = queue_depth; in smartpqi_adjust_queue_depth()
1216 smartpqi_adjust_queue_depth(path, dvp->queue_depth); in smartpqi_async()
H A Dsmartpqi_main.c208 softs->hint.queue_depth = value; in smartpqi_read_all_device_hint_file_entries()
H A Dsmartpqi_structures.h891 uint16_t queue_depth; /* max. queue_depth for this device */ member
967 uint8_t queue_depth:7; member
H A Dsmartpqi_defines.h1141 uint32_t queue_depth; member
/src/sys/dev/isci/
H A Disci_controller.c350 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()
456 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.h183 uint32_t queue_depth; member
/src/sys/dev/mana/
H A Dhw_channel.h163 uint16_t queue_depth; member
177 uint16_t queue_depth; member
H A Dhw_channel.c360 comp_read = mana_gd_poll_cq(q_self, completions, hwc_cq->queue_depth); in mana_hwc_comp_event()
442 hwc_cq->queue_depth = q_depth; in mana_hwc_create_cq()
562 hwc_wq->queue_depth = q_depth; in mana_hwc_create_wq()
/src/sys/dev/isci/scil/
H A Dsati_device.c160 (U8) (identify->queue_depth in sati_device_update_capabilities()
H A Dintel_ata.h373 U16 queue_depth; // word 75 member
/src/sys/dev/ocs_fc/
H A Docs_ioctl.h156 uint32_t queue_depth; /**< queue depth for command looping */ member
/src/usr.sbin/camdd/
H A Dcamdd.c109 uint64_t queue_depth; member
1042 if ((io_opts->queue_depth != 0) in camdd_probe_file()
1043 && (io_opts->queue_depth != 1)) { in camdd_probe_file()
1045 "command supported", (uintmax_t)io_opts->queue_depth, in camdd_probe_file()
1609 if (io_opts->queue_depth != 0) in camdd_probe_pass()
1610 dev->target_queue_depth = io_opts->queue_depth; in camdd_probe_pass()
3492 io_opts->queue_depth = strtoull(value, &endptr, 0);
/src/sys/contrib/edk2/Include/IndustryStandard/
H A DAtapi.h112 UINT16 queue_depth; member
/src/sys/cam/
H A Dcam_iosched.c153 queue_depth, /* Limit how many ops we queue to SIM */ enumerator
/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzvol_os.c151 zso->tag_set.queue_depth = zvol_actual_blk_mq_queue_depth; in zvol_blk_mq_alloc_tag_set()
/src/sys/dev/mrsas/
H A Dmrsas.h3421 u_int32_t queue_depth; member