usb_ss_hub_descr_t
int len = MIN(sizeof (usb_ss_hub_descr_t), ucrp->ctrl_wLength);
usb_ss_hub_descr_t *hdp = &xhcip->xhci_usba.xa_hub_descr;
bzero(hdp, sizeof (usb_ss_hub_descr_t));
hdp->bDescLength = sizeof (usb_ss_hub_descr_t);
usb_ss_hub_descr_t hub_descr;
usb_ss_hub_descr_t xa_hub_descr;