Home
last modified time | relevance | path

Searched refs:DuplexReq (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
DE100b.c2876 if (((AdapterInfo->LinkSpeedReq) || (AdapterInfo->DuplexReq))) { in SetupPhy()
2910 if ((AdapterInfo->DuplexReq & PXE_FORCE_HALF_DUPLEX) != 0) { in SetupPhy()
2916 } else if ((AdapterInfo->DuplexReq & PXE_FORCE_FULL_DUPLEX) != 0) { in SetupPhy()
2946 if ((AdapterInfo->DuplexReq & PXE_FORCE_HALF_DUPLEX) != 0) { in SetupPhy()
2953 } else if ((AdapterInfo->DuplexReq & PXE_FORCE_FULL_DUPLEX) != 0) { in SetupPhy()
3083 AdapterInfo->Duplex = (UINT8) ((AdapterInfo->DuplexReq & PXE_FORCE_FULL_DUPLEX) ? in FindPhySpeedAndDpx()
DE100b.h584 UINT8 DuplexReq; // requested duplex member
DDecode.c369 AdapterInfo->DuplexReq = CpbPtr->DuplexMode; in UNDI_Initialize()