Searched refs:parseFetcher (Results 1 – 1 of 1) sorted by relevance
308 private List<DmaDescriptor> ParseDescriptors(bool parseFetcher) in ParseDescriptors() argument311 …uint currentDescriptorAddress = (uint)((parseFetcher) ? fetcherAddress.Value : pusherAddress.Value… in ParseDescriptors()325 if (parseFetcher) in ParseDescriptors()335 …descriptor.Tag = (parseFetcher) ? machine.SystemBus.ReadDoubleWord(currentDescriptorAddress + 0xC)… in ParseDescriptors()341 …descriptor.Data[i] = (byte)((descriptor.ZeroPadding || !parseFetcher) ? 0 : machine.SystemBus.Read… in ParseDescriptors()349 if (parseFetcher) in ParseDescriptors()368 … if (parseFetcher && fetcherScatterGather.Value && moreDescriptors && !descriptor.ConstantAddress) in ParseDescriptors()