Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dcore.c59 #define GBPS(bytes) (bytes * 8.0 / (1000 * 1000 * 1000)) macro
206 GBPS(ns->rx_bytes[i]), in PrintThreadNetworkStats()
208 GBPS(ns->tx_bytes[i])); in PrintThreadNetworkStats()
343 GBPS(g_nstat.rx_bytes[i]), in PrintNetworkStats()
345 GBPS(g_nstat.tx_bytes[i])); in PrintNetworkStats()
346 total_rx_gbps += GBPS(g_nstat.rx_bytes[i]); in PrintNetworkStats()
347 total_tx_gbps += GBPS(g_nstat.tx_bytes[i]); in PrintNetworkStats()