Searched refs:trb_comp_code (Results 1 – 3 of 3) sorted by relevance
2220 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code) in xhci_is_vendor_info_code() argument2222 if (trb_comp_code >= 224 && trb_comp_code <= 255) { in xhci_is_vendor_info_code()2227 trb_comp_code); in xhci_is_vendor_info_code()2236 u32 trb_comp_code) in finish_td() argument2242 switch (trb_comp_code) { in finish_td()2254 if (xhci_halted_host_endpoint(xhci, ep_ctx, trb_comp_code)) { in finish_td()2265 if (!(ep->ep_index == 0 && trb_comp_code == COMP_STALL_ERROR)) in finish_td()2298 u32 trb_comp_code; in process_ctrl_td() local2304 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_ctrl_td()2308 switch (trb_comp_code) { in process_ctrl_td()[all …]
1911 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code);
927 u32 trb_comp_code; in cdnsp_finish_td() local930 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_finish_td()932 if (trb_comp_code == COMP_STOPPED_LENGTH_INVALID || in cdnsp_finish_td()933 trb_comp_code == COMP_STOPPED || in cdnsp_finish_td()934 trb_comp_code == COMP_STOPPED_SHORT_PACKET) { in cdnsp_finish_td()1056 u32 trb_comp_code; in cdnsp_process_isoc_td() local1060 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_process_isoc_td()1067 switch (trb_comp_code) { in cdnsp_process_isoc_td()1142 u32 trb_comp_code; in cdnsp_process_bulk_intr_td() local1145 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_process_bulk_intr_td()[all …]