Searched refs:TRB_TO_SLOT_ID (Results 1 – 3 of 3) sorted by relevance
495 BUG_ON(TRB_TO_SLOT_ID(field) != udev->slot_id); in abort_td()502 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in abort_td()510 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in abort_td()724 BUG_ON(TRB_TO_SLOT_ID(field) != slot_id); in xhci_bulk_tx()916 BUG_ON(TRB_TO_SLOT_ID(field) != slot_id); in xhci_ctrl_tx()932 BUG_ON(TRB_TO_SLOT_ID(field) != slot_id); in xhci_ctrl_tx()
463 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in xhci_configure_endpoints()649 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) != slot_id); in xhci_address_device()727 udev->slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)); in _xhci_alloc_device()
819 #define TRB_TO_SLOT_ID(p) (((p) & (0xff << 24)) >> 24) macro