Searched refs:medium_streams_pool (Results 1 – 2 of 2) sorted by relevance
625 return dma_pool_free(xhci->medium_streams_pool, in xhci_free_stream_ctx()653 return dma_pool_alloc(xhci->medium_streams_pool, in xhci_alloc_stream_ctx()1996 dma_pool_destroy(xhci->medium_streams_pool); in xhci_mem_cleanup()1997 xhci->medium_streams_pool = NULL; in xhci_mem_cleanup()2586 xhci->medium_streams_pool = in xhci_mem_init()2593 if (!xhci->small_streams_pool || !xhci->medium_streams_pool) in xhci_mem_init()
1833 struct dma_pool *medium_streams_pool; member