Searched refs:hw_port (Results 1 – 1 of 1) sorted by relevance
2193 struct xhci_port *hw_port = &xhci->hw_ports[i]; in xhci_add_in_port() local2195 if (hw_port->rhub) { in xhci_add_in_port()2200 hw_port->rhub->maj_rev, major_revision); in xhci_add_in_port()2204 if (hw_port->rhub != rhub && in xhci_add_in_port()2205 hw_port->hcd_portnum != DUPLICATE_ENTRY) { in xhci_add_in_port()2206 hw_port->rhub->num_ports--; in xhci_add_in_port()2207 hw_port->hcd_portnum = DUPLICATE_ENTRY; in xhci_add_in_port()2211 hw_port->rhub = rhub; in xhci_add_in_port()