| /f-stack/dpdk/drivers/net/nfb/ |
| H A D | nfb_stats.c | 39 stats->q_opackets[i] = tx_queue[i].tx_pkts; in nfb_eth_stats_get()
|
| /f-stack/dpdk/drivers/net/kni/ |
| H A D | rte_eth_kni.c | 319 stats->q_opackets[i] = q->tx.pkts; in eth_kni_stats_get() 321 tx_packets_total += stats->q_opackets[i]; in eth_kni_stats_get()
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbevf_ethdev.c | 70 eth_stats->q_opackets[i] = txq->stats.pkts; in cxgbevf_dev_stats_get()
|
| /f-stack/dpdk/drivers/net/atlantic/ |
| H A D | atl_types.h | 228 u64 q_opackets[RTE_ETHDEV_QUEUE_STAT_CNTRS]; member
|
| H A D | atl_ethdev.c | 960 stats->q_opackets[i] = swstats->q_opackets[i]; in atl_dev_stats_get()
|
| /f-stack/dpdk/drivers/net/failsafe/ |
| H A D | failsafe_ether.c | 581 to->q_opackets[i] += from->q_opackets[i]; in failsafe_stats_increment()
|
| /f-stack/dpdk/drivers/net/null/ |
| H A D | rte_eth_null.c | 326 igb_stats->q_opackets[i] = in eth_stats_get() 328 tx_total += igb_stats->q_opackets[i]; in eth_stats_get()
|
| /f-stack/dpdk/drivers/net/ring/ |
| H A D | rte_eth_ring.c | 189 stats->q_opackets[i] = internal->tx_ring_queues[i].tx_pkts.cnt; in eth_stats_get() 190 tx_total += stats->q_opackets[i]; in eth_stats_get()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_stats.c | 137 tmp.q_opackets[idx] += txq->stats.opackets; in mlx5_stats_get()
|
| /f-stack/dpdk/drivers/net/ark/ |
| H A D | ark_ethdev_tx.c | 424 stats->q_opackets[queue->queue_index] = pkts; in eth_tx_queue_stats_get()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_stats.c | 90 stats->q_opackets[i] = val; in otx2_nix_dev_stats_get()
|
| /f-stack/dpdk/drivers/net/af_packet/ |
| H A D | rte_eth_af_packet.c | 345 igb_stats->q_opackets[i] = internal->tx_queue[i].tx_pkts; in eth_stats_get() 347 tx_total += igb_stats->q_opackets[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 | 737 tmp.q_opackets[idx] += txq->stats.opackets; in mlx4_stats_get()
|
| /f-stack/dpdk/drivers/net/pcap/ |
| H A D | rte_eth_pcap.c | 702 stats->q_opackets[i] = internal->tx_queue[i].tx_stat.pkts; in eth_stats_get() 704 tx_packets_total += stats->q_opackets[i]; in eth_stats_get()
|
| /f-stack/dpdk/drivers/net/nfp/ |
| H A D | nfp_net.c | 1077 nfp_dev_stats.q_opackets[i] = in nfp_net_stats_get() 1080 nfp_dev_stats.q_opackets[i] -= in nfp_net_stats_get() 1081 hw->eth_stats_base.q_opackets[i]; in nfp_net_stats_get() 1166 hw->eth_stats_base.q_opackets[i] = in nfp_net_stats_reset()
|
| /f-stack/dpdk/drivers/net/vmxnet3/ |
| H A D | vmxnet3_ethdev.c | 1112 stats->q_opackets[i] = txStats.ucastPktsTxOK + in vmxnet3_dev_stats_get() 1120 stats->opackets += stats->q_opackets[i]; in vmxnet3_dev_stats_get()
|
| /f-stack/dpdk/drivers/net/vhost/ |
| H A D | rte_eth_vhost.c | 1308 stats->q_opackets[i] = vq->stats.pkts; in eth_stats_get() 1309 tx_total += stats->q_opackets[i]; in eth_stats_get()
|
| /f-stack/dpdk/drivers/net/af_xdp/ |
| H A D | rte_eth_af_xdp.c | 777 stats->q_opackets[i] = txq->stats.tx_pkts; in eth_stats_get() 792 stats->opackets += stats->q_opackets[i]; in eth_stats_get()
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_reps.c | 788 stats->q_opackets[i] = rep_bp->tx_pkts[i]; in bnxt_rep_stats_get_op()
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_stats.c | 534 rte_stats->q_opackets[i] = stats->rcb_tx_ring_pktnum[i]; in hns3_stats_get()
|
| /f-stack/dpdk/drivers/net/netvsc/ |
| H A D | hn_ethdev.c | 641 stats->q_opackets[i] = txq->stats.packets; in hn_dev_stats_get()
|
| /f-stack/dpdk/drivers/net/thunderx/ |
| H A D | nicvf_ethdev.c | 254 stats->q_opackets[qidx] = tx_qstats.q_tx_packets; in nicvf_dev_stats_get() 287 stats->q_opackets[qidx] = tx_qstats.q_tx_packets; in nicvf_dev_stats_get()
|
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.c | 1060 tap_stats->q_opackets[i] = pmd->txq[i].stats.opackets; in tap_stats_get() 1062 tx_total += tap_stats->q_opackets[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.
|