Home
last modified time | relevance | path

Searched refs:stream_ring (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-trace.h312 __field(u64, stream_ring)
318 __entry->stream_ring = le64_to_cpu(info->stream_ctx_array[stream_id].stream_ring);
323 &__entry->ctx_array_dma, CTX_TO_SCT(__entry->stream_ring),
324 __entry->stream_ring
H A Dxhci-debugfs.c571 id, le64_to_cpu(stream_ctx->stream_ring)); in xhci_stream_context_array_show()
574 &dma, le64_to_cpu(stream_ctx->stream_ring)); in xhci_stream_context_array_show()
H A Dxhci-ring.c683 return le64_to_cpu(st_ctx->stream_ring); in xhci_get_hw_deq()
1488 deq = le64_to_cpu(stream_ctx->stream_ring) & TR_DEQ_PTR_MASK; in xhci_handle_cmd_set_deq()
H A Dxhci.h551 __le64 stream_ring; member
H A Dxhci-mem.c677 stream_info->stream_ctx_array[cur_stream].stream_ring = in xhci_alloc_stream_info()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h752 __le64 stream_ring; member
H A Dcdnsp-mem.c614 stream_info->stream_ctx_array[cur_stream].stream_ring = in cdnsp_alloc_stream_info()
H A Dcdnsp-ring.c410 return le64_to_cpu(st_ctx->stream_ring); in cdnsp_get_hw_deq()