Searched defs:schpc (Results 1 – 1 of 1) sorted by relevance
112 typedef struct schpc { struct113 uint32_t schpc_instance; /* Instance # */ argument114 dev_info_t *schpc_devi; /* Ptr to dev_info */ argument115 kmutex_t schpc_mutex; /* Mutex to protect struct */ argument116 kcondvar_t schpc_cv; /* Conditional Variable */ argument117 char *schpc_property; /* Ptr to slot-table */ argument118 uint32_t schpc_property_size; /* Size of slot-table */ argument119 uint32_t schpc_hotplugmodel; /* Type of Hot Plug */ argument120 uint16_t schpc_transid; /* Current transaction ID */ argument121 uint16_t schpc_number_of_slots; /* Slot on IO Board */ argument[all …]