Searched refs:TRB_INTR_TARGET (Results 1 – 2 of 2) sorted by relevance
3226 TRB_INTR_TARGET(0); in xhci_queue_bulk_tx()3258 queue_trb(xhci, ring, 0, 0, 0, TRB_INTR_TARGET(0), field); in xhci_queue_bulk_tx()3339 TRB_LEN(8) | TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()3359 TRB_INTR_TARGET(0); in xhci_queue_ctrl_tx()3381 TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()3658 TRB_INTR_TARGET(0); in xhci_queue_isoc_tx()
1275 #define TRB_INTR_TARGET(p) (((p) & 0x3ff) << 22) macro