Searched refs:port_bw_pool (Results 1 – 2 of 2) sorted by relevance
499 ctx->bytes = dma_pool_zalloc(xhci->port_bw_pool, flags, &ctx->dma); in xhci_alloc_port_bw_ctx()512 dma_pool_free(xhci->port_bw_pool, ctx->bytes, ctx->dma); in xhci_free_port_bw_ctx()1950 dma_pool_destroy(xhci->port_bw_pool); in xhci_mem_cleanup()1951 xhci->port_bw_pool = NULL; in xhci_mem_cleanup()2476 xhci->port_bw_pool = dma_pool_create("xHCI 256 port bw ctx arrays", in xhci_mem_init()2478 if (!xhci->port_bw_pool) in xhci_mem_init()
1562 struct dma_pool *port_bw_pool; member