Searched defs:pcicfg_phdl (Results 1 – 2 of 2) sorted by relevance
99 struct pcicfg_phdl { struct103 pcicfg_phdl_t *next; argument106 uint64_t memory_base; /* Memory base for this attach point */107 uint64_t memory_last;108 uint64_t memory_len;111 uint64_t pf_memory_base; /* PF Memory base for this Connection */112 uint64_t pf_memory_last;113 uint64_t pf_memory_len;116 uint32_t io_base; /* I/O base for this attach point */117 uint32_t io_last;[all …]
142 struct pcicfg_phdl { struct145 pcicfg_phdl_t *next; argument147 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 */[all …]