Searched refs:queue_depth (Results 1 – 12 of 12) sorted by relevance
1089 device->queue_depth = in pqisrc_get_physical_device_info()1161 device_exist->queue_depth = new_device->queue_depth; in pqisrc_exist_device_update()1218 unsigned queue_depth; in pqisrc_update_log_dev_qdepth() local1250 queue_depth = 0; in pqisrc_update_log_dev_qdepth()1267 queue_depth += phys_disk->queue_depth; in pqisrc_update_log_dev_qdepth()1270 device->queue_depth = queue_depth; in pqisrc_update_log_dev_qdepth()1610 if (device->queue_depth != in pqisrc_update_device_list()1892 device->queue_depth = qdepth*256; in pqisrc_scan_devices()1895 device->queue_depth = qdepth*16; in pqisrc_scan_devices()1899 device->queue_depth = softs->adapterQDepth; in pqisrc_scan_devices()[all …]
324 device->queue_depth); in pqisrc_display_device_info()338 device->queue_depth); in pqisrc_display_device_info()352 device->queue_depth); in pqisrc_display_device_info()366 device->queue_depth, in pqisrc_display_device_info()
1137 smartpqi_adjust_queue_depth(struct cam_path *path, uint32_t queue_depth) in smartpqi_adjust_queue_depth() argument1148 crs.openings = queue_depth; in smartpqi_adjust_queue_depth()1187 dvp->queue_depth); in smartpqi_async()
819 uint16_t queue_depth; /* max. queue_depth for this device */ member916 uint8_t queue_depth:7; member
352 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()
185 uint32_t queue_depth; member
162 (U8) (identify->queue_depth in sati_device_update_capabilities()
375 U16 queue_depth; // word 75 member
158 uint32_t queue_depth; /**< queue depth for command looping */ member
118 uint64_t queue_depth; member1055 if ((io_opts->queue_depth != 0) in camdd_probe_file()1056 && (io_opts->queue_depth != 1)) { in camdd_probe_file()1058 "command supported", (uintmax_t)io_opts->queue_depth, in camdd_probe_file()1623 if (io_opts->queue_depth != 0) in camdd_probe_pass()1624 dev->target_queue_depth = io_opts->queue_depth; in camdd_probe_pass()3515 io_opts->queue_depth = strtoull(value, &endptr, 0);
110 queue_depth, /* Limit how many ops we queue to SIM */ enumerator
3429 u_int32_t queue_depth; member