Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DSynopsysEthernetMAC.cs267 … if(frame.Bytes.Length - written > 0 && !receiveDescriptor.IsNextDescriptorChained) in ReceiveFrame()
281 …or.IsLastSegment, written, frame.Bytes.Length, receiveDescriptor.IsNextDescriptorChained, receiveD… in ReceiveFrame()
283 if(!receiveDescriptor.IsNextDescriptorChained) in ReceiveFrame()
344 if(!transmitDescriptor.IsNextDescriptorChained) in SendFrames()
355 else if(transmitDescriptor.IsNextDescriptorChained) in SendFrames()
584 public bool IsNextDescriptorChained property in Antmicro.Renode.Peripherals.Network.SynopsysEthernetMAC.TxDescriptor
625 public bool IsNextDescriptorChained property in Antmicro.Renode.Peripherals.Network.SynopsysEthernetMAC.RxDescriptor