Searched refs:diff_pkts_tx (Results 1 – 2 of 2) sorted by relevance
887 uint64_t diff_pkts_rx, diff_pkts_tx, diff_cycles; in ntb_calculate_throughput() local899 diff_pkts_tx = (ntb_port_stats[port].tx > prev_pkts_tx[port]) ? in ntb_calculate_throughput()906 diff_pkts_tx * rte_get_tsc_hz() / diff_cycles : 0; in ntb_calculate_throughput()
182 uint64_t diff_pkts_rx, diff_pkts_tx, diff_bytes_rx, diff_bytes_tx, in nic_stats_display() local254 diff_pkts_tx = (stats.opackets > prev_pkts_tx[port_id]) ? in nic_stats_display()261 (double)diff_pkts_tx / diff_ns * NS_PER_SEC : 0; in nic_stats_display()