Searched refs:qtd_pool (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-mem.c54 qtd = dma_pool_alloc (ehci->qtd_pool, flags, &dma);
63 dma_pool_free (ehci->qtd_pool, qtd, qtd->qtd_dma);
145 if (ehci->qtd_pool)
146 dma_pool_destroy (ehci->qtd_pool);
147 ehci->qtd_pool = NULL;
179 ehci->qtd_pool = dma_pool_create ("ehci_qtd",
184 if (!ehci->qtd_pool) {
H A Doxu210hp.h361 struct ehci_qtd qtd_pool[QTD_NUM]; member in struct:oxu_onchip_mem
H A Dehci.h112 struct dma_pool *qtd_pool; /* one or more per qh */ member in struct:ehci_hcd
H A Doxu210hp-hcd.c556 index = qtd - &oxu->mem->qtd_pool[0];
576 qtd = (struct ehci_qtd *) &oxu->mem->qtd_pool[i];

Completed in 116 milliseconds