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

/gem5/src/mem/ruby/network/
H A DNetwork.cc162 int network_num,
166 fatal_if(network_num >= m_virtual_networks, "Network id is out of range");
169 m_ordered[network_num] = true;
172 m_vnet_type_names[network_num] = vnet_type;
177 Network::setToNetQueue(NodeID id, bool ordered, int network_num, argument
180 checkNetworkAllocation(id, ordered, network_num, vnet_type);
181 while (m_toNetQueues[id].size() <= network_num) {
184 m_toNetQueues[id][network_num] = b;
188 Network::setFromNetQueue(NodeID id, bool ordered, int network_num, argument
191 checkNetworkAllocation(id, ordered, network_num, vnet_typ
161 checkNetworkAllocation(NodeID id, bool ordered, int network_num, std::string vnet_type) argument
[all...]
H A DNetwork.hh99 int network_num, std::string vnet_type);

Completed in 6 milliseconds