pci_space.h (7c478bd9) pci_space.h (810a4a70)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
8 *

--- 6 unchanged lines hidden (view full) ---

15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner]
19 *
20 * CDDL HEADER END
21 */
22/*
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
8 *

--- 6 unchanged lines hidden (view full) ---

15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 * If applicable, add the following below this CDDL HEADER, with the
17 * fields enclosed by brackets "[]" replaced with your own identifying
18 * information: Portions Copyright [yyyy] [name of copyright owner]
19 *
20 * CDDL HEADER END
21 */
22/*
23 * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
23 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
25 */
26
27#ifndef _SYS_PCI_SPACE_H
28#define _SYS_PCI_SPACE_H
29
30#pragma ident "%Z%%M% %I% %E% SMI"
31

--- 109 unchanged lines hidden (view full) ---

141
142extern uintptr_t pci_kmem_clid;
143extern uint_t pci_intr_dma_sync;
144extern uint_t pci_xmits_sc_max_prf;
145extern uint64_t xmits_error_intr_enable;
146extern uint_t xmits_perr_recov_int_enable;
147extern uint_t xmits_max_transactions;
148extern uint_t xmits_max_read_bytes;
24 * Use is subject to license terms.
25 */
26
27#ifndef _SYS_PCI_SPACE_H
28#define _SYS_PCI_SPACE_H
29
30#pragma ident "%Z%%M% %I% %E% SMI"
31

--- 109 unchanged lines hidden (view full) ---

141
142extern uintptr_t pci_kmem_clid;
143extern uint_t pci_intr_dma_sync;
144extern uint_t pci_xmits_sc_max_prf;
145extern uint64_t xmits_error_intr_enable;
146extern uint_t xmits_perr_recov_int_enable;
147extern uint_t xmits_max_transactions;
148extern uint_t xmits_max_read_bytes;
149extern uint_t xmits_upper_retry_counter;
149
150extern int pci_dvma_remap_enabled;
151extern kthread_t *pci_reloc_thread;
152extern kmutex_t pci_reloc_mutex;
153extern kcondvar_t pci_reloc_cv;
154extern int pci_reloc_presuspend;
155extern int pci_reloc_suspend;
156extern id_t pci_dvma_cbid;
157extern id_t pci_fast_dvma_cbid;
158extern int pci_dma_panic_on_leak;
159
160#ifdef __cplusplus
161}
162#endif
163
164#endif /* _SYS_PCI_SPACE_H */
150
151extern int pci_dvma_remap_enabled;
152extern kthread_t *pci_reloc_thread;
153extern kmutex_t pci_reloc_mutex;
154extern kcondvar_t pci_reloc_cv;
155extern int pci_reloc_presuspend;
156extern int pci_reloc_suspend;
157extern id_t pci_dvma_cbid;
158extern id_t pci_fast_dvma_cbid;
159extern int pci_dma_panic_on_leak;
160
161#ifdef __cplusplus
162}
163#endif
164
165#endif /* _SYS_PCI_SPACE_H */