Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
DPciDevice.c42 extern UINTN mPciLanCount;
366 mPciLanCount ++;
369 mPciLanCount * sizeof(PCI_LAN_INFO),
376 if (mPciLanCount > 1) {
383 (mPciLanCount - 1) * sizeof(PCI_LAN_INFO)
396 x = (PCI_LAN_INFO *)NewBuffer + (mPciLanCount - 1);
DPlatform.c95 UINTN mPciLanCount = 0; variable
1119 mPciLanCount * sizeof(PCI_LAN_INFO), in ReadyToBootFunction()