Searched refs:TRB_TO_SLOT_ID (Results 1 – 3 of 3) sorted by relevance
503 BUG_ON(TRB_TO_SLOT_ID(field) != udev->slot_id); in abort_td()510 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in abort_td()518 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in abort_td()738 BUG_ON(TRB_TO_SLOT_ID(field) != slot_id); in xhci_bulk_tx()929 BUG_ON(TRB_TO_SLOT_ID(field) != slot_id); in xhci_ctrl_tx()945 BUG_ON(TRB_TO_SLOT_ID(field) != slot_id); in xhci_ctrl_tx()
497 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in xhci_configure_endpoints()691 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) != slot_id); in xhci_address_device()769 udev->slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)); in _xhci_alloc_device()
816 #define TRB_TO_SLOT_ID(p) (((p) & (0xff << 24)) >> 24) macro
Completed in 15 milliseconds