Lines Matching refs:trb_comp_code
922 u32 trb_comp_code; in cdnsp_finish_td() local
925 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_finish_td()
927 if (trb_comp_code == COMP_STOPPED_LENGTH_INVALID || in cdnsp_finish_td()
928 trb_comp_code == COMP_STOPPED || in cdnsp_finish_td()
929 trb_comp_code == COMP_STOPPED_SHORT_PACKET) { in cdnsp_finish_td()
1051 u32 trb_comp_code; in cdnsp_process_isoc_td() local
1055 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_process_isoc_td()
1062 switch (trb_comp_code) { in cdnsp_process_isoc_td()
1137 u32 trb_comp_code; in cdnsp_process_bulk_intr_td() local
1140 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_process_bulk_intr_td()
1145 switch (trb_comp_code) { in cdnsp_process_bulk_intr_td()
1237 u32 trb_comp_code; in cdnsp_handle_tx_event() local
1243 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_handle_tx_event()
1264 switch (trb_comp_code) { in cdnsp_handle_tx_event()
1278 switch (trb_comp_code) { in cdnsp_handle_tx_event()
1314 if (!(trb_comp_code == COMP_STOPPED || in cdnsp_handle_tx_event()
1315 trb_comp_code == COMP_STOPPED_LENGTH_INVALID || in cdnsp_handle_tx_event()
1358 if (!ep_seg && (trb_comp_code == COMP_STOPPED || in cdnsp_handle_tx_event()
1359 trb_comp_code == COMP_STOPPED_LENGTH_INVALID)) { in cdnsp_handle_tx_event()
1371 trb_comp_code); in cdnsp_handle_tx_event()
1379 if (trb_comp_code == COMP_SHORT_PACKET) in cdnsp_handle_tx_event()