Searched refs:rxBytes (Results 1 – 2 of 2) sorted by relevance
102 data->set_rx_bytes(it.rxBytes + randNum * RX_BYTES_INDEX); in Report()110 …systemInfo->set_rx_bytes(systemData.rxBytes + (randNum * RX_BYTES_INDEX * systemData.details.size(… in Report()120 data->set_rx_bytes(it.rxBytes); in Report()128 systemInfo->set_rx_bytes(systemData.rxBytes); in Report()238 uint64_t rxBytes = value; in ReadTxRxBytes() local239 cache.rx = rxBytes; in ReadTxRxBytes()240 cell.rx += rxBytes; in ReadTxRxBytes()306 uint64_t rxBytes = value; in ReadSystemTxRxBytes() local307 systemCache.rxBytes = rxBytes; in ReadSystemTxRxBytes()308 systemData.rxBytes += rxBytes; in ReadSystemTxRxBytes()[all …]
55 uint64_t rxBytes; member63 uint64_t rxBytes; member