| /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()
|
| /dpdk/drivers/net/nfp/ |
| H A D | nfp_common.c | 567 nfp_dev_stats.q_obytes[i] = in nfp_net_stats_get() 570 nfp_dev_stats.q_obytes[i] -= in nfp_net_stats_get() 571 hw->eth_stats_base.q_obytes[i]; in nfp_net_stats_get() 653 hw->eth_stats_base.q_obytes[i] = in nfp_net_stats_reset()
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_stats.c | 538 stats->q_obytes[i] = ring_stats->tx_ucast_bytes; in bnxt_fill_rte_eth_stats() 539 stats->q_obytes[i] += ring_stats->tx_mcast_bytes; in bnxt_fill_rte_eth_stats() 540 stats->q_obytes[i] += ring_stats->tx_bcast_bytes; in bnxt_fill_rte_eth_stats() 542 stats->obytes += stats->q_obytes[i]; in bnxt_fill_rte_eth_stats()
|
| H A D | bnxt_reps.c | 822 stats->q_obytes[i] = rep_bp->tx_bytes[i]; in bnxt_rep_stats_get_op()
|
| /dpdk/drivers/net/kni/ |
| H A D | rte_eth_kni.c | 318 stats->q_obytes[i] = q->tx.bytes; in eth_kni_stats_get() 320 tx_bytes_total += stats->q_obytes[i]; in eth_kni_stats_get()
|
| /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 | 957 stats->q_obytes[i] = swstats->q_obytes[i]; in atl_dev_stats_get()
|
| H A D | atl_rxtx.c | 1302 adapter->sw_stats.q_obytes[txq->queue_id] += pay_len; in atl_xmit_pkt()
|
| /dpdk/drivers/net/failsafe/ |
| H A D | failsafe_ether.c | 583 to->q_obytes[i] += from->q_obytes[i]; in failsafe_stats_increment()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_stats.c | 145 tmp.q_obytes[idx] += txq->stats.obytes - in mlx5_stats_get()
|
| /dpdk/drivers/net/ark/ |
| H A D | ark_ethdev_tx.c | 448 stats->q_obytes[queue->queue_index] = bytes; in eth_tx_queue_stats_get()
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_stats.c | 45 stats->q_obytes[i] = qstats.tx_octs; in cnxk_nix_stats_get()
|
| /dpdk/drivers/net/af_packet/ |
| H A D | rte_eth_af_packet.c | 399 igb_stats->q_obytes[i] = internal->tx_queue[i].tx_bytes; in eth_stats_get() 402 tx_bytes_total += igb_stats->q_obytes[i]; in eth_stats_get()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | deprecation.rst | 83 Mentioned fields are: ``q_ipackets``, ``q_opackets``, ``q_ibytes``, ``q_obytes``,
|
| /dpdk/drivers/net/pcap/ |
| H A D | pcap_ethdev.c | 769 stats->q_obytes[i] = internal->tx_queue[i].tx_stat.bytes; in eth_stats_get() 771 tx_bytes_total += stats->q_obytes[i]; in eth_stats_get()
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_ethdev.c | 738 tmp.q_obytes[idx] += txq->stats.obytes; in mlx4_stats_get()
|
| /dpdk/drivers/net/vhost/ |
| H A D | rte_eth_vhost.c | 1326 stats->q_obytes[i] = vq->stats.bytes; in eth_stats_get() 1327 tx_total_bytes += stats->q_obytes[i]; in eth_stats_get()
|
| /dpdk/drivers/net/vmxnet3/ |
| H A D | vmxnet3_ethdev.c | 1298 stats->q_obytes[i] = txStats.ucastBytesTxOK + in vmxnet3_dev_stats_get() 1303 stats->obytes += stats->q_obytes[i]; in vmxnet3_dev_stats_get()
|
| /dpdk/drivers/net/ngbe/ |
| H A D | ngbe_ethdev.c | 1462 memset(&stats->q_obytes, 0, sizeof(stats->q_obytes)); in ngbe_dev_stats_get() 1481 stats->q_obytes[j] += hw_stats->qp[i].tx_qp_bytes; in ngbe_dev_stats_get()
|
| /dpdk/drivers/net/af_xdp/ |
| H A D | rte_eth_af_xdp.c | 828 stats->q_obytes[i] = txq->stats.tx_bytes; in eth_stats_get() 844 stats->obytes += stats->q_obytes[i]; in eth_stats_get()
|
| /dpdk/drivers/net/thunderx/ |
| H A D | nicvf_ethdev.c | 239 stats->q_obytes[qidx] = tx_qstats.q_tx_bytes; in nicvf_dev_stats_get() 272 stats->q_obytes[qidx] = tx_qstats.q_tx_bytes; in nicvf_dev_stats_get()
|
| /dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.c | 1116 tap_stats->q_obytes[i] = pmd->txq[i].stats.obytes; in tap_stats_get() 1119 tx_bytes_total += tap_stats->q_obytes[i]; in tap_stats_get()
|
| /dpdk/drivers/net/netvsc/ |
| H A D | hn_ethdev.c | 808 stats->q_obytes[i] = txq->stats.bytes; in hn_dev_stats_get()
|
| /dpdk/doc/guides/nics/ |
| H A D | features.rst | 696 And per queue stats: q_ipackets, q_opackets, q_ibytes, q_obytes, q_errors.
|
| /dpdk/app/proc-info/ |
| H A D | main.c | 388 i, stats.q_opackets[i], stats.q_obytes[i]); in nic_stats_display()
|