Searched refs:max_depth (Results 1 - 9 of 9) sorted by relevance

/drivers/acpi/acpica/
H A Dnswalk.c156 * max_depth - Depth to which search is to reach
186 u32 max_depth,
313 (level < max_depth) && (status != AE_CTRL_DEPTH)) {
184 acpi_ns_walk_namespace(acpi_object_type type, acpi_handle start_node, u32 max_depth, u32 flags, acpi_walk_callback pre_order_visit, acpi_walk_callback post_order_visit, void *context, void **return_value) argument
H A Dnsdump.c620 * max_depth - Maximum depth of dump. Use ACPI_UINT32_MAX
636 u32 max_depth,
660 (void)acpi_ns_walk_namespace(type, start_handle, max_depth,
703 * max_depth - Maximum depth of dump. Use INT_MAX
712 void acpi_ns_dump_tables(acpi_handle search_base, u32 max_depth) argument
736 acpi_ns_dump_objects(ACPI_TYPE_ANY, ACPI_DISPLAY_OBJECTS, max_depth,
634 acpi_ns_dump_objects(acpi_object_type type, u8 display_type, u32 max_depth, acpi_owner_id owner_id, acpi_handle start_handle) argument
H A Dacnamesp.h105 u32 max_depth,
173 void acpi_ns_dump_tables(acpi_handle search_base, u32 max_depth);
191 u32 max_depth,
H A Dnsxfeval.c436 * max_depth - Depth to which search is to reach
466 u32 max_depth,
478 (!max_depth) || (!pre_order_visit && !post_order_visit)) {
509 status = acpi_ns_walk_namespace(type, start_object, max_depth,
464 acpi_walk_namespace(acpi_object_type type, acpi_handle start_object, u32 max_depth, acpi_walk_callback pre_order_visit, acpi_walk_callback post_order_visit, void *context, void **return_value) argument
/drivers/firewire/
H A Dcore-topology.c160 if (node->ports[i]->max_depth > depths[0]) {
162 depths[0] = node->ports[i]->max_depth;
163 } else if (node->ports[i]->max_depth > depths[1])
164 depths[1] = node->ports[i]->max_depth;
167 node->max_depth = depths[0] + 1;
H A Dcore.h196 u8 max_depth:4; /* Maximum depth to any leaf node */ member in struct:fw_node
/drivers/message/fusion/
H A Dmptscsih.c2412 int max_depth; local
2424 max_depth = 1;
2427 max_depth = MPT_SCSI_CMD_PER_DEV_HIGH;
2429 max_depth = MPT_SCSI_CMD_PER_DEV_LOW;
2431 max_depth = ioc->sh->can_queue;
2434 max_depth = 1;
2436 if (qdepth > max_depth)
2437 qdepth = max_depth;
/drivers/pci/
H A Dsetup-bus.c1348 int max_depth = pci_get_max_depth(); local
1350 pci_try_num = max_depth + 1;
1352 max_depth, pci_try_num);
/drivers/scsi/mpt2sas/
H A Dmpt2sas_scsih.c1181 int max_depth; local
1188 max_depth = shost->can_queue;
1205 max_depth = MPT2SAS_SATA_QUEUE_DEPTH;
1210 max_depth = 1;
1211 if (qdepth > max_depth)
1212 qdepth = max_depth;

Completed in 575 milliseconds