Searched refs:TRB_TO_EP_ID (Results 1 – 2 of 2) sorted by relevance
1863 ep_index = TRB_TO_EP_ID(le32_to_cpu(event->flags)) - 1; in finish_td()1955 ep_index = TRB_TO_EP_ID(le32_to_cpu(event->flags)) - 1; in process_ctrl_td()2344 ep_index = TRB_TO_EP_ID(le32_to_cpu(event->flags)) - 1; in handle_tx_event()
1062 #define TRB_TO_EP_ID(p) (((p) >> 16) & 0x1f) macro