Searched refs:itd_pool (Results 1 – 3 of 3) sorted by relevance
230 if (ehci->itd_pool) in ehci_mem_cleanup()231 pci_pool_destroy (ehci->itd_pool); in ehci_mem_cleanup()232 ehci->itd_pool = 0; in ehci_mem_cleanup()316 ehci->itd_pool = pci_pool_create ("ehci_itd", ehci->hcd.pdev, in ehci_mem_init()320 if (!ehci->itd_pool) in ehci_mem_init()
656 pci_pool_free (ehci->itd_pool, itd, itd->itd_dma); in itd_free_list()659 pci_pool_free (ehci->itd_pool, first_itd, first_itd->itd_dma); in itd_free_list()786 itd = (struct ehci_itd*) pci_pool_alloc (ehci->itd_pool, mem_flags, &itd_dma); in itd_urb_transaction()
326 struct pci_pool *itd_pool; /* == itd per iso urb */ member