Home
last modified time | relevance | path

Searched refs:xcap_max_ports (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c252 if (port < 1 || port > xhcip->xhci_caps.xcap_max_ports) in xhci_root_hub_handle_port_clear_feature()
333 if (port < 1 || port > xhcip->xhci_caps.xcap_max_ports) in xhci_root_hub_handle_port_set_feature()
455 if (port < 1 || port > xhcip->xhci_caps.xcap_max_ports) in xhci_root_hub_handle_port_get_status()
623 for (i = 0; i <= xhcip->xhci_caps.xcap_max_ports; i++) { in xhci_root_hub_psc_callback()
760 hdp->bNbrPorts = xhcip->xhci_caps.xcap_max_ports; in xhci_root_hub_fill_hub_desc()
779 for (i = 1; i < xhcip->xhci_caps.xcap_max_ports; i++) { in xhci_root_hub_fill_hub_desc()
H A Dxhci.c1243 xcap->xcap_max_ports = XHCI_HCS1_N_PORTS(struc1); in xhci_read_params()
1244 if (xcap->xcap_max_ports > MAX_PORTS) { in xhci_read_params()
1246 "supports %d, limiting to %d\n", xcap->xcap_max_ports, in xhci_read_params()
1248 xcap->xcap_max_ports = MAX_PORTS; in xhci_read_params()
1857 xhi.xhi_nports = xhcip->xhci_caps.xcap_max_ports; in xhci_ioctl_portsc()
1858 for (i = 1; i <= xhcip->xhci_caps.xcap_max_ports; i++) { in xhci_ioctl_portsc()
1880 xhcip->xhci_caps.xcap_max_ports) in xhci_ioctl_clear()
1903 xhcip->xhci_caps.xcap_max_ports) in xhci_ioctl_setpls()
H A Dxhci_event.c126 if (port < 1 || port > xhcip->xhci_caps.xcap_max_ports) { in xhci_event_process_psc()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h286 uint8_t xcap_max_ports; member