Lines Matching refs:start_trb
2080 union xhci_trb *start_trb, in trb_in_td() argument
2090 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td()
3404 struct xhci_generic_trb *start_trb) in giveback_first_trb() argument
3412 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb()
3414 start_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in giveback_first_trb()
3588 struct xhci_generic_trb *start_trb; in xhci_queue_bulk_tx() local
3636 start_trb = &ring->enqueue->generic; in xhci_queue_bulk_tx()
3738 start_cycle, start_trb); in xhci_queue_bulk_tx()
3750 struct xhci_generic_trb *start_trb; in xhci_queue_ctrl_tx() local
3791 start_trb = &ep_ring->enqueue->generic; in xhci_queue_ctrl_tx()
3873 start_cycle, start_trb); in xhci_queue_ctrl_tx()
4047 struct xhci_generic_trb *start_trb; in xhci_queue_isoc_tx() local
4067 start_trb = &ep_ring->enqueue->generic; in xhci_queue_isoc_tx()
4200 start_cycle, start_trb); in xhci_queue_isoc_tx()