Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dxhci-mem.c548 else if (size <= SMALL_STREAM_ARRAY_SIZE) in xhci_free_stream_ctx()
576 else if (size <= SMALL_STREAM_ARRAY_SIZE) in xhci_alloc_stream_ctx()
2456 dev, SMALL_STREAM_ARRAY_SIZE, 16, 0); in xhci_mem_init()
Dxhci.h862 #define SMALL_STREAM_ARRAY_SIZE 256 macro