Lines Matching refs:enqueue

118 	struct xhci_link_trb *link = &ring->enqueue->link;  in enqueue_is_link_trb()
198 chain = le32_to_cpu(ring->enqueue->generic.field[3]) & TRB_CHAIN; in inc_enq()
201 !last_trb(xhci, ring, ring->enq_seg, ring->enqueue)) in inc_enq()
203 next = ++(ring->enqueue); in inc_enq()
245 ring->enqueue = ring->enq_seg->trbs; in inc_enq()
246 next = ring->enqueue; in inc_enq()
1239 if ((xhci->cmd_ring->dequeue != xhci->cmd_ring->enqueue) && in xhci_handle_stopped_cmd_ring()
2792 trb = &ring->enqueue->generic; in queue_trb()
2860 next = ring->enqueue; in prepare_ring()
2881 ring->enqueue = ring->enq_seg->trbs; in prepare_ring()
2882 next = ring->enqueue; in prepare_ring()
2933 td->first_trb = ep_ring->enqueue; in prepare_transfer()
3141 start_trb = &ep_ring->enqueue->generic; in queue_bulk_sg_tx()
3184 td->last_trb = ep_ring->enqueue; in queue_bulk_sg_tx()
3188 urb_priv->td[1]->last_trb = ep_ring->enqueue; in queue_bulk_sg_tx()
3326 start_trb = &ep_ring->enqueue->generic; in xhci_queue_bulk_tx()
3360 td->last_trb = ep_ring->enqueue; in xhci_queue_bulk_tx()
3364 urb_priv->td[1]->last_trb = ep_ring->enqueue; in xhci_queue_bulk_tx()
3454 start_trb = &ep_ring->enqueue->generic; in xhci_queue_ctrl_tx()
3509 td->last_trb = ep_ring->enqueue; in xhci_queue_ctrl_tx()
3722 start_trb = &ep_ring->enqueue->generic; in xhci_queue_isoc_tx()
3807 td->last_trb = ep_ring->enqueue; in xhci_queue_isoc_tx()
3877 urb_priv->td[0]->last_trb = ep_ring->enqueue; in xhci_queue_isoc_tx()
3882 ep_ring->enqueue = urb_priv->td[0]->first_trb; in xhci_queue_isoc_tx()
4030 cmd->command_trb = xhci->cmd_ring->enqueue; in queue_command()