Searched refs:MCastFilter (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/
H A DShutdown.c139 ZeroMem (Snp->Mode.MCastFilter, sizeof Snp->Mode.MCastFilter);
H A DReceive_filters.c264 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 lis
[all...]
H A DInitialize.c220 ZeroMem (Snp->Mode.MCastFilter, sizeof Snp->Mode.MCastFilter);
H A DSnp.h667 to zero. The Snp->Mode->MCastFilter contents are undefined.
670 Snp->Mode->MCastFilterCount and Snp->Mode->MCastFilter fields.
688 receive filter list to be modified, then the MCastFilterCnt and MCastFilter
690 receive filter list settings can be found in the MCastFilter field of
707 @param MCastFilterCnt Number of multicast HW MAC addresses in the new MCastFilter
711 @param MCastFilter A pointer to a list of new multicast receive filter HW
731 * Multicast is being enabled and MCastFilter is NULL
733 the addresses in the MCastFilter list are not
752 IN EFI_MAC_ADDRESS *MCastFilter OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpConfig.c1343 EFI_MAC_ADDRESS *MCastFilter; local
1376 MCastFilter = NULL;
1400 MCastFilter = AllocatePool (sizeof (EFI_MAC_ADDRESS) * MCastFilterCnt);
1401 if (MCastFilter == NULL) {
1402 DEBUG ((EFI_D_ERROR, "MnpConfigReceiveFilters: Failed to allocate memory resource for MCastFilter.\n"));
1414 CopyMem (MCastFilter + Index, &GroupAddress->Address, sizeof (*(MCastFilter + Index)));
1459 MCastFilter
1471 if (MCastFilter != NULL) {
1475 FreePool (MCastFilter);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DSimpleNetwork.h197 EFI_MAC_ADDRESS MCastFilter[MAX_MCAST_FILTER_CNT]; member in struct:__anon12290
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
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DSimpleNetwork.h199 EFI_MAC_ADDRESS MCastFilter[MAX_MCAST_FILTER_CNT]; member in struct:__anon15666
358 MCastFilter list. This value must be less than or equal to
361 @param MCastFilter A pointer to a list of new multicast receive filter HW MAC
381 IN EFI_MAC_ADDRESS *MCastFilter OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c2282 EFI_MAC_ADDRESS *MCastFilter; local
2332 MCastFilter = NULL;
2348 MCastFilter = AllocateCopyPool (
2350 Snp->Mode->MCastFilter
2352 ASSERT (MCastFilter != NULL);
2393 MCastFilter
2396 if (MCastFilter != NULL) {
2397 FreePool (MCastFilter);
2443 if (MCastFilter != NULL) {
2444 FreePool (MCastFilter);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DBiosSnp16.c666 DEBUG ((DEBUG_NET, "%02x ", SimpleNetworkDevice->SimpleNetworkMode.MCastFilter[Index].Addr[Index2]));
1173 CopyMem (&McastBuffer->MCastAddr[Index], &Mode->MCastFilter[Index], HwAddressSize);
2338 @param MCastFilter Buffer for mustli cast filter for different MAC address.
2354 IN EFI_MAC_ADDRESS * MCastFilter OPTIONAL
2398 if ((MCastFilterCnt == 0) || (MCastFilter == 0) || MCastFilterCnt > SimpleNetworkDevice->SimpleNetworkMode.MaxMCastFilterCount) {
2443 &MCastFilter[Index],
2451 &SimpleNetworkDevice->SimpleNetworkMode.MCastFilter[Index],
2476 &SimpleNetworkDevice->SimpleNetworkMode.MCastFilter[Index],
2477 &MCastFilter[Index],
H A DBiosSnp16.h279 @param MCastFilter Buffer for mustli cast filter for different MAC address.
295 IN EFI_MAC_ADDRESS * MCastFilter OPTIONAL

Completed in 81 milliseconds