HomeSort by relevance Sort by last modified time
    Searched refs:Nii (Results 1 - 16 of 16) sorted by null

  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
ComponentName.c 325 EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL *Nii;
349 (VOID **)&Nii,
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDhcp4.c 117 if (Private->Nii != NULL) {
118 OptEnt.Undi->Type = Private->Nii->Type;
119 OptEnt.Undi->MajorVer = Private->Nii->MajorVer;
120 OptEnt.Undi->MinorVer = Private->Nii->MinorVer;
158 if (Private->Nii != NULL) {
159 CopyMem (OptEnt.Clid->InterfaceName, Private->Nii->StringId, sizeof (OptEnt.Clid->InterfaceName));
160 HttpBootUintnToAscDecWithFormat (Private->Nii->MajorVer, OptEnt.Clid->UndiMajor, sizeof (OptEnt.Clid->UndiMajor));
161 HttpBootUintnToAscDecWithFormat (Private->Nii->MinorVer, OptEnt.Clid->UndiMinor, sizeof (OptEnt.Clid->UndiMinor));
HttpBootDhcp6.c 61 if (Private->Nii != NULL) {
62 OptEnt.Undi->Type = Private->Nii->Type;
63 OptEnt.Undi->MajorVer = Private->Nii->MajorVer;
64 OptEnt.Undi->MinorVer = Private->Nii->MinorVer;
104 if (Private->Nii != NULL) {
107 Private->Nii->StringId,
111 Private->Nii->MajorVer,
116 Private->Nii->MinorVer,
HttpBootDxe.c 337 // Get the NII interface if it exists, it's not required.
342 (VOID **) &Private->Nii,
348 Private->Nii = NULL;
809 // Get the NII interface if it exists, it's not required.
814 (VOID **) &Private->Nii,
820 Private->Nii = NULL;
    [all...]
HttpBootDxe.h 153 EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL *Nii;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
Snp.c 265 EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL *Nii;
316 // Get the NII interface.
321 (VOID **) &Nii,
338 Pxe = (PXE_UNDI *) (UINTN) (Nii->Id);
415 if (Nii->Revision >= EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_REVISION) {
416 Snp->IfNum = Nii->IfNum;
419 Snp->IfNum = (UINT8) (Nii->IfNum & 0xFF);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
Misc.c 509 SimpleNetworkDevice->Nii.ImageAddr = RomAddress;
510 SimpleNetworkDevice->Nii.ImageSize = RomLength;
511 SimpleNetworkDevice->Nii.MajorVer = RomIdTableAddress->UNDI_Rev[2];
512 SimpleNetworkDevice->Nii.MinorVer = RomIdTableAddress->UNDI_Rev[1];
761 SimpleNetworkDevice->Nii.Id = (UINT64)(UINTN) Pxe;
BiosSnp16.h 62 EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL Nii;
    [all...]
BiosSnp16.c 426 // Initialize the Nii Protocol
428 SimpleNetworkDevice->Nii.Revision = EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_REVISION;
429 SimpleNetworkDevice->Nii.Type = EfiNetworkInterfaceUndi;
431 CopyMem (&SimpleNetworkDevice->Nii.StringId, "UNDI", 4);
704 &SimpleNetworkDevice->Nii,
937 &SimpleNetworkDevice->Nii,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcImpl.h 72 EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL *Nii;
PxeBcDhcp.c     [all...]
PxeBcDriver.c 178 // Get the NII interface if it exists.
183 (VOID **) &Private->Nii,
189 Private->Nii = NULL;
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDhcp4.c 333 if (Private->Nii != NULL) {
334 OptEnt.Undi->Type = Private->Nii->Type;
335 OptEnt.Undi->MajorVer = Private->Nii->MajorVer;
336 OptEnt.Undi->MinorVer = Private->Nii->MinorVer;
374 if (Private->Nii != NULL) {
375 CopyMem (OptEnt.Clid->InterfaceName, Private->Nii->StringId, sizeof (OptEnt.Clid->InterfaceName));
376 PxeBcUintnToAscDecWithFormat (Private->Nii->MajorVer, OptEnt.Clid->UndiMajor, sizeof (OptEnt.Clid->UndiMajor));
377 PxeBcUintnToAscDecWithFormat (Private->Nii->MinorVer, OptEnt.Clid->UndiMinor, sizeof (OptEnt.Clid->UndiMinor));
    [all...]
PxeBcDhcp6.c 111 if (Private->Nii != NULL) {
112 OptEnt.Undi->Type = Private->Nii->Type;
113 OptEnt.Undi->MajorVer = Private->Nii->MajorVer;
114 OptEnt.Undi->MinorVer = Private->Nii->MinorVer;
154 if (Private->Nii != NULL) {
157 Private->Nii->StringId,
161 Private->Nii->MajorVer,
166 Private->Nii->MinorVer,
    [all...]
PxeBcDriver.c 452 @retval EFI_SUCCESS Get the result whether UNDI supports IPv6 by NII or AIP protocol successfully.
453 @retval EFI_NOT_FOUND Don't know whether UNDI supports IPv6 since NII or AIP is not available.
476 // Check whether the UNDI supports IPv6 by NII protocol.
478 if (Private->Nii != NULL) {
479 *Ipv6Support = Private->Nii->Ipv6Supported;
    [all...]
PxeBcImpl.h 142 EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL *Nii;

Completed in 273 milliseconds