Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DSynopsysEthernetMAC.cs249 …sy, "DESCRIPTOR ADDR1={0:X}, ADDR2={1:X}", receiveDescriptor.Address1, receiveDescriptor.Address2); in ReceiveFrame()
272 sysbus.WriteBytes(toWriteArray, receiveDescriptor.Address2); in ReceiveFrame()
293 dmaReceiveDescriptorListAddress = receiveDescriptor.Address2; in ReceiveFrame()
346 …packetData.AddRange(sysbus.ReadBytes(transmitDescriptor.Address2, transmitDescriptor.Buffer2Length… in SendFrames()
357 dmaTransmitDescriptorListAddress = transmitDescriptor.Address2; in SendFrames()
494 public uint Address2 property in Antmicro.Renode.Peripherals.Network.SynopsysEthernetMAC.Descriptor