Searched refs:prev_pkts_rx (Results 1 – 2 of 2) sorted by relevance
889 static uint64_t prev_pkts_rx[2]; in ntb_calculate_throughput() local897 diff_pkts_rx = (ntb_port_stats[port].rx > prev_pkts_rx[port]) ? in ntb_calculate_throughput()898 (ntb_port_stats[port].rx - prev_pkts_rx[port]) : 0; in ntb_calculate_throughput()901 prev_pkts_rx[port] = ntb_port_stats[port].rx; in ntb_calculate_throughput()
176 static uint64_t prev_pkts_rx[RTE_MAX_ETHPORTS]; in nic_stats_display() local252 diff_pkts_rx = (stats.ipackets > prev_pkts_rx[port_id]) ? in nic_stats_display()253 (stats.ipackets - prev_pkts_rx[port_id]) : 0; in nic_stats_display()256 prev_pkts_rx[port_id] = stats.ipackets; in nic_stats_display()