Searched refs:offload_stats (Results 1 – 3 of 3) sorted by relevance
559 bool reset /* reset */, OffloadStatistics& offload_stats/* ret */) in getStats() argument584 offload_stats.tx = stats.tx_bytes; in getStats()585 offload_stats.rx = stats.rx_bytes; in getStats()587 IPACMDBG_H("send getStats tx:%lu rx:%lu \n", offload_stats.tx, offload_stats.rx); in getStats()
614 bool reset /* reset */, OffloadStatistics& offload_stats/* ret */) in getStats() argument639 offload_stats.tx = stats.tx_bytes; in getStats()640 offload_stats.rx = stats.rx_bytes; in getStats()642 IPACMDBG_H("send getStats tx:%lu rx:%lu \n", offload_stats.tx, offload_stats.rx); in getStats()
615 bool reset /* reset */, OffloadStatistics& offload_stats/* ret */) in getStats() argument640 offload_stats.tx = stats.tx_bytes; in getStats()641 offload_stats.rx = stats.rx_bytes; in getStats()643 …CMDBG_H("send getStats tx:%llu rx:%llu \n", (long long)offload_stats.tx, (long long)offload_stats.… in getStats()