Lines Matching refs:bw_index
81 int bw_index;
87 bw_index = (virt_dev->real_port - 1) * 2;
89 bw_index = (virt_dev->real_port - 1) * 2 + 1;
92 bw_index = virt_dev->real_port + xhci->usb3_rhub.num_ports - 1;
95 return bw_index;
739 int bw_index;
754 bw_index = get_bw_index(xhci, udev, ep);
755 sch_bw = &sch_array[bw_index];
773 int bw_index, ret;
778 bw_index = get_bw_index(xhci, udev, sch_ep->ep);
779 sch_bw = &mtk->sch_array[bw_index];
794 bw_index = get_bw_index(xhci, udev, ep);
795 sch_bw = &mtk->sch_array[bw_index];
821 int bw_index;
826 bw_index = get_bw_index(xhci, udev, sch_ep->ep);
827 sch_bw = &mtk->sch_array[bw_index];