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()
1049 u32 trb_comp_code; in cdnsp_process_isoc_td() local
1053 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_process_isoc_td()
1060 switch (trb_comp_code) { in cdnsp_process_isoc_td()
1135 u32 trb_comp_code; in cdnsp_process_bulk_intr_td() local
1138 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_process_bulk_intr_td()
1143 switch (trb_comp_code) { in cdnsp_process_bulk_intr_td()
1235 u32 trb_comp_code; in cdnsp_handle_tx_event() local
1241 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_handle_tx_event()
1262 switch (trb_comp_code) { in cdnsp_handle_tx_event()
1276 switch (trb_comp_code) { in cdnsp_handle_tx_event()
1312 if (!(trb_comp_code == COMP_STOPPED || in cdnsp_handle_tx_event()
1313 trb_comp_code == COMP_STOPPED_LENGTH_INVALID || in cdnsp_handle_tx_event()
1342 if (!ep_seg && (trb_comp_code == COMP_STOPPED || in cdnsp_handle_tx_event()
1343 trb_comp_code == COMP_STOPPED_LENGTH_INVALID)) { in cdnsp_handle_tx_event()
1356 trb_comp_code); in cdnsp_handle_tx_event()
1364 if (trb_comp_code == COMP_SHORT_PACKET) in cdnsp_handle_tx_event()