Lines Matching refs:trb_comp_code

2128 		unsigned int trb_comp_code)  in xhci_requires_manual_halt_cleanup()  argument
2131 if (trb_comp_code == COMP_USB_TRANSACTION_ERROR || in xhci_requires_manual_halt_cleanup()
2132 trb_comp_code == COMP_BABBLE_DETECTED_ERROR || in xhci_requires_manual_halt_cleanup()
2133 trb_comp_code == COMP_SPLIT_TRANSACTION_ERROR) in xhci_requires_manual_halt_cleanup()
2146 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code) in xhci_is_vendor_info_code() argument
2148 if (trb_comp_code >= 224 && trb_comp_code <= 255) { in xhci_is_vendor_info_code()
2153 trb_comp_code); in xhci_is_vendor_info_code()
2162 u32 trb_comp_code) in finish_td() argument
2168 switch (trb_comp_code) { in finish_td()
2264 u32 trb_comp_code; in process_ctrl_td() local
2270 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_ctrl_td()
2274 switch (trb_comp_code) { in process_ctrl_td()
2314 ep_ctx, trb_comp_code)) in process_ctrl_td()
2317 trb_comp_code, ep->ep_index); in process_ctrl_td()
2349 return finish_td(xhci, ep, ep_ring, td, trb_comp_code); in process_ctrl_td()
2362 u32 trb_comp_code; in process_isoc_td() local
2367 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_isoc_td()
2378 switch (trb_comp_code) { in process_isoc_td()
2434 return finish_td(xhci, ep, ep_ring, td, trb_comp_code); in process_isoc_td()
2470 u32 trb_comp_code; in process_bulk_intr_td() local
2474 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_bulk_intr_td()
2479 switch (trb_comp_code) { in process_bulk_intr_td()
2533 return finish_td(xhci, ep, ep_ring, td, trb_comp_code); in process_bulk_intr_td()
2555 u32 trb_comp_code; in handle_tx_event() local
2561 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in handle_tx_event()
2582 switch (trb_comp_code) { in handle_tx_event()
2612 switch (trb_comp_code) { in handle_tx_event()
2621 trb_comp_code = COMP_SHORT_PACKET; in handle_tx_event()
2737 if (xhci_is_vendor_info_code(xhci, trb_comp_code)) { in handle_tx_event()
2743 trb_comp_code, slot_id, ep_index); in handle_tx_event()
2760 if (!(trb_comp_code == COMP_STOPPED || in handle_tx_event()
2761 trb_comp_code == COMP_STOPPED_LENGTH_INVALID || in handle_tx_event()
2772 if (trb_comp_code == COMP_STALL_ERROR || in handle_tx_event()
2774 trb_comp_code)) { in handle_tx_event()
2806 if (!ep_seg && (trb_comp_code == COMP_STOPPED || in handle_tx_event()
2807 trb_comp_code == COMP_STOPPED_LENGTH_INVALID)) { in handle_tx_event()
2828 trb_comp_code); in handle_tx_event()
2838 if (trb_comp_code == COMP_SHORT_PACKET) in handle_tx_event()
2865 if (trb_comp_code == COMP_STALL_ERROR || in handle_tx_event()
2867 trb_comp_code)) in handle_tx_event()
2884 trb_comp_code != COMP_MISSED_SERVICE_ERROR && in handle_tx_event()
2885 trb_comp_code != COMP_NO_PING_RESPONSE_ERROR; in handle_tx_event()