Home
last modified time | relevance | path

Searched defs:pcie_hp_ctrl (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h342 struct pcie_hp_ctrl { struct
343 dev_info_t *hc_dip; /* DIP for HP controller */
344 kmutex_t hc_mutex; /* Mutex for this ctrl */
345 uint_t hc_flags; /* Misc flags */
350 boolean_t hc_has_mrl; /* Do we have MRL? */
358 taskqid_t hc_startup_sync; /* Startup synched? */
365 int hc_curr_bus_speed; /* Current Bus Speed */
366 uint32_t hc_device_start; /* 1st PCI Device # */
367 uint32_t hc_phys_start; /* 1st Phys Device # */
372 pcie_hp_regops_t hc_regops;
[all …]