Searched refs:rh_bw (Results 1 – 3 of 3) sorted by relevance
1127 struct xhci_root_port_bw_info *rh_bw; in xhci_setup_addressable_virt_dev() local1130 rh_bw = &xhci->rh_bw[dev->rhub_port->hw_portnum]; in xhci_setup_addressable_virt_dev()1132 list_for_each_entry(tt_bw, &rh_bw->tts, tt_list) { in xhci_setup_addressable_virt_dev()1885 for (i = 0; i < num_ports && xhci->rh_bw; i++) { in xhci_mem_cleanup()1922 if (!xhci->rh_bw) in xhci_mem_cleanup()1941 kfree(xhci->rh_bw); in xhci_mem_cleanup()1951 xhci->rh_bw = NULL; in xhci_mem_cleanup()2170 xhci->rh_bw = kcalloc_node(num_ports, sizeof(*xhci->rh_bw), flags, in xhci_setup_port_arrays()2172 if (!xhci->rh_bw) in xhci_setup_port_arrays()2177 INIT_LIST_HEAD(&xhci->rh_bw[i].tts); in xhci_setup_port_arrays()[all …]
2278 bw_table = &xhci->rh_bw[virt_dev->rhub_port->hw_portnum].bw_table; in xhci_check_tt_bw_table()2511 xhci->rh_bw[virt_dev->rhub_port->hw_portnum].num_active_tts; in xhci_check_bw_table()2698 rh_bw_info = &xhci->rh_bw[virt_dev->rhub_port->hw_portnum]; in xhci_update_tt_active_eps()
1551 struct xhci_root_port_bw_info *rh_bw; member