Searched refs:cmd_ring (Results 1 – 3 of 3) sorted by relevance
176 xhci_ring_free(ctrl->cmd_ring); in xhci_cleanup()526 ctrl->cmd_ring = xhci_ring_alloc(1, true); in xhci_mem_init()529 trb_64 = (uintptr_t)ctrl->cmd_ring->first_seg->trbs; in xhci_mem_init()533 ctrl->cmd_ring->cycle_state; in xhci_mem_init()
278 BUG_ON(prepare_ring(ctrl, ctrl->cmd_ring, EP_STATE_RUNNING)); in xhci_queue_command()284 ctrl->cmd_ring->cycle_state; in xhci_queue_command()293 queue_trb(ctrl, ctrl->cmd_ring, false, fields); in xhci_queue_command()
1224 struct xhci_ring *cmd_ring; member