Home
last modified time | relevance | path

Searched refs:obytes (Results 1 – 25 of 91) sorted by relevance

1234

/f-stack/dpdk/app/test/
H A Dtest_pmd_ring.c143 stats.ibytes != 0 || stats.obytes != 0 || in test_get_stats()
162 stats.ibytes != 0 || stats.obytes != 0 || in test_get_stats()
183 stats.ibytes != 0 || stats.obytes != 0 || in test_stats_reset()
202 stats.ibytes != 0 || stats.obytes != 0 || in test_stats_reset()
213 stats.ibytes != 0 || stats.obytes != 0 || in test_stats_reset()
265 stats.ibytes != 0 || stats.obytes != 0 || in test_pmd_ring_pair_create_attach()
275 stats2.ibytes != 0 || stats2.obytes != 0 || in test_pmd_ring_pair_create_attach()
299 stats.ibytes != 0 || stats.obytes != 0 || in test_pmd_ring_pair_create_attach()
333 stats.ibytes != 0 || stats.obytes != 0 || in test_pmd_ring_pair_create_attach()
367 stats.ibytes != 0 || stats.obytes != 0 || in test_pmd_ring_pair_create_attach()
[all …]
/f-stack/dpdk/lib/librte_bitratestats/
H A Drte_bitrate.c111 cnt_bits = (eth_stats.obytes - port_data->last_obytes) << 3; in rte_stats_bitrate_calc()
112 port_data->last_obytes = eth_stats.obytes; in rte_stats_bitrate_calc()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_stats.c138 tmp.q_obytes[idx] += txq->stats.obytes; in mlx5_stats_get()
143 tmp.obytes += txq->stats.obytes; in mlx5_stats_get()
H A Dmlx5_rxtx.c3261 txq->stats.obytes += dlen + vlan + ntcp * inlen; in mlx5_tx_packet_multi_tso()
3336 txq->stats.obytes += rte_pktmbuf_pkt_len(loc->mbuf); in mlx5_tx_packet_multi_send()
3339 txq->stats.obytes += sizeof(struct rte_vlan_hdr); in mlx5_tx_packet_multi_send()
3548 txq->stats.obytes += dlen + vlan; in mlx5_tx_packet_multi_inline()
3749 txq->stats.obytes += dlen + vlan + ntcp * hlen; in mlx5_tx_burst_tso()
3934 txq->stats.obytes += slen; in mlx5_tx_sdone_empw()
3982 txq->stats.obytes += slen; in mlx5_tx_idone_empw()
4212 txq->stats.obytes += slen; in mlx5_tx_burst_empw_simple()
4759 txq->stats.obytes += vlan + in mlx5_tx_burst_single_send()
4794 txq->stats.obytes += rte_pktmbuf_data_len(loc->mbuf); in mlx5_tx_burst_single_send()
[all …]
/f-stack/dpdk/drivers/net/tap/
H A Drte_eth_tap.h38 uint64_t obytes; /* Number of bytes on output */ member
H A Drte_eth_tap.c808 txq->stats.obytes += num_tx_bytes; in pmd_tx_burst()
1061 tap_stats->q_obytes[i] = pmd->txq[i].stats.obytes; in tap_stats_get()
1073 tap_stats->obytes = tx_bytes_total; in tap_stats_get()
1091 pmd->txq[i].stats.obytes = 0; in tap_stats_reset()
/f-stack/dpdk/drivers/net/nfb/
H A Dnfb_stats.c50 stats->obytes = tx_total_bytes; in nfb_eth_stats_get()
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_ethdev.c738 tmp.q_obytes[idx] += txq->stats.obytes; in mlx4_stats_get()
741 tmp.obytes += txq->stats.obytes; in mlx4_stats_get()
H A Dmlx4_rxtx.h92 uint64_t obytes; /**< Total of successfully sent bytes. */ member
/f-stack/freebsd/netinet6/
H A Dip6_mroute.h196 u_quad_t obytes; /* Output byte count on mif */ member
/f-stack/tools/compat/include/netinet6/
H A Dip6_mroute.h196 u_quad_t obytes; /* Output byte count on mif */ member
/f-stack/tools/netstat/
H A Dif.c430 show_stat("lu", 10, "sent-bytes", IFA_STAT(obytes), in intpr()
546 st->ift_ob += IFA_STAT(obytes); in fill_iftot()
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbevf_ethdev.c53 eth_stats->obytes = ps.tx_octets; in cxgbevf_dev_stats_get()
/f-stack/tools/compat/include/netinet/
H A Dip_mroute.h251 u_long obytes; /* Output byte count on vif */ member
/f-stack/freebsd/netinet/
H A Dip_mroute.h251 u_long obytes; /* Output byte count on vif */ member
/f-stack/dpdk/lib/librte_security/
H A Drte_security.h592 uint64_t obytes; /**< Successfully transmitted IPsec bytes. */ member
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_ether.c574 to->obytes += from->obytes; in failsafe_stats_increment()
/f-stack/dpdk/drivers/net/mvneta/
H A Dmvneta_ethdev.c730 stats->obytes += ppio_stats.tx_bytes - priv->prev_stats.obytes; in mvneta_stats_get()
/f-stack/dpdk/drivers/net/pfe/
H A Dpfe_ethdev.c229 stats->obytes += tx_pkts[i]->pkt_len; in pfe_xmit_pkts()
755 stats->obytes = eth_stats->obytes; in pfe_stats_get()
/f-stack/freebsd/i386/include/
H A Dcserial.h34 unsigned long obytes; /* output bytes */ member
/f-stack/dpdk/drivers/net/ark/
H A Dark_ethdev_tx.c427 stats->obytes += bytes; in eth_tx_queue_stats_get()
/f-stack/freebsd/kern/
H A Dtty_ttydisc.c1221 ssize_t obytes = uio->uio_resid; in ttydisc_getc_uio() local
1256 atomic_add_long(&tty_nout, obytes - uio->uio_resid); in ttydisc_getc_uio()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_stats.c65 stats->obytes = otx2_read64(dev->base + in otx2_nix_dev_stats_get()
/f-stack/dpdk/drivers/net/kni/
H A Drte_eth_kni.c328 stats->obytes = tx_bytes_total; in eth_kni_stats_get()
/f-stack/dpdk/drivers/net/ionic/
H A Dionic_lif.c153 stats->obytes = ls->tx_ucast_bytes + in ionic_lif_get_abs_stats()
189 stats->obytes -= lif->stats_base.obytes; in ionic_lif_get_stats()

1234