| /f-stack/dpdk/drivers/net/nfb/ |
| H A D | nfb_stats.c | 40 stats->q_obytes[i] = tx_queue[i].tx_bytes; in nfb_eth_stats_get()
|
| /f-stack/dpdk/drivers/net/kni/ |
| H A D | rte_eth_kni.c | 320 stats->q_obytes[i] = q->tx.bytes; in eth_kni_stats_get() 322 tx_bytes_total += stats->q_obytes[i]; in eth_kni_stats_get()
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbevf_ethdev.c | 71 eth_stats->q_obytes[i] = txq->stats.tx_bytes; in cxgbevf_dev_stats_get()
|
| H A D | cxgbe_ethdev.c | 750 eth_stats->q_obytes[i] = txq->stats.tx_bytes; in cxgbe_dev_stats_get()
|
| /f-stack/dpdk/drivers/net/atlantic/ |
| H A D | atl_types.h | 230 u64 q_obytes[RTE_ETHDEV_QUEUE_STAT_CNTRS]; member
|
| H A D | atl_ethdev.c | 962 stats->q_obytes[i] = swstats->q_obytes[i]; in atl_dev_stats_get()
|
| H A D | atl_rxtx.c | 1307 adapter->sw_stats.q_obytes[txq->queue_id] += pay_len; in atl_xmit_pkt()
|
| /f-stack/dpdk/drivers/net/failsafe/ |
| H A D | failsafe_ether.c | 583 to->q_obytes[i] += from->q_obytes[i]; in failsafe_stats_increment()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_stats.c | 138 tmp.q_obytes[idx] += txq->stats.obytes; in mlx5_stats_get()
|
| /f-stack/dpdk/drivers/net/ark/ |
| H A D | ark_ethdev_tx.c | 425 stats->q_obytes[queue->queue_index] = bytes; in eth_tx_queue_stats_get()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_stats.c | 96 stats->q_obytes[i] = val; in otx2_nix_dev_stats_get()
|
| /f-stack/dpdk/drivers/net/af_packet/ |
| H A D | rte_eth_af_packet.c | 346 igb_stats->q_obytes[i] = internal->tx_queue[i].tx_bytes; in eth_stats_get() 349 tx_bytes_total += igb_stats->q_obytes[i]; in eth_stats_get()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | deprecation.rst | 118 Mentioned fields are: ``q_ipackets``, ``q_opackets``, ``q_ibytes``, ``q_obytes``,
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_ethdev.c | 738 tmp.q_obytes[idx] += txq->stats.obytes; in mlx4_stats_get()
|
| /f-stack/dpdk/drivers/net/pcap/ |
| H A D | rte_eth_pcap.c | 703 stats->q_obytes[i] = internal->tx_queue[i].tx_stat.bytes; in eth_stats_get() 705 tx_bytes_total += stats->q_obytes[i]; in eth_stats_get()
|
| /f-stack/dpdk/drivers/net/nfp/ |
| H A D | nfp_net.c | 1083 nfp_dev_stats.q_obytes[i] = in nfp_net_stats_get() 1086 nfp_dev_stats.q_obytes[i] -= in nfp_net_stats_get() 1087 hw->eth_stats_base.q_obytes[i]; in nfp_net_stats_get() 1169 hw->eth_stats_base.q_obytes[i] = in nfp_net_stats_reset()
|
| /f-stack/dpdk/drivers/net/vmxnet3/ |
| H A D | vmxnet3_ethdev.c | 1116 stats->q_obytes[i] = txStats.ucastBytesTxOK + in vmxnet3_dev_stats_get() 1121 stats->obytes += stats->q_obytes[i]; in vmxnet3_dev_stats_get()
|
| /f-stack/dpdk/drivers/net/vhost/ |
| H A D | rte_eth_vhost.c | 1311 stats->q_obytes[i] = vq->stats.bytes; in eth_stats_get() 1312 tx_total_bytes += stats->q_obytes[i]; in eth_stats_get()
|
| /f-stack/dpdk/drivers/net/af_xdp/ |
| H A D | rte_eth_af_xdp.c | 778 stats->q_obytes[i] = txq->stats.tx_bytes; in eth_stats_get() 793 stats->obytes += stats->q_obytes[i]; in eth_stats_get()
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_reps.c | 789 stats->q_obytes[i] = rep_bp->tx_bytes[i]; in bnxt_rep_stats_get_op()
|
| /f-stack/dpdk/drivers/net/netvsc/ |
| H A D | hn_ethdev.c | 642 stats->q_obytes[i] = txq->stats.bytes; in hn_dev_stats_get()
|
| /f-stack/dpdk/drivers/net/thunderx/ |
| H A D | nicvf_ethdev.c | 253 stats->q_obytes[qidx] = tx_qstats.q_tx_bytes; in nicvf_dev_stats_get() 286 stats->q_obytes[qidx] = tx_qstats.q_tx_bytes; in nicvf_dev_stats_get()
|
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.c | 1061 tap_stats->q_obytes[i] = pmd->txq[i].stats.obytes; in tap_stats_get() 1064 tx_bytes_total += tap_stats->q_obytes[i]; in tap_stats_get()
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | features.rst | 689 And per queue stats: q_ipackets, q_opackets, q_ibytes, q_obytes, q_errors.
|
| /f-stack/dpdk/app/proc-info/ |
| H A D | main.c | 370 i, stats.q_opackets[i], stats.q_obytes[i]); in nic_stats_display()
|