Lines Matching defs:pcicfg_phdl
142 struct pcicfg_phdl { struct
145 pcicfg_phdl_t *next; argument
147 uint64_t memory_base; /* Memory base for this attach point */
148 uint64_t memory_last;
149 uint64_t memory_len;
150 uint32_t io_base; /* I/O base for this attach point */
151 uint32_t io_last;
152 uint32_t io_len;
154 int error;
155 uint_t highest_bus; /* Highest bus seen on the probe */
157 hole_t mem_hole; /* Memory hole linked list. */
158 hole_t io_hole; /* IO hole linked list */
160 ndi_ra_request_t mem_req; /* allocator request for memory */
161 ndi_ra_request_t io_req; /* allocator request for I/O */