Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-mem.c563 dma_pool_free(xhci->small_streams_pool, stream_ctx, dma); in xhci_free_stream_ctx()
588 return dma_pool_zalloc(xhci->small_streams_pool, mem_flags, dma); in xhci_alloc_stream_ctx()
1945 dma_pool_destroy(xhci->small_streams_pool); in xhci_mem_cleanup()
1946 xhci->small_streams_pool = NULL; in xhci_mem_cleanup()
2456 xhci->small_streams_pool = dma_pool_create("xHCI 256 byte stream ctx arrays", in xhci_mem_init()
2458 if (!xhci->small_streams_pool) in xhci_mem_init()
H A Dxhci.h1561 struct dma_pool *small_streams_pool; member