Lines Matching refs:trb_comp_code
925 u32 trb_comp_code; in cdnsp_finish_td() local
928 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_finish_td()
930 if (trb_comp_code == COMP_STOPPED_LENGTH_INVALID || in cdnsp_finish_td()
931 trb_comp_code == COMP_STOPPED || in cdnsp_finish_td()
932 trb_comp_code == COMP_STOPPED_SHORT_PACKET) { in cdnsp_finish_td()
1054 u32 trb_comp_code; in cdnsp_process_isoc_td() local
1058 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_process_isoc_td()
1065 switch (trb_comp_code) { in cdnsp_process_isoc_td()
1140 u32 trb_comp_code; in cdnsp_process_bulk_intr_td() local
1143 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_process_bulk_intr_td()
1148 switch (trb_comp_code) { in cdnsp_process_bulk_intr_td()
1240 u32 trb_comp_code; in cdnsp_handle_tx_event() local
1246 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_handle_tx_event()
1267 switch (trb_comp_code) { in cdnsp_handle_tx_event()
1281 switch (trb_comp_code) { in cdnsp_handle_tx_event()
1317 if (!(trb_comp_code == COMP_STOPPED || in cdnsp_handle_tx_event()
1318 trb_comp_code == COMP_STOPPED_LENGTH_INVALID || in cdnsp_handle_tx_event()
1361 if (!ep_seg && (trb_comp_code == COMP_STOPPED || in cdnsp_handle_tx_event()
1362 trb_comp_code == COMP_STOPPED_LENGTH_INVALID)) { in cdnsp_handle_tx_event()
1374 trb_comp_code); in cdnsp_handle_tx_event()
1382 if (trb_comp_code == COMP_SHORT_PACKET) in cdnsp_handle_tx_event()