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

1 2

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
Receive.c 27 @param DestAddr Pointer to contain the destination ethernet address on
51 EFI_MAC_ADDRESS *DestAddr,
124 if (DestAddr != NULL) {
125 CopyMem (DestAddr, &Db->DestAddr, Snp->Mode.HwAddressSize);
156 In addition, if SrcAddr, DestAddr, and Protocol are not NULL, then these values
173 @param DestAddr The destination HW MAC address. If this parameter is NULL,
204 OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL,
249 DestAddr,
Transmit.c 26 @param DestAddr Address of the destination mac address buffer.
41 EFI_MAC_ADDRESS *DestAddr,
64 (VOID *) Cpb->DestAddr,
65 (VOID *) DestAddr,
226 returned. If HeaderSize is nonzero and DestAddr or Protocol is NULL, then
242 be equal to This->Mode->MediaHeaderSize and the DestAddr and
255 @param DestAddr The destination HW MAC address. If HeaderSize is zero, then
280 IN EFI_MAC_ADDRESS *DestAddr, OPTIONAL
328 if (HeaderSize != Snp->Mode.MediaHeaderSize || DestAddr == 0 || Protocol == 0) {
339 DestAddr,
    [all...]
Snp.h     [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
SnpTransmit.c 31 DestAddr and Protocol parameters must not be NULL.
44 @param DestAddr The destination HW MAC address. If HeaderSize is zero,
72 IN EFI_MAC_ADDRESS *DestAddr OPTIONAL,
125 DestAddr == NULL || Protocol == NULL) {
132 CopyMem (Ptr, DestAddr, SIZE_OF_VNET (Mac));
SnpReceive.c 39 @param DestAddr The destination HW MAC address. If this parameter is NULL,
70 OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL,
149 if (DestAddr != NULL) {
150 CopyMem (DestAddr, RxPtr, SIZE_OF_VNET (Mac));
VirtioNet.h 235 IN EFI_MAC_ADDRESS *DestAddr OPTIONAL,
247 OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL,
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuSnp.h 346 must be equal to This->Mode->MediaHeaderSize and the DestAddr
358 @param DestAddr The destination HW MAC address. If HeaderSize is zero, then this
381 IN EFI_MAC_ADDRESS *DestAddr OPTIONAL,
399 @param DestAddr The destination HW MAC address. If this parameter is NULL,
425 OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL,
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
BerkeleyPacketFilter.c 793 must be equal to This->Mode->MediaHeaderSize and the DestAddr
805 @param DestAddr The destination HW MAC address. If HeaderSize is zero, then this
827 IN EFI_MAC_ADDRESS *DestAddr OPTIONAL,
841 if ((DestAddr == NULL) || (Protocol == NULL) || (HeaderSize != Private->Mode->MediaHeaderSize)) {
851 CopyMem (EnetHeader->DstAddr, DestAddr, NET_ETHER_ADDR_LEN);
878 @param DestAddr The destination HW MAC address. If this parameter is NULL,
903 OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL,
    [all...]
LinuxPacketFilter.c 431 must be equal to This->Mode->MediaHeaderSize and the DestAddr
443 @param DestAddr The destination HW MAC address. If HeaderSize is zero, then this
465 IN EFI_MAC_ADDRESS *DestAddr OPTIONAL,
490 @param DestAddr The destination HW MAC address. If this parameter is NULL,
515 OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL,
Gasket.h 632 IN EFI_MAC_ADDRESS *DestAddr OPTIONAL,
644 OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL,
  /external/llvm/lib/Target/X86/
X86ExpandPseudo.cpp 147 MachineOperand &DestAddr = MBBI->getOperand(0);
148 assert(DestAddr.isReg() && "Offset should be in register!");
154 .addReg(DestAddr.getReg());
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
MarvellYukon.h 594 returned. If HeaderSize is nonzero and DestAddr or Protocol is NULL, then
610 be equal to This->SnpMode->MediaHeaderSize and the DestAddr and
    [all...]
Snp.c 471 In addition, if SrcAddr, DestAddr, and Protocol are not NULL, then these values
488 <at> param DestAddr The destination HW MAC address. If this parameter is NULL,
519 OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL,
575 if (DestAddr != NULL) {
576 gBS->SetMem (DestAddr, NET_ETHER_ADDR_LEN, 0);
577 gBS->CopyMem (DestAddr, ((UINT8 *) Buffer), NET_ETHER_ADDR_LEN);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleNetwork/
SimpleNetwork.h 524 IN EFI_MAC_ADDRESS * DestAddr OPTIONAL,
536 must be equal to This->Mode->MediaHeaderSize and the DestAddr
575 OUT EFI_MAC_ADDRESS * DestAddr OPTIONAL,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SimpleNetwork.h 553 must be equal to This->Mode->MediaHeaderSize and the DestAddr
565 @param DestAddr The destination HW MAC address. If HeaderSize is zero, then this
588 IN EFI_MAC_ADDRESS *DestAddr OPTIONAL,
606 @param DestAddr The destination HW MAC address. If this parameter is NULL,
632 OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ExpandPseudo.cpp 275 MachineOperand &DestAddr = MBBI->getOperand(0);
276 assert(DestAddr.isReg() && "Offset should be in register!");
282 .addReg(DestAddr.getReg());
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuSnpDxe/
EmuSnpDxe.h 404 must be equal to This->Mode->MediaHeaderSize and the DestAddr
416 @param DestAddr The destination HW MAC address. If HeaderSize is zero, then this
435 IN EFI_MAC_ADDRESS* DestAddr OPTIONAL,
EmuSnpDxe.c 445 must be equal to This->Mode->MediaHeaderSize and the DestAddr
457 @param DestAddr The destination HW MAC address. If HeaderSize is zero, then this
477 IN EFI_MAC_ADDRESS *DestAddr OPTIONAL,
492 DestAddr,
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/SnpNt32Dxe/
SnpNt32.h 108 IN EFI_MAC_ADDRESS * DestAddr,
SnpNt32.c 316 must be equal to This->Mode->MediaHeaderSize and the DestAddr
328 @param DestAddr The destination HW MAC address. If HeaderSize is zero, then this
347 IN EFI_MAC_ADDRESS *DestAddr OPTIONAL,
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
BiosSnp16.h 443 must be equal to This->Mode->MediaHeaderSize and the DestAddr
455 @param DestAddr The destination HW MAC address. If HeaderSize is zero, then this
478 IN EFI_MAC_ADDRESS *DestAddr OPTIONAL,
497 @param DestAddr The destination HW MAC address. If this parameter is NULL,
523 OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL,
    [all...]
BiosSnp16.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiPxe.h     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiPxe.h     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 324 Address DestAddr, Address SrcAddr, QualType OriginalType,
331 auto NumElements = emitArrayLength(ArrayTy, ElementTy, DestAddr);
332 SrcAddr = Builder.CreateElementBitCast(SrcAddr, DestAddr.getElementType());
335 auto DestBegin = DestAddr.getPointer();
363 DestAddr.getAlignment().alignmentOfArrayElement(ElementSize));
447 /// \param DestAddr Address of the array.
451 static void EmitOMPAggregateInit(CodeGenFunction &CGF, Address DestAddr,
460 auto NumElements = CGF.emitArrayLength(ArrayTy, ElementTy, DestAddr);
461 DestAddr =
462 CGF.Builder.CreateElementBitCast(DestAddr, DestAddr.getElementType())
    [all...]

Completed in 935 milliseconds

1 2