Home
last modified time | relevance | path

Searched refs:SMALL_STREAM_ARRAY_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mem.c549 else if (size <= SMALL_STREAM_ARRAY_SIZE) in xhci_free_stream_ctx()
577 else if (size <= SMALL_STREAM_ARRAY_SIZE) in xhci_alloc_stream_ctx()
2513 dev, SMALL_STREAM_ARRAY_SIZE, 16, 0); in xhci_mem_init()
H A Dxhci.h862 #define SMALL_STREAM_ARRAY_SIZE 256 macro
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mem.c539 else if (size > SMALL_STREAM_ARRAY_SIZE) in xhci_free_stream_ctx()
564 if (size > SMALL_STREAM_ARRAY_SIZE) in xhci_alloc_stream_ctx()
2380 dev, SMALL_STREAM_ARRAY_SIZE, 16, 0); in xhci_mem_init()
H A Dxhci.h865 #define SMALL_STREAM_ARRAY_SIZE 256 macro

Completed in 21 milliseconds