Home | History | Annotate | Download | only in UhciDxe

Lines Matching refs:MemPool

1019   DataPtr = UsbHcAllocateMem (Uhc->MemPool, DataLength);

1025 DataPhy = (UINT8 *) (UINTN) UsbHcGetPciAddressForHostMem (Uhc->MemPool, DataPtr, DataLength);
1084 UsbHcFreeMem (Uhc->MemPool, Qh, sizeof (UHCI_QH_SW));
1087 UsbHcFreeMem (Uhc->MemPool, DataPtr, DataLength);
1474 Uhc->MemPool = UsbHcInitMemPool (PciIo, TRUE, 0);
1476 if (Uhc->MemPool == NULL) {
1492 UsbHcFreeMemPool (Uhc->MemPool);
1523 if (Uhc->MemPool != NULL) {
1524 UsbHcFreeMemPool (Uhc->MemPool);