Lines Matching refs:trb_comp_code
924 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()
1147 switch (trb_comp_code) { in cdnsp_process_bulk_intr_td()
1239 u32 trb_comp_code; in cdnsp_handle_tx_event() local
1245 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_handle_tx_event()
1266 switch (trb_comp_code) { in cdnsp_handle_tx_event()
1280 switch (trb_comp_code) { in cdnsp_handle_tx_event()
1316 if (!(trb_comp_code == COMP_STOPPED || in cdnsp_handle_tx_event()
1317 trb_comp_code == COMP_STOPPED_LENGTH_INVALID || in cdnsp_handle_tx_event()
1360 if (!ep_seg && (trb_comp_code == COMP_STOPPED || in cdnsp_handle_tx_event()
1361 trb_comp_code == COMP_STOPPED_LENGTH_INVALID)) { in cdnsp_handle_tx_event()
1373 trb_comp_code); in cdnsp_handle_tx_event()
1381 if (trb_comp_code == COMP_SHORT_PACKET) in cdnsp_handle_tx_event()