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

/gem5/src/mem/ruby/network/simple/
H A DPerfectSwitch.hh66 { return csprintf("PerfectSwitch-%i", m_switch_id); }
91 const SwitchID m_switch_id; member in class:PerfectSwitch
H A DThrottle.hh61 { return csprintf("Throttle-%i", m_switch_id); }
98 const int m_switch_id; member in class:Throttle
H A DThrottle.cc54 : Consumer(em), m_switch_id(sID), m_switch(em), m_node(node),
86 string desc = "[Queue to Throttle " + to_string(m_switch_id) + " " +
H A DPerfectSwitch.cc53 : Consumer(sw), m_switch_id(sid), m_switch(sw)
328 out << "[PerfectSwitch " << m_switch_id << "]"; local

Completed in 8 milliseconds