Lines Matching refs:trb_comp_code

1865 		unsigned int trb_comp_code)  in xhci_requires_manual_halt_cleanup()  argument
1868 if (trb_comp_code == COMP_USB_TRANSACTION_ERROR || in xhci_requires_manual_halt_cleanup()
1869 trb_comp_code == COMP_BABBLE_DETECTED_ERROR || in xhci_requires_manual_halt_cleanup()
1870 trb_comp_code == COMP_SPLIT_TRANSACTION_ERROR) in xhci_requires_manual_halt_cleanup()
1883 int xhci_is_vendor_info_code(struct xhci_hcd *xhci, unsigned int trb_comp_code) in xhci_is_vendor_info_code() argument
1885 if (trb_comp_code >= 224 && trb_comp_code <= 255) { in xhci_is_vendor_info_code()
1890 trb_comp_code); in xhci_is_vendor_info_code()
1951 u32 trb_comp_code; in finish_td() local
1959 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in finish_td()
1961 if (trb_comp_code == COMP_STOPPED_LENGTH_INVALID || in finish_td()
1962 trb_comp_code == COMP_STOPPED || in finish_td()
1963 trb_comp_code == COMP_STOPPED_SHORT_PACKET) { in finish_td()
1970 if (trb_comp_code == COMP_STALL_ERROR || in finish_td()
1972 trb_comp_code)) { in finish_td()
2016 u32 trb_comp_code; in process_ctrl_td() local
2025 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_ctrl_td()
2029 switch (trb_comp_code) { in process_ctrl_td()
2069 ep_ctx, trb_comp_code)) in process_ctrl_td()
2072 trb_comp_code, ep_index); in process_ctrl_td()
2118 u32 trb_comp_code; in process_isoc_td() local
2124 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_isoc_td()
2135 switch (trb_comp_code) { in process_isoc_td()
2231 u32 trb_comp_code; in process_bulk_intr_td() local
2240 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_bulk_intr_td()
2245 switch (trb_comp_code) { in process_bulk_intr_td()
2319 u32 trb_comp_code; in handle_tx_event() local
2325 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in handle_tx_event()
2348 switch (trb_comp_code) { in handle_tx_event()
2374 switch (trb_comp_code) { in handle_tx_event()
2382 trb_comp_code = COMP_SHORT_PACKET; in handle_tx_event()
2494 if (xhci_is_vendor_info_code(xhci, trb_comp_code)) { in handle_tx_event()
2500 trb_comp_code, slot_id, ep_index); in handle_tx_event()
2517 if (!(trb_comp_code == COMP_STOPPED || in handle_tx_event()
2518 trb_comp_code == COMP_STOPPED_LENGTH_INVALID || in handle_tx_event()
2557 if (!ep_seg && (trb_comp_code == COMP_STOPPED || in handle_tx_event()
2558 trb_comp_code == COMP_STOPPED_LENGTH_INVALID)) { in handle_tx_event()
2579 trb_comp_code); in handle_tx_event()
2589 if (trb_comp_code == COMP_SHORT_PACKET) in handle_tx_event()
2615 if (trb_comp_code == COMP_STALL_ERROR || in handle_tx_event()
2617 trb_comp_code)) in handle_tx_event()
2635 trb_comp_code != COMP_MISSED_SERVICE_ERROR && in handle_tx_event()
2636 trb_comp_code != COMP_NO_PING_RESPONSE_ERROR; in handle_tx_event()