Home
last modified time | relevance | path

Searched refs:trb_comp_code (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/usb/host/
Dxhci-ring.c1891 unsigned int trb_comp_code) in xhci_requires_manual_halt_cleanup() argument
1894 if (trb_comp_code == COMP_USB_TRANSACTION_ERROR || in xhci_requires_manual_halt_cleanup()
1895 trb_comp_code == COMP_BABBLE_DETECTED_ERROR || in xhci_requires_manual_halt_cleanup()
1896 trb_comp_code == COMP_SPLIT_TRANSACTION_ERROR) in xhci_requires_manual_halt_cleanup()
1909 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code) in xhci_is_vendor_info_code() argument
1911 if (trb_comp_code >= 224 && trb_comp_code <= 255) { in xhci_is_vendor_info_code()
1916 trb_comp_code); in xhci_is_vendor_info_code()
1977 u32 trb_comp_code; in finish_td() local
1985 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in finish_td()
1987 if (trb_comp_code == COMP_STOPPED_LENGTH_INVALID || in finish_td()
[all …]
Dxhci.h2091 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code);