Home
last modified time | relevance | path

Searched refs:offload_stats (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_OffloadManager.cpp559 bool reset /* reset */, OffloadStatistics& offload_stats/* ret */) in getStats() argument
584 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()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_OffloadManager.cpp614 bool reset /* reset */, OffloadStatistics& offload_stats/* ret */) in getStats() argument
639 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()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_OffloadManager.cpp615 bool reset /* reset */, OffloadStatistics& offload_stats/* ret */) in getStats() argument
640 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()