Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci-ring.c2107 unsigned int trb_comp_code) in xhci_requires_manual_halt_cleanup() argument
2110 if (trb_comp_code == COMP_USB_TRANSACTION_ERROR || in xhci_requires_manual_halt_cleanup()
2111 trb_comp_code == COMP_BABBLE_DETECTED_ERROR || in xhci_requires_manual_halt_cleanup()
2112 trb_comp_code == COMP_SPLIT_TRANSACTION_ERROR) in xhci_requires_manual_halt_cleanup()
2125 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code) in xhci_is_vendor_info_code() argument
2127 if (trb_comp_code >= 224 && trb_comp_code <= 255) { in xhci_is_vendor_info_code()
2132 trb_comp_code); in xhci_is_vendor_info_code()
2141 u32 trb_comp_code) in finish_td() argument
2147 switch (trb_comp_code) { in finish_td()
2246 u32 trb_comp_code; in process_ctrl_td() local
[all …]
Dxhci.h2149 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code);
/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-ring.c922 u32 trb_comp_code; in cdnsp_finish_td() local
925 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_finish_td()
927 if (trb_comp_code == COMP_STOPPED_LENGTH_INVALID || in cdnsp_finish_td()
928 trb_comp_code == COMP_STOPPED || in cdnsp_finish_td()
929 trb_comp_code == COMP_STOPPED_SHORT_PACKET) { in cdnsp_finish_td()
1051 u32 trb_comp_code; in cdnsp_process_isoc_td() local
1055 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_process_isoc_td()
1062 switch (trb_comp_code) { in cdnsp_process_isoc_td()
1137 u32 trb_comp_code; in cdnsp_process_bulk_intr_td() local
1140 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_process_bulk_intr_td()
[all …]