Searched refs:TRB_INTR_TARGET (Results 1 – 3 of 3) sorted by relevance
3699 TRB_INTR_TARGET(0); in xhci_queue_bulk_tx()3732 queue_trb(xhci, ring, 0, 0, 0, TRB_INTR_TARGET(0), field); in xhci_queue_bulk_tx()3815 TRB_LEN(8) | TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()3845 TRB_INTR_TARGET(0); in xhci_queue_ctrl_tx()3868 TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()4161 TRB_INTR_TARGET(0); in xhci_queue_isoc_tx()
1308 #define TRB_INTR_TARGET(p) (((p) & 0x3ff) << 22) macro
853 #define TRB_INTR_TARGET(p) (((p) & 0x3ff) << 22) macro