Searched refs:trb_comp_code (Results 1 – 3 of 3) sorted by relevance
2033 unsigned int trb_comp_code) in xhci_requires_manual_halt_cleanup() argument2036 if (trb_comp_code == COMP_USB_TRANSACTION_ERROR || in xhci_requires_manual_halt_cleanup()2037 trb_comp_code == COMP_BABBLE_DETECTED_ERROR || in xhci_requires_manual_halt_cleanup()2038 trb_comp_code == COMP_SPLIT_TRANSACTION_ERROR) in xhci_requires_manual_halt_cleanup()2051 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code) in xhci_is_vendor_info_code() argument2053 if (trb_comp_code >= 224 && trb_comp_code <= 255) { in xhci_is_vendor_info_code()2058 trb_comp_code); in xhci_is_vendor_info_code()2070 u32 trb_comp_code; in finish_td() local2074 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in finish_td()2076 if (trb_comp_code == COMP_STOPPED_LENGTH_INVALID || in finish_td()[all …]
2116 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code);
5980 switch (trb_comp_code) {