Searched refs:ntb_port_stats (Results 1 – 1 of 1) sorted by relevance
30 struct ntb_port_statistics ntb_port_stats[2]; variable396 ntb_port_stats[0].rx += nb_rx; in start_polling_recv_file()455 ntb_port_stats[0].tx += nb_tx; in start_iofwd_per_lcore()456 ntb_port_stats[1].rx += nb_rx; in start_iofwd_per_lcore()473 ntb_port_stats[1].tx += nb_tx; in start_iofwd_per_lcore()474 ntb_port_stats[0].rx += nb_rx; in start_iofwd_per_lcore()516 ntb_port_stats[0].rx += nb_rx; in start_rxonly_per_lcore()585 ntb_port_stats[0].tx += nb_tx; in start_txonly_per_lcore()901 prev_pkts_rx[port] = ntb_port_stats[port].rx; in ntb_calculate_throughput()902 prev_pkts_tx[port] = ntb_port_stats[port].tx; in ntb_calculate_throughput()[all …]