Lines Matching refs:real_port
825 * it may not have the real_port set correctly.
827 if (virt_dev->real_port == 0 ||
828 virt_dev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) {
833 tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts);
870 &xhci->rh_bw[virt_dev->real_port - 1].tts);
965 if (vdev->real_port == 0 ||
966 vdev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) {
967 xhci_dbg(xhci, "Bad vdev->real_port.\n");
971 tt_list_head = &(xhci->rh_bw[vdev->real_port - 1].tts);
1175 dev->real_port = port_num;