Searched defs:pcicfg_phdl (Results 1 – 2 of 2) sorted by relevance
100 struct pcicfg_phdl { struct104 pcicfg_phdl_t *next; argument107 uint64_t memory_base; /* Memory base for this attach point */108 uint64_t memory_last;109 uint64_t memory_len;112 uint64_t pf_memory_base; /* PF Memory base for this Connection */113 uint64_t pf_memory_last;114 uint64_t pf_memory_len;117 uint32_t io_base; /* I/O base for this attach point */118 uint32_t io_last;[all …]
144 struct pcicfg_phdl { struct147 pcicfg_phdl_t *next; argument149 uint64_t memory_base; /* Memory base for this attach point */150 uint64_t memory_last;151 uint64_t memory_len;152 uint32_t io_base; /* I/O base for this attach point */153 uint32_t io_last;154 uint32_t io_len;156 int error;157 uint_t highest_bus; /* Highest bus seen on the probe */[all …]