Searched refs:tx_bytes (Results 1 – 6 of 6) sorted by relevance
26 uint64_t tx_bytes; member70 adapter->nstats.rx_bytes = adapter->nstats.tx_bytes = 0; in netdev_stats()79 adapter->nstats.tx_bytes += sarray->tx_bytes + old_sarray->tx_bytes; in netdev_stats()91 (long long unsigned int)adapter->nstats.tx_bytes); in netdev_stats()
47 sarrays[device][qid].tx_bytes > stats->tx_bytes)) { in update_stats()51 old_sarray->tx_bytes += sarray->tx_bytes; in update_stats()60 sarray->tx_bytes = stats->tx_bytes; in update_stats()74 (long long unsigned int)sarray->tx_bytes); in update_stats()
165 uint64_t tx_bytes; member248 ss.tx_bytes = mtcp->nstat.tx_bytes[nif]; in dpdk_send_pkts()312 mtcp->nstat.tx_bytes[nif] += pktsize + ETHER_OVR; in dpdk_get_wptr()342 mtcp->nstat.tx_bytes[out_nif] += dpc->rmbufs[in_nif].m_table[index]->pkt_len + ETHER_OVR; in dpdk_set_wptr()
195 ns->tx_bytes[i] = mtcp->nstat.tx_bytes[i] - mtcp->p_nstat.tx_bytes[i]; in PrintThreadNetworkStats()208 GBPS(ns->tx_bytes[i])); in PrintThreadNetworkStats()329 g_nstat.tx_bytes[j] += ns.tx_bytes[j]; in PrintNetworkStats()345 GBPS(g_nstat.tx_bytes[i])); in PrintNetworkStats()347 total_tx_gbps += GBPS(g_nstat.tx_bytes[i]); in PrintNetworkStats()
124 mtcp->nstat.tx_bytes[nif] += pkt_size + ETHER_OVR; in netmap_send_pkts()
51 uint64_t tx_bytes[MAX_DEVICES]; member