Home
last modified time | relevance | path

Searched refs:Nii (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
DComponentName.c325 EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL *Nii; in UndiComponentNameGetControllerName() local
349 (VOID **)&Nii, in UndiComponentNameGetControllerName()
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDhcp4.c117 if (Private->Nii != NULL) { in HttpBootBuildDhcp4Options()
118 OptEnt.Undi->Type = Private->Nii->Type; in HttpBootBuildDhcp4Options()
119 OptEnt.Undi->MajorVer = Private->Nii->MajorVer; in HttpBootBuildDhcp4Options()
120 OptEnt.Undi->MinorVer = Private->Nii->MinorVer; in HttpBootBuildDhcp4Options()
158 if (Private->Nii != NULL) { in HttpBootBuildDhcp4Options()
159 … CopyMem (OptEnt.Clid->InterfaceName, Private->Nii->StringId, sizeof (OptEnt.Clid->InterfaceName)); in HttpBootBuildDhcp4Options()
160 …HttpBootUintnToAscDecWithFormat (Private->Nii->MajorVer, OptEnt.Clid->UndiMajor, sizeof (OptEnt.Cl… in HttpBootBuildDhcp4Options()
161 …HttpBootUintnToAscDecWithFormat (Private->Nii->MinorVer, OptEnt.Clid->UndiMinor, sizeof (OptEnt.Cl… in HttpBootBuildDhcp4Options()
DHttpBootDhcp6.c61 if (Private->Nii != NULL) { in HttpBootBuildDhcp6Options()
62 OptEnt.Undi->Type = Private->Nii->Type; in HttpBootBuildDhcp6Options()
63 OptEnt.Undi->MajorVer = Private->Nii->MajorVer; in HttpBootBuildDhcp6Options()
64 OptEnt.Undi->MinorVer = Private->Nii->MinorVer; in HttpBootBuildDhcp6Options()
104 if (Private->Nii != NULL) { in HttpBootBuildDhcp6Options()
107 Private->Nii->StringId, in HttpBootBuildDhcp6Options()
111 Private->Nii->MajorVer, in HttpBootBuildDhcp6Options()
116 Private->Nii->MinorVer, in HttpBootBuildDhcp6Options()
DHttpBootDxe.c342 (VOID **) &Private->Nii, in HttpBootIp4DxeDriverBindingStart()
348 Private->Nii = NULL; in HttpBootIp4DxeDriverBindingStart()
814 (VOID **) &Private->Nii, in HttpBootIp6DxeDriverBindingStart()
820 Private->Nii = NULL; in HttpBootIp6DxeDriverBindingStart()
DHttpBootDxe.h153 EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL *Nii; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
DSnp.c265 EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL *Nii; in SimpleNetworkDriverStart() local
321 (VOID **) &Nii, in SimpleNetworkDriverStart()
338 Pxe = (PXE_UNDI *) (UINTN) (Nii->Id); in SimpleNetworkDriverStart()
415 if (Nii->Revision >= EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_REVISION) { in SimpleNetworkDriverStart()
416 Snp->IfNum = Nii->IfNum; in SimpleNetworkDriverStart()
419 Snp->IfNum = (UINT8) (Nii->IfNum & 0xFF); in SimpleNetworkDriverStart()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
DMisc.c509 SimpleNetworkDevice->Nii.ImageAddr = RomAddress; in LaunchBaseCode()
510 SimpleNetworkDevice->Nii.ImageSize = RomLength; in LaunchBaseCode()
511 SimpleNetworkDevice->Nii.MajorVer = RomIdTableAddress->UNDI_Rev[2]; in LaunchBaseCode()
512 SimpleNetworkDevice->Nii.MinorVer = RomIdTableAddress->UNDI_Rev[1]; in LaunchBaseCode()
761 SimpleNetworkDevice->Nii.Id = (UINT64)(UINTN) Pxe; in LaunchBaseCode()
DBiosSnp16.h62 EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL Nii; member
DBiosSnp16.c428 SimpleNetworkDevice->Nii.Revision = EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL_REVISION; in BiosSnp16DriverBindingStart()
429 SimpleNetworkDevice->Nii.Type = EfiNetworkInterfaceUndi; in BiosSnp16DriverBindingStart()
431 CopyMem (&SimpleNetworkDevice->Nii.StringId, "UNDI", 4); in BiosSnp16DriverBindingStart()
704 &SimpleNetworkDevice->Nii, in BiosSnp16DriverBindingStart()
937 &SimpleNetworkDevice->Nii, in BiosSnp16DriverBindingStop()
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp4.c333 if (Private->Nii != NULL) { in PxeBcBuildDhcp4Options()
334 OptEnt.Undi->Type = Private->Nii->Type; in PxeBcBuildDhcp4Options()
335 OptEnt.Undi->MajorVer = Private->Nii->MajorVer; in PxeBcBuildDhcp4Options()
336 OptEnt.Undi->MinorVer = Private->Nii->MinorVer; in PxeBcBuildDhcp4Options()
374 if (Private->Nii != NULL) { in PxeBcBuildDhcp4Options()
375 … CopyMem (OptEnt.Clid->InterfaceName, Private->Nii->StringId, sizeof (OptEnt.Clid->InterfaceName)); in PxeBcBuildDhcp4Options()
376 …PxeBcUintnToAscDecWithFormat (Private->Nii->MajorVer, OptEnt.Clid->UndiMajor, sizeof (OptEnt.Clid-… in PxeBcBuildDhcp4Options()
377 …PxeBcUintnToAscDecWithFormat (Private->Nii->MinorVer, OptEnt.Clid->UndiMinor, sizeof (OptEnt.Clid-… in PxeBcBuildDhcp4Options()
DPxeBcImpl.h142 EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL *Nii; member
DPxeBcDhcp6.c111 if (Private->Nii != NULL) { in PxeBcBuildDhcp6Options()
112 OptEnt.Undi->Type = Private->Nii->Type; in PxeBcBuildDhcp6Options()
113 OptEnt.Undi->MajorVer = Private->Nii->MajorVer; in PxeBcBuildDhcp6Options()
114 OptEnt.Undi->MinorVer = Private->Nii->MinorVer; in PxeBcBuildDhcp6Options()
154 if (Private->Nii != NULL) { in PxeBcBuildDhcp6Options()
157 Private->Nii->StringId, in PxeBcBuildDhcp6Options()
161 Private->Nii->MajorVer, in PxeBcBuildDhcp6Options()
166 Private->Nii->MinorVer, in PxeBcBuildDhcp6Options()
DPxeBcDriver.c478 if (Private->Nii != NULL) { in PxeBcCheckIpv6Support()
479 *Ipv6Support = Private->Nii->Ipv6Supported; in PxeBcCheckIpv6Support()
1442 (VOID **) &Private->Nii, in PxeBcStart()
1448 Private->Nii = NULL; in PxeBcStart()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
DPxeBcImpl.h72 EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL *Nii; member
DPxeBcDhcp.c1145 if (Private->Nii != NULL) { in PxeBcBuildDhcpOptions()
1146 OptEnt.Undi->Type = Private->Nii->Type; in PxeBcBuildDhcpOptions()
1147 OptEnt.Undi->MajorVer = Private->Nii->MajorVer; in PxeBcBuildDhcpOptions()
1148 OptEnt.Undi->MinorVer = Private->Nii->MinorVer; in PxeBcBuildDhcpOptions()
1178 if (Private->Nii != NULL) { in PxeBcBuildDhcpOptions()
1182 … CopyMem (OptEnt.Clid->InterfaceName, Private->Nii->StringId, sizeof (OptEnt.Clid->InterfaceName)); in PxeBcBuildDhcpOptions()
1183 CvtNum (Private->Nii->MajorVer, OptEnt.Clid->UndiMajor, sizeof (OptEnt.Clid->UndiMajor)); in PxeBcBuildDhcpOptions()
1184 CvtNum (Private->Nii->MinorVer, OptEnt.Clid->UndiMinor, sizeof (OptEnt.Clid->UndiMinor)); in PxeBcBuildDhcpOptions()
DPxeBcDriver.c183 (VOID **) &Private->Nii, in PxeBcDriverBindingStart()
189 Private->Nii = NULL; in PxeBcDriverBindingStart()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch4178 + L"Nii",