Searched defs:wusb_hc_data (Results 1 – 1 of 1) sorted by relevance
83 typedef struct wusb_hc_data { struct84 dev_info_t *hc_dip;85 void *hc_private_data;86 uint8_t hc_chid[16];87 uint8_t hc_cluster_id;88 uint8_t hc_num_mmcies;89 kmutex_t hc_mutex;90 wusb_ie_header_t **hc_mmcie_list;92 boolean_t hc_newcon_enabled;95 wusb_ie_keepalive_t hc_alive_ie;[all …]