Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/
DSynopsysDWCEthernetQualityOfService_Descriptors.cs50 IsOwnedByDMA = structure.Owner == DescriptorOwner.DMA; in UpdateProperties()
69 DescriptorOwner Owner { get; }
76 public DescriptorOwner Owner => owner;
82 public DescriptorOwner owner;
131 public DescriptorOwner Owner => owner;
148 public DescriptorOwner owner;
202 public DescriptorOwner Owner => owner;
284 public DescriptorOwner owner;
302 public DescriptorOwner Owner => owner;
311 public DescriptorOwner owner;
[all …]
DSynopsysDWCEthernetQualityOfService_DMA.cs474 structure.owner = DescriptorOwner.Application; in StartRx()
498 contextStructure.owner = DescriptorOwner.Application; in StartRx()
528 writeBackStructure.owner = DescriptorOwner.Application; in StartRx()
790 writeBackIntermediateStructure.owner = DescriptorOwner.Application; in StartTx()
836 writeBackStructure.owner = DescriptorOwner.Application; in StartTx()
865 structure.owner = DescriptorOwner.Application; in StartTx()