Searched refs:psi_count (Results 1 – 3 of 3) sorted by relevance
73 if (port_cap->psi_count) { in xhci_create_usb3x_bos_desc()76 for (i = 0; i < port_cap->psi_count; i++) { in xhci_create_usb3x_bos_desc()81 ssac = port_cap->psi_count + num_sym_ssa - 1; in xhci_create_usb3x_bos_desc()139 if (!port_cap->psi_count) { in xhci_create_usb3x_bos_desc()149 for (i = 0; i < port_cap->psi_count; i++) { in xhci_create_usb3x_bos_desc()
2076 port_cap->psi_count = XHCI_EXT_PORT_PSIC(temp); in xhci_add_in_port()2078 if (port_cap->psi_count) { in xhci_add_in_port()2079 port_cap->psi = kcalloc_node(port_cap->psi_count, in xhci_add_in_port()2083 port_cap->psi_count = 0; in xhci_add_in_port()2086 for (i = 0; i < port_cap->psi_count; i++) { in xhci_add_in_port()
1467 u8 psi_count; member