Home
last modified time | relevance | path

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

/linux-3.3/drivers/usb/host/
Dxhci-mem.c310 return dma_pool_free(xhci->small_streams_pool, in xhci_free_stream_ctx()
338 return dma_pool_alloc(xhci->small_streams_pool, in xhci_alloc_stream_ctx()
1728 if (xhci->small_streams_pool) in xhci_mem_cleanup()
1729 dma_pool_destroy(xhci->small_streams_pool); in xhci_mem_cleanup()
1730 xhci->small_streams_pool = NULL; in xhci_mem_cleanup()
2224 xhci->small_streams_pool = in xhci_mem_init()
2234 if (!xhci->small_streams_pool || !xhci->medium_streams_pool) in xhci_mem_init()
Dxhci.h1416 struct dma_pool *small_streams_pool; member