| /f-stack/dpdk/app/test/ |
| H A D | test_pmd_ring.c | 142 if (stats.ipackets != 0 || stats.opackets != 0 || in test_get_stats() 161 if (stats.ipackets != 1 || stats.opackets != 1 || in test_get_stats() 182 if (stats.ipackets != 0 || stats.opackets != 0 || in test_stats_reset() 201 if (stats.ipackets != 1 || stats.opackets != 1 || in test_stats_reset() 212 if (stats.ipackets != 0 || stats.opackets != 0 || in test_stats_reset() 264 if (stats.ipackets != 0 || stats.opackets != 0 || in test_pmd_ring_pair_create_attach() 274 if (stats2.ipackets != 0 || stats2.opackets != 0 || in test_pmd_ring_pair_create_attach() 298 if (stats.ipackets != 0 || stats.opackets != 1 || in test_pmd_ring_pair_create_attach() 332 if (stats.ipackets != 1 || stats.opackets != 1 || in test_pmd_ring_pair_create_attach() 366 if (stats.ipackets != 2 || stats.opackets != 2 || in test_pmd_ring_pair_create_attach() [all …]
|
| H A D | test_link_bonding.c | 1427 TEST_ASSERT_EQUAL(port_stats.opackets, in test_roundrobin_tx_burst() 1538 TEST_ASSERT_EQUAL(port_stats.opackets, in test_roundrobin_tx_burst_slave_tx_fail() 1559 TEST_ASSERT_EQUAL(port_stats.opackets, in test_roundrobin_tx_burst_slave_tx_fail() 2171 (unsigned int)port_stats.opackets, in test_activebackup_tx_burst() 2742 TEST_ASSERT_EQUAL(port_stats.opackets, in test_balance_l2_tx_burst() 3094 TEST_ASSERT_EQUAL(port_stats.opackets, in test_balance_tx_burst_slave_tx_fail() 3113 (unsigned int)port_stats.opackets, in test_balance_tx_burst_slave_tx_fail() 3122 TEST_ASSERT_EQUAL(port_stats.opackets, in test_balance_tx_burst_slave_tx_fail() 3126 (unsigned int)port_stats.opackets, in test_balance_tx_burst_slave_tx_fail() 3526 TEST_ASSERT_EQUAL(port_stats.opackets, in test_balance_verify_slave_link_status_change_behaviour() [all …]
|
| H A D | virtual_pmd.c | 380 dev_private->eth_stats.opackets += nb_pkts; in virtual_ethdev_tx_burst_success() 407 dev_private->eth_stats.opackets += successfully_txd; in virtual_ethdev_tx_burst_fail()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_stats.c | 137 tmp.q_opackets[idx] += txq->stats.opackets; in mlx5_stats_get() 142 tmp.opackets += txq->stats.opackets; in mlx5_stats_get()
|
| /f-stack/dpdk/examples/qos_sched/ |
| H A D | main.c | 170 stats.opackets - tx_stats[i].opackets, in app_stat()
|
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.h | 36 uint64_t opackets; /* Number of output packets */ member
|
| H A D | rte_eth_tap.c | 806 txq->stats.opackets += num_packets; in pmd_tx_burst() 1060 tap_stats->q_opackets[i] = pmd->txq[i].stats.opackets; in tap_stats_get() 1071 tap_stats->opackets = tx_total; in tap_stats_get() 1089 pmd->txq[i].stats.opackets = 0; in tap_stats_reset()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_stats.c | 57 stats->opackets = otx2_read64(dev->base + in otx2_nix_dev_stats_get() 59 stats->opackets += otx2_read64(dev->base + in otx2_nix_dev_stats_get() 61 stats->opackets += otx2_read64(dev->base + in otx2_nix_dev_stats_get()
|
| /f-stack/dpdk/drivers/net/nfb/ |
| H A D | nfb_stats.c | 48 stats->opackets = tx_total; in nfb_eth_stats_get()
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_ethdev.c | 737 tmp.q_opackets[idx] += txq->stats.opackets; in mlx4_stats_get() 740 tmp.opackets += txq->stats.opackets; in mlx4_stats_get()
|
| H A D | mlx4_rxtx.h | 91 uint64_t opackets; /**< Total of successfully sent packets. */ member
|
| /f-stack/tools/netstat/ |
| H A D | if.c | 426 show_stat("lu", 8, "sent-packets", IFA_STAT(opackets), in intpr() 543 st->ift_op += IFA_STAT(opackets); in fill_iftot()
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbevf_ethdev.c | 51 eth_stats->opackets = ps.tx_bcast_frames + ps.tx_mcast_frames + in cxgbevf_dev_stats_get()
|
| /f-stack/dpdk/lib/librte_security/ |
| H A D | rte_security.h | 590 uint64_t opackets; /**< Successfully transmitted IPsec packets.*/ member
|
| /f-stack/dpdk/drivers/net/failsafe/ |
| H A D | failsafe_ether.c | 572 to->opackets += from->opackets; in failsafe_stats_increment()
|
| /f-stack/dpdk/drivers/net/mvneta/ |
| H A D | mvneta_ethdev.c | 725 stats->opackets += ppio_stats.tx_packets + in mvneta_stats_get() 728 priv->prev_stats.opackets; in mvneta_stats_get()
|
| /f-stack/dpdk/drivers/net/pfe/ |
| H A D | pfe_ethdev.c | 232 stats->opackets += nb_pkts; in pfe_xmit_pkts() 754 stats->opackets = eth_stats->opackets; in pfe_stats_get()
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | testpmd.c | 1867 stats.opackets -= port->stats.opackets; in fwd_stats_display() 1875 total_xmit += stats.opackets; in fwd_stats_display() 1909 stats.opackets, ports_stats[pt_id].tx_dropped, in fwd_stats_display() 1910 stats.opackets + ports_stats[pt_id].tx_dropped); in fwd_stats_display() 1934 stats.opackets, ports_stats[pt_id].tx_dropped, in fwd_stats_display() 1935 stats.opackets + ports_stats[pt_id].tx_dropped); in fwd_stats_display()
|
| /f-stack/dpdk/drivers/net/ark/ |
| H A D | ark_ethdev_tx.c | 426 stats->opackets += pkts; in eth_tx_queue_stats_get()
|
| /f-stack/dpdk/drivers/net/kni/ |
| H A D | rte_eth_kni.c | 327 stats->opackets = tx_packets_total; in eth_kni_stats_get()
|
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_lif.c | 149 stats->opackets = ls->tx_ucast_packets + in ionic_lif_get_abs_stats() 187 stats->opackets -= lif->stats_base.opackets; in ionic_lif_get_stats()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_vf_representor.c | 259 stats->opackets = native_stats.tx_unicast + in i40e_vf_representor_stats_get()
|
| /f-stack/dpdk/drivers/net/fm10k/ |
| H A D | fm10k_ethdev.c | 1315 uint64_t ipackets, opackets, ibytes, obytes, imissed; in fm10k_stats_get() local 1326 ipackets = opackets = ibytes = obytes = imissed = 0; in fm10k_stats_get() 1335 opackets += stats->q_opackets[i]; in fm10k_stats_get() 1341 stats->opackets = opackets; in fm10k_stats_get()
|
| /f-stack/dpdk/examples/packet_ordering/ |
| H A D | main.c | 404 printf(" - Pkts out: %"PRIu64"\n", eth_stats.opackets); in print_stats()
|
| /f-stack/dpdk/drivers/net/null/ |
| H A D | rte_eth_null.c | 332 igb_stats->opackets = tx_total; in eth_stats_get()
|