Searched refs:TRB_TO_EP_ID (Results 1 – 4 of 4) sorted by relevance
1982 ep_index = TRB_TO_EP_ID(le32_to_cpu(event->flags)) - 1; in finish_td()2056 ep_index = TRB_TO_EP_ID(le32_to_cpu(event->flags)) - 1; in process_ctrl_td()2271 ep_index = TRB_TO_EP_ID(le32_to_cpu(event->flags)) - 1; in process_bulk_intr_td()2357 ep_index = TRB_TO_EP_ID(le32_to_cpu(event->flags)) - 1; in handle_tx_event()
694 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
714 ep_id = TRB_TO_EP_ID(le32_to_cpu(evt_trb->field[3])); in xdbc_handle_tx_event()