Lines Matching refs:start_trb
2023 union xhci_trb *start_trb, in trb_in_td() argument
2033 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td()
3343 struct xhci_generic_trb *start_trb) in giveback_first_trb() argument
3351 start_trb->field[3] |= cpu_to_le32(start_cycle); in giveback_first_trb()
3353 start_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in giveback_first_trb()
3527 struct xhci_generic_trb *start_trb; in xhci_queue_bulk_tx() local
3575 start_trb = &ring->enqueue->generic; in xhci_queue_bulk_tx()
3677 start_cycle, start_trb); in xhci_queue_bulk_tx()
3689 struct xhci_generic_trb *start_trb; in xhci_queue_ctrl_tx() local
3730 start_trb = &ep_ring->enqueue->generic; in xhci_queue_ctrl_tx()
3812 start_cycle, start_trb); in xhci_queue_ctrl_tx()
3986 struct xhci_generic_trb *start_trb; in xhci_queue_isoc_tx() local
4006 start_trb = &ep_ring->enqueue->generic; in xhci_queue_isoc_tx()
4139 start_cycle, start_trb); in xhci_queue_isoc_tx()