Searched refs:h_hub_descr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h177 struct usb_hub_descr h_hub_descr; member in struct:hubd
266 hubd::h_hub_descr
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c680 for (portno = 1; portno <= hubd->h_hub_descr.bNbrPorts; portno++) {
713 for (port = 1; port <= hubd->h_hub_descr.bNbrPorts; port++) {
719 ASSERT(port <= hubd->h_hub_descr.bNbrPorts);
755 (port <= hubd->h_hub_descr.bNbrPorts); port++) {
1442 for (port = 1; port <= hubd->h_hub_descr.bNbrPorts; port++) {
1465 for (port = 1; port <= hubd->h_hub_descr.bNbrPorts; port++) {
2025 "#ports=0x%x", hubd->h_hub_descr.bNbrPorts);
2027 for (i = 1; i <= hubd->h_hub_descr.bNbrPorts; i++) {
2046 ports_count = hubd->h_hub_descr.bNbrPorts;
2334 for (port = 1; port <= hubd->h_hub_descr
[all...]

Completed in 50 milliseconds