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

/gem5/src/mem/ruby/network/
H A DTopology.cc115 std::pair<SwitchID, SwitchID> src_dest = (*i).first; local
116 max_switch_id = max(max_switch_id, src_dest.first);
117 max_switch_id = max(max_switch_id, src_dest.second);
137 std::pair<int, int> src_dest = (*i).first; local
139 int src = src_dest.first;
140 int dst = src_dest.second;
188 std::pair<int, int> src_dest; local
192 src_dest.first = src;
193 src_dest.second = dest;
194 link_entry = m_link_map[src_dest];
[all...]

Completed in 5 milliseconds