Searched refs:channelId (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/pci/
H A Dcopy_engine.hh69 int channelId; member in class:CopyEngine::CopyEngineChannel
100 std::string name() { assert(ce); return ce->name() + csprintf("-chan%d", channelId); }
144 channelId, "CopyEngine", s);
150 channelId, "CopyEngine", "DMAUnusedDescQ", channelId);
156 channelId, "CopyEngine", "DMAUnusedDescQ", channelId);
162 channelId, "CopyEngine", "DMAUnusedDescQ", channelId);
167 CPA::cpa()->hwQ(CPA::FL_NONE, ce->sys, channelId,
[all...]
H A Dcopy_engine.cc83 ce(_ce), channelId(cid), busy(false), underReset(false),
286 channelId, daddr);
427 channelId, daddr);
533 ce->bytesCopied[channelId] += curDmaDesc->len;
534 ce->copiesProcessed[channelId]++;
546 anQ("DMAUsedDescQ", channelId, 1);
687 SERIALIZE_SCALAR(channelId);
704 UNSERIALIZE_SCALAR(channelId);

Completed in 3 milliseconds