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

/gem5/src/dev/net/
H A Dtcp_iface.cc85 EventManager *em, bool use_pseudo_op, bool is_switch,
88 is_switch, num_nodes), serverName(server_name),
89 serverPort(server_port), isSwitch(is_switch), listening(false)
91 if (is_switch && isMaster) {
82 TCPIface(string server_name, unsigned server_port, unsigned dist_rank, unsigned dist_size, Tick sync_start, Tick sync_repeat, EventManager *em, bool use_pseudo_op, bool is_switch, int num_nodes) argument
H A Dtcp_iface.hh151 bool use_pseudo_op, bool is_switch, int num_nodes);
H A Ddist_etherlink.cc97 p->dist_sync_on_pseudo_op, p->is_switch,
H A Ddist_iface.cc612 bool is_switch, int num_nodes) :
622 isSwitch = is_switch;
623 if (is_switch)
606 DistIface(unsigned dist_rank, unsigned dist_size, Tick sync_start, Tick sync_repeat, EventManager *em, bool use_pseudo_op, bool is_switch, int num_nodes) argument
H A Ddist_iface.hh582 bool is_switch,
H A DEthernet.py82 is_switch = Param.Bool(False, "true if this a link in etherswitch") variable in class:DistEtherLink
/gem5/configs/dist/
H A Dsw.py58 is_switch = True,
/gem5/configs/example/arm/
H A Ddist_bigLITTLE.py131 if options.is_switch:

Completed in 20 milliseconds