Searched refs:TRB_TO_EP_ID (Results 1 – 4 of 4) sorted by relevance
1956 ep_index = TRB_TO_EP_ID(le32_to_cpu(event->flags)) - 1; in finish_td()2023 ep_index = TRB_TO_EP_ID(le32_to_cpu(event->flags)) - 1; in process_ctrl_td()2238 ep_index = TRB_TO_EP_ID(le32_to_cpu(event->flags)) - 1; in process_bulk_intr_td()2324 ep_index = TRB_TO_EP_ID(le32_to_cpu(event->flags)) - 1; in handle_tx_event()
602 ep_id = TRB_TO_EP_ID(le32_to_cpu(event->generic.field[3])); in dbc_handle_xfer_event()
1083 #define TRB_TO_EP_ID(p) (((p) >> 16) & 0x1f) macro
720 ep_id = TRB_TO_EP_ID(le32_to_cpu(evt_trb->field[3])); in xdbc_handle_tx_event()