HomeSort by relevance Sort by last modified time
    Searched defs:Mnp (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
ComponentName.c 39 L"MNP Network Service Driver"
106 Update the component name for the MNP child handle.
108 @param Mnp[in] A pointer to the EFI_MANAGED_NETWORK_PROTOCOL.
117 IN EFI_MANAGED_NETWORK_PROTOCOL *Mnp
128 if (Mnp == NULL) {
132 Instance = MNP_INSTANCE_DATA_FROM_THIS (Mnp);
135 // MNP (MAC=FF-FF-FF-FF-FF-FF, ProtocolType=0x0800, VlanId=0)
137 Status = Mnp->GetModeData (Mnp, &MnpConfigData, &SnpModeData);
146 L"MNP (MAC="
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ArpDriver.c 78 // Create a MNP child instance.
91 // Open the MNP protocol.
96 (VOID **)&ArpService->Mnp,
108 Status = ArpService->Mnp->GetModeData (ArpService->Mnp, NULL, &ArpService->SnpMode);
122 // Set the Mnp config parameters.
136 // Configure the Mnp child.
138 Status = ArpService->Mnp->Configure (ArpService->Mnp, &ArpService->MnpConfigData);
214 ArpService->Mnp->Cancel (ArpService->Mnp, NULL);
    [all...]
ArpImpl.h 160 EFI_MANAGED_NETWORK_PROTOCOL *Mnp;
643 Process the Arp packets received from Mnp, the procedure conforms to RFC826.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Igmp.c 26 MNP to receive ALL SYSTEM multicast.
41 EFI_MANAGED_NETWORK_PROTOCOL *Mnp;
48 // Configure MNP to receive ALL_SYSTEM multicast
56 Mnp = IpSb->Mnp;
63 Status = Ip4GetMulticastMac (Mnp, IP4_ALLSYSTEM_ADDRESS, &Group->Mac);
69 Status = Mnp->Groups (Mnp, TRUE, &Group->Mac);
270 EFI_MANAGED_NETWORK_PROTOCOL *Mnp;
278 Mnp = IpSb->Mnp;
    [all...]
Ip4Driver.c 123 // Test for the MNP service binding Protocol
175 @param Controller The controller that has MNP service binding
232 IpSb->Mnp = NULL;
257 // event and MNP child. IGMP, interface's initialization depend
258 // on the MNP child.
293 (VOID **) &IpSb->Mnp,
309 Status = IpSb->Mnp->GetModeData (IpSb->Mnp, NULL, &IpSb->SnpMode);
328 IpSb->DefaultInterface = Ip4CreateInterface (IpSb->Mnp, Controller, ImageHandle);
403 if (IpSb->Mnp != NULL) {
    [all...]
Ip4If.h 59 /// receive request is send to MNP. IpInstance is always NULL.
60 /// Reference MNP's spec for information.
136 // Each interface has its own ARP child, and shares one MNP child.
158 // share one MNP which is owned by IP service binding.
163 EFI_MANAGED_NETWORK_PROTOCOL *Mnp;
194 @param[in] Mnp The shared MNP child of this IP4 service binding
205 IN EFI_MANAGED_NETWORK_PROTOCOL *Mnp,
285 MNP and not yet recycled.
Ip4Impl.c 444 // Get fresh mode data from MNP, since underlying media status may change
446 Status = IpSb->Mnp->GetModeData (IpSb->Mnp, MnpConfigData, SnpModeData);
454 Config the MNP parameter used by IP. The IP driver use one MNP
455 child to transmit/receive frames. By default, it configures MNP
461 reconfigure the MNP. If Force is TRUE, the MNP is configured no
467 @retval EFI_SUCCESS The MNP is successfully configured/reconfigured.
520 Status = IpSb->Mnp->Configure (IpSb->Mnp, &IpSb->MnpConfigData);
    [all...]
Ip4Impl.h 90 /// MNP. Upon then, the IP4_TXTOKEN_WRAP will be released, and
103 /// IP4_IPSEC_WRAP wraps the packet received from MNP layer. The packet
201 EFI_MANAGED_NETWORK_PROTOCOL *Mnp;
243 Config the MNP parameter used by IP. The IP driver use one MNP
244 child to transmit/receive frames. By default, it configures MNP
250 reconfigure the MNP. If Force is TRUE, the MNP is configured no
256 @retval EFI_SUCCESS The MNP is successfully configured/reconfigured.
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Driver.c 118 // Test for the MNP service binding Protocol
190 if (IpSb->Mnp != NULL) {
191 IpSb->Mnp->Cancel (IpSb->Mnp, NULL);
192 IpSb->Mnp->Configure (IpSb->Mnp, NULL);
200 IpSb->Mnp = NULL;
244 @param[in] Controller The controller that has MNP service binding
340 IpSb->Mnp = NULL;
365 // event, MNP token event and MNP child.
    [all...]
Ip6Impl.c 197 // Get fresh mode data from MNP, since underlying media status may change
199 Status = IpSb->Mnp->GetModeData (IpSb->Mnp, MnpConfigData, SnpModeData);
338 configure underlying MNP, or other errors.
491 Configure the MNP parameter used by IP. The IP driver uses one MNP
492 child to transmit/receive frames. By default, it configures MNP
498 reconfigure the MNP. If Force is TRUE, the MNP is configured
504 @retval EFI_SUCCESS The MNP successfully configured/reconfigured.
    [all...]
Ip6Impl.h 101 // MNP. Upon then, the IP6_TXTOKEN_WRAP will be released, and
225 EFI_MANAGED_NETWORK_PROTOCOL *Mnp;
275 Config the MNP parameter used by IP. The IP driver use one MNP
276 child to transmit/receive frames. By default, it configures MNP
282 reconfigure the MNP. If Force is TRUE, the MNP is configured
288 @retval EFI_SUCCESS The MNP successfully configured/reconfigured.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsDhcp.c 420 EFI_MANAGED_NETWORK_PROTOCOL *Mnp;
440 Mnp = NULL;
482 // Create a Mnp child instance, get the protocol and config for it.
497 (VOID **) &Mnp,
517 Status = Mnp->Configure(Mnp, &MnpConfigData);
661 Status = Mnp->Poll (Mnp);
729 if (Mnp != NULL) {
730 Mnp->Configure (Mnp, NULL);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellTftpCommandLib/
Tftp.c 614 EFI_MANAGED_NETWORK_PROTOCOL *Mnp;
622 (VOID**)&Mnp
628 Status = Mnp->GetModeData (Mnp, NULL, &SnpMode);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c 199 This code snip is copied from MNP.
    [all...]

Completed in 485 milliseconds