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

  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
SnpReceiveFilters.c 35 MCastFilter list. This value must be less than or
39 @param MCastFilter A pointer to a list of new multicast receive filter
63 IN EFI_MAC_ADDRESS *MCastFilter OPTIONAL
VirtioNet.h 180 IN EFI_MAC_ADDRESS *MCastFilter OPTIONAL
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
Shutdown.c 139 ZeroMem (Snp->Mode.MCastFilter, sizeof Snp->Mode.MCastFilter);
Receive_filters.c 264 CopyMem (Snp->Mode.MCastFilter, Snp->Db, Snp->Cdb.DBsize);
279 &Snp->Mode.MCastFilter[Snp->Mode.MCastFilterCount],
309 to zero. The Snp->Mode->MCastFilter contents are undefined.
312 Snp->Mode->MCastFilterCount and Snp->Mode->MCastFilter fields.
330 receive filter list to be modified, then the MCastFilterCnt and MCastFilter
332 receive filter list settings can be found in the MCastFilter field of
349 @param MCastFilterCnt Number of multicast HW MAC addresses in the new MCastFilter
353 @param MCastFilter A pointer to a list of new multicast receive filter HW
373 * Multicast is being enabled and MCastFilter is NULL
375 the addresses in the MCastFilter list are not
    [all...]
Initialize.c 220 ZeroMem (Snp->Mode.MCastFilter, sizeof Snp->Mode.MCastFilter);
Snp.h 536 to zero. The Snp->Mode->MCastFilter contents are undefined.
539 Snp->Mode->MCastFilterCount and Snp->Mode->MCastFilter fields.
557 receive filter list to be modified, then the MCastFilterCnt and MCastFilter
559 receive filter list settings can be found in the MCastFilter field of
576 @param MCastFilterCnt Number of multicast HW MAC addresses in the new MCastFilter
580 @param MCastFilter A pointer to a list of new multicast receive filter HW
600 * Multicast is being enabled and MCastFilter is NULL
602 the addresses in the MCastFilter list are not
621 IN EFI_MAC_ADDRESS *MCastFilter OPTIONAL
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpConfig.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleNetwork/
SimpleNetwork.h 153 EFI_MAC_ADDRESS MCastFilter[MAX_MCAST_FILTER_CNT];
313 IN EFI_MAC_ADDRESS * MCastFilter OPTIONAL
327 MCastFilter list. This value must be less than or equal to
330 MCastFilter - A pointer to a list of new multicast receive filter HW MAC
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SimpleNetwork.h 197 EFI_MAC_ADDRESS MCastFilter[MAX_MCAST_FILTER_CNT];
356 MCastFilter list. This value must be less than or equal to
359 @param MCastFilter A pointer to a list of new multicast receive filter HW MAC
379 IN EFI_MAC_ADDRESS *MCastFilter OPTIONAL
  /external/syslinux/efi32/include/efi/
efinet.h 154 EFI_MAC_ADDRESS MCastFilter[MAX_MCAST_FILTER_CNT];
224 IN EFI_MAC_ADDRESS *MCastFilter OPTIONAL
  /external/syslinux/efi64/include/efi/
efinet.h 154 EFI_MAC_ADDRESS MCastFilter[MAX_MCAST_FILTER_CNT];
224 IN EFI_MAC_ADDRESS *MCastFilter OPTIONAL
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efinet.h 154 EFI_MAC_ADDRESS MCastFilter[MAX_MCAST_FILTER_CNT];
224 IN EFI_MAC_ADDRESS *MCastFilter OPTIONAL
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
SimpleNetwork.h 152 EFI_MAC_ADDRESS MCastFilter[MAX_MCAST_FILTER_CNT];
287 MCastFilter list. This value must be less than or equal to
290 @param MCastFilter A pointer to a list of new multicast receive filter HW MAC
310 IN EFI_MAC_ADDRESS *MCastFilter OPTIONAL
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
BerkeleyPacketFilter.c 451 ZeroMem (Private->Mode->MCastFilter, sizeof (Private->Mode->MCastFilter));
541 ZeroMem (Private->Mode->MCastFilter, sizeof (Private->Mode->MCastFilter));
565 MCastFilter list. This value must be less than or equal to
568 @param MCastFilter A pointer to a list of new multicast receive filter HW MAC
587 IN EFI_MAC_ADDRESS *MCastFilter OPTIONAL
    [all...]
LinuxPacketFilter.c 217 MCastFilter list. This value must be less than or equal to
220 @param MCastFilter A pointer to a list of new multicast receive filter HW MAC
239 IN EFI_MAC_ADDRESS *MCastFilter OPTIONAL
Gasket.h 577 IN EFI_MAC_ADDRESS *MCastFilter OPTIONAL
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuSnp.h 168 MCastFilter list. This value must be less than or equal to
171 @param MCastFilter A pointer to a list of new multicast receive filter HW MAC
191 IN EFI_MAC_ADDRESS *MCastFilter OPTIONAL
  /device/linaro/bootloader/edk2/Nt32Pkg/SnpNt32Dxe/
SnpNt32.h 83 IN EFI_MAC_ADDRESS * MCastFilter
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
Lan9118Dxe.c 124 ZeroMem (&SnpMode->MCastFilter, MAX_MCAST_FILTER_CNT * sizeof(EFI_MAC_ADDRESS));
521 MCastFilter list. This value must be less than or
525 @param[in] MCastFilter A pointer to a list of new multicast receive
540 . Multicast is being enabled and MCastFilter is NULL
542 addresses in the MCastFilter list are not valid
555 IN EFI_MAC_ADDRESS *MCastFilter OPTIONAL
601 (MCastFilter == NULL) ) {
609 if ((MCastFilter[Count].Addr[0] & 1) == 0) {
618 Mac = &(MCastFilter[Count]);
619 CopyMem (&Mode->MCastFilter[Count], Mac, sizeof(EFI_MAC_ADDRESS));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
BiosSnp16.c 666 DEBUG ((DEBUG_NET, "%02x ", SimpleNetworkDevice->SimpleNetworkMode.MCastFilter[Index].Addr[Index2]));
    [all...]
BiosSnp16.h 279 @param MCastFilter Buffer for mustli cast filter for different MAC address.
295 IN EFI_MAC_ADDRESS * MCastFilter OPTIONAL
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
SimpleNetwork.c 72 &pMode->MCastFilter[ Index ].Addr[0]);
553 is set to zero. The SNP->Mode->MCastFilter contents are undefined.
557 SNP->Mode->MCastFilterCount and SNP->Mode->MCastFilter fields.
571 MCastFilterCnt and MCastFilter are used to update the current multicast
573 found in the MCastFilter field of EFI_SIMPLE_NETWORK_MODE.
586 @param [in] MCastFilterCnt Number of multicast HW MAC address in the new MCastFilter list.
656 CopyMem (&pMode->MCastFilter[0],
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/
SimpleNetwork.c 66 &pMode->MCastFilter[ Index ].Addr[0]);
632 is set to zero. The SNP->Mode->MCastFilter contents are undefined.
636 SNP->Mode->MCastFilterCount and SNP->Mode->MCastFilter fields.
650 MCastFilterCnt and MCastFilter are used to update the current multicast
652 found in the MCastFilter field of EFI_SIMPLE_NETWORK_MODE.
665 @param [in] MCastFilterCnt Number of multicast HW MAC address in the new MCastFilter list.
769 CopyMem (&pMode->MCastFilter[0],
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
Lan91xDxe.c     [all...]

Completed in 651 milliseconds