Home
last modified time | relevance | path

Searched refs:stream_ctx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-debugfs.c563 struct xhci_stream_ctx *stream_ctx; in xhci_stream_context_array_show() local
575 stream_ctx = epriv->stream_info->stream_ctx_array + id; in xhci_stream_context_array_show()
579 id, le64_to_cpu(stream_ctx->stream_ring)); in xhci_stream_context_array_show()
582 &dma, le64_to_cpu(stream_ctx->stream_ring)); in xhci_stream_context_array_show()
H A Dxhci-ring.c1425 struct xhci_stream_ctx *stream_ctx; in xhci_handle_cmd_set_deq() local
1448 stream_ctx = &ep->stream_info->stream_ctx_array[stream_id]; in xhci_handle_cmd_set_deq()
1488 deq = le64_to_cpu(stream_ctx->stream_ring) & TR_DEQ_PTR_MASK; in xhci_handle_cmd_set_deq()
1500 stream_ctx->reserved[0] = 0; in xhci_handle_cmd_set_deq()
1501 stream_ctx->reserved[1] = 0; in xhci_handle_cmd_set_deq()