Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-mem.c424 if (num_stream_ctxs > MEDIUM_STREAM_ARRAY_SIZE) in xhci_free_stream_ctx()
452 if (num_stream_ctxs > MEDIUM_STREAM_ARRAY_SIZE) in xhci_alloc_stream_ctx()
2332 dev, MEDIUM_STREAM_ARRAY_SIZE, 16, 0); in xhci_mem_init()
Dxhci.h758 #define MEDIUM_STREAM_ARRAY_SIZE 1024 macro