Lines Matching refs:real_port
781 * it may not have the real_port set correctly.
783 if (virt_dev->real_port == 0 ||
784 virt_dev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) {
789 tt_list_head = &(xhci->rh_bw[virt_dev->real_port - 1].tts);
826 &xhci->rh_bw[virt_dev->real_port - 1].tts);
921 if (vdev->real_port == 0 ||
922 vdev->real_port > HCS_MAX_PORTS(xhci->hcs_params1)) {
923 xhci_dbg(xhci, "Bad vdev->real_port.\n");
927 tt_list_head = &(xhci->rh_bw[vdev->real_port - 1].tts);
1125 dev->real_port = port_num;