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

/gem5/src/dev/net/
H A Dsinic.cc1354 int txListSize = count; local
1355 SERIALIZE_SCALAR(txListSize);
1427 int txListSize; local
1428 UNSERIALIZE_SCALAR(txListSize);
1430 for (int i = 0; i < txListSize; ++i) {

Completed in 7 milliseconds