Home
last modified time | relevance | path

Searched refs:pQtdPool (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI_MEM.cxx90 pQtd = (struct ehci_qtd*) ms_mem_pool_alloc (pEhci->pQtdPool, iFlags, &tDmaAddr); in ms_ehci_qtd_alloc()
111 ms_mem_pool_free (pEhci->pQtdPool, pQtd, pQtd->qtd_dma_addr); in ms_ehci_qtd_free()
173 if (pEhci->pQtdPool) in ms_ehci_mem_cleanup()
174 ms_mem_pool_destroy (pEhci->pQtdPool); in ms_ehci_mem_cleanup()
175 pEhci->pQtdPool = 0; in ms_ehci_mem_cleanup()
203 pEhci->pQtdPool = ms_mem_pool_create ("ehci_qtd", sizeof (struct ehci_qtd), in ms_ehci_mem_init()
210 if (!pEhci->pQtdPool) in ms_ehci_mem_init()
H A DdrvEHCI.h160 struct ms_mem_pool *pQtdPool; /* �@�� qh ���@�өΧ�h��qtd*/ member