Searched refs:TRB_FIELD_TO_TYPE (Results 1 – 14 of 14) sorted by relevance
164 int type = TRB_FIELD_TO_TYPE(flags); in cdns2_decode_trb()
460 #define TRB_FIELD_TO_TYPE(p) (((p) & TRB_TYPE_BITMASK) >> 10) macro
986 while (TRB_FIELD_TO_TYPE(le32_to_cpu(trb->control)) == TRB_LINK && in cdns2_transfer_completed()
183 int type = TRB_FIELD_TO_TYPE(field3); in cdnsp_decode_trb()
417 TRB_FIELD_TO_TYPE(__entry->control) == TRB_NORMAL ? "Normal" : "LINK",
1023 #define TRB_FIELD_TO_TYPE(p) (((p) & TRB_TYPE_BITMASK) >> 10) macro
506 if (TRB_FIELD_TO_TYPE(data) == TRB_TRANSFER && in cdnsp_invalidate_ep_events()569 if (TRB_FIELD_TO_TYPE(flags) != TRB_COMPLETION || in cdnsp_wait_for_cmd_compl()
1069 #define TRB_FIELD_TO_TYPE(p) (((p) & TRB_TYPE_BITMASK) >> 10) macro
1005 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(event_trb->generic.field[3])); in cdnsp_process_ctrl_td()1513 TRB_FIELD_TO_TYPE(flags)); in cdnsp_handle_event()
1563 while (TRB_FIELD_TO_TYPE(le32_to_cpu(trb->control)) == TRB_LINK) { in cdns3_transfer_completed()
903 #define TRB_FIELD_TO_TYPE(p) (((p) & TRB_TYPE_BITMASK) >> 10) macro
445 type = TRB_FIELD_TO_TYPE(le32_to_cpu(event->event_cmd.flags)); in xhci_wait_for_event()
1111 #define TRB_FIELD_TO_TYPE(p) (((p) & TRB_TYPE_BITMASK) >> 10) macro2038 int type = TRB_FIELD_TO_TYPE(field3); in xhci_decode_trb()
1714 if (TRB_FIELD_TO_TYPE(cmd_field3) == TRB_STOP_RING) { in xhci_handle_command_timeout()1831 cmd_type = TRB_FIELD_TO_TYPE(le32_to_cpu(cmd_trb->generic.field[3])); in handle_cmd_completion()2370 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(ep_trb->generic.field[3])); in process_ctrl_td()3094 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(event->event_cmd.flags)); in xhci_handle_event()