Searched refs:pQtdPool (Results 1 – 2 of 2) sorted by relevance
90 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()
160 struct ms_mem_pool *pQtdPool; /* �@�� qh ���@�өΧ�h��qtd*/ member