Searched refs:qtd_pool (Results 1 – 2 of 2) sorted by relevance
120 qtd = (struct ehci_qtd*) pci_pool_alloc (ehci->qtd_pool, flags, &dma); in ehci_qtd_alloc()146 pci_pool_free (ehci->qtd_pool, qtd, qtd->qtd_dma); in ehci_qtd_free()221 if (ehci->qtd_pool) in ehci_mem_cleanup()222 pci_pool_destroy (ehci->qtd_pool); in ehci_mem_cleanup()223 ehci->qtd_pool = 0; in ehci_mem_cleanup()289 ehci->qtd_pool = pci_pool_create ("ehci_qtd", ehci->hcd.pdev, in ehci_mem_init()293 if (!ehci->qtd_pool) in ehci_mem_init()
325 struct pci_pool *qtd_pool; /* one or more per qh */ member