Home
last modified time | relevance | path

Searched refs:h_nports (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c722 ASSERT(port <= hubd->h_nports); in hubd_child_dip2port()
758 (port <= hubd->h_nports); port++) { in hubd_can_suspend()
2020 hubd->h_nports, chars); in usba_hubdi_attach()
2065 "#ports=0x%x", hubd->h_nports); in usba_hubdi_attach()
2086 ports_count = hubd->h_nports; in usba_hubdi_attach()
3279 hubd->h_nports = hub_descr.bNbrPorts; in hubd_get_hub_descriptor()
3308 if (hubd->h_nports > MAX_PORTS) { in hubd_get_hub_descriptor()
3314 hubd->h_nports = MAX_PORTS; in hubd_get_hub_descriptor()
3906 nports = hubd->h_nports; in hubd_hotplug_thread()
7179 nports = hubd->h_nports; in hubd_disconnect_event_cb()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h179 uint8_t h_nports; /* from bNbrPorts */ member