Searched refs:sitd_pool (Results 1 – 4 of 4) sorted by relevance
144 if (ehci->sitd_pool) in ehci_mem_cleanup()145 dma_pool_destroy (ehci->sitd_pool); in ehci_mem_cleanup()146 ehci->sitd_pool = NULL; in ehci_mem_cleanup()199 ehci->sitd_pool = dma_pool_create ("ehci_sitd", in ehci_mem_init()204 if (!ehci->sitd_pool) { in ehci_mem_init()
316 dma_pool_free(ehci->sitd_pool, sitd, sitd->sitd_dma); in end_free_itds()
208 struct dma_pool *sitd_pool; /* sitd per split iso urb */ member
2099 sitd = dma_pool_alloc (ehci->sitd_pool, mem_flags, in sitd_urb_transaction()