Searched defs:pcie_hp_ctrl (Results 1 – 1 of 1) sorted by relevance
342 struct pcie_hp_ctrl { struct343 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 */348 pcie_hp_slot_t *hc_slots[PCIE_HP_MAX_SLOTS]; /* Slot pointers */349 boolean_t hc_has_attn; /* Do we have attn btn? */350 boolean_t hc_has_mrl; /* Do we have MRL? */351 boolean_t hc_has_pwr; /* Do we have a power ctl? */352 kcondvar_t hc_cmd_comp_cv; /* Command Completion intr */353 boolean_t hc_cmd_pending; /* Command completion pending */[all …]