Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-ring.c2173 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code) in xhci_is_vendor_info_code() argument
2175 if (trb_comp_code >= 224 && trb_comp_code <= 255) { in xhci_is_vendor_info_code()
2180 trb_comp_code); in xhci_is_vendor_info_code()
2189 u32 trb_comp_code) in finish_td() argument
2195 switch (trb_comp_code) { in finish_td()
2291 u32 trb_comp_code; in process_ctrl_td() local
2297 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_ctrl_td()
2301 switch (trb_comp_code) { in process_ctrl_td()
2340 if (!xhci_halted_host_endpoint(ep_ctx, trb_comp_code)) in process_ctrl_td()
2343 trb_comp_code, ep->ep_index); in process_ctrl_td()
[all …]
Dxhci.h1878 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code);
/linux-6.12.1/drivers/usb/cdns3/
Dcdnsp-ring.c924 u32 trb_comp_code; in cdnsp_finish_td() local
927 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_finish_td()
929 if (trb_comp_code == COMP_STOPPED_LENGTH_INVALID || in cdnsp_finish_td()
930 trb_comp_code == COMP_STOPPED || in cdnsp_finish_td()
931 trb_comp_code == COMP_STOPPED_SHORT_PACKET) { in cdnsp_finish_td()
1053 u32 trb_comp_code; in cdnsp_process_isoc_td() local
1057 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_process_isoc_td()
1064 switch (trb_comp_code) { in cdnsp_process_isoc_td()
1139 u32 trb_comp_code; in cdnsp_process_bulk_intr_td() local
1142 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_process_bulk_intr_td()
[all …]