Searched refs:TRB_INTR_TARGET (Results 1 – 2 of 2) sorted by relevance
3421 TRB_INTR_TARGET(0); in xhci_queue_bulk_tx()3453 queue_trb(xhci, ring, 0, 0, 0, TRB_INTR_TARGET(0), field); in xhci_queue_bulk_tx()3534 TRB_LEN(8) | TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()3564 TRB_INTR_TARGET(0); in xhci_queue_ctrl_tx()3586 TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()3878 TRB_INTR_TARGET(0); in xhci_queue_isoc_tx()
1294 #define TRB_INTR_TARGET(p) (((p) & 0x3ff) << 22) macro