Searched refs:cmd_ring (Results 1 – 3 of 3) sorted by relevance
175 xhci_ring_free(ctrl->cmd_ring); in xhci_cleanup()522 ctrl->cmd_ring = xhci_ring_alloc(1, true); in xhci_mem_init()525 trb_64 = (uintptr_t)ctrl->cmd_ring->first_seg->trbs; in xhci_mem_init()529 ctrl->cmd_ring->cycle_state; in xhci_mem_init()
277 BUG_ON(prepare_ring(ctrl, ctrl->cmd_ring, EP_STATE_RUNNING)); in xhci_queue_command()283 ctrl->cmd_ring->cycle_state; in xhci_queue_command()292 queue_trb(ctrl, ctrl->cmd_ring, false, fields); in xhci_queue_command()
1224 struct xhci_ring *cmd_ring; member