Home
last modified time | relevance | path

Searched refs:basic_stats (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_rxtx_vec_neon.h66 txq->basic_stats.bytes += (*tx_pkts)->pkt_len; in hns3_xmit_fixed_burst_vec()
80 txq->basic_stats.bytes += (*tx_pkts)->pkt_len; in hns3_xmit_fixed_burst_vec()
122 rxq->basic_stats.bytes += pkt->pkt_len; in hns3_desc_parse_field()
H A Dhns3_stats.c653 rte_stats->ibytes += rxq->basic_stats.bytes; in hns3_stats_get()
665 rte_stats->obytes += txq->basic_stats.bytes; in hns3_stats_get()
736 memset(&rxq->basic_stats, 0, in hns3_stats_reset()
753 memset(&txq->basic_stats, 0, in hns3_stats_reset()
940 rxq_stats = &rxq->basic_stats; in hns3_rxq_basic_stats_get()
981 txq_stats = &txq->basic_stats; in hns3_txq_basic_stats_get()
H A Dhns3_rxtx.h333 struct hns3_rx_basic_stats basic_stats; member
517 struct hns3_tx_basic_stats basic_stats; member
H A Dhns3_rxtx_vec_sve.c59 rxq->basic_stats.bytes += rx_pkts[i]->pkt_len; in hns3_desc_parse_field_sve()
440 txq->basic_stats.bytes += pkts[idx]->pkt_len; in hns3_tx_fill_hw_ring_sve()
H A Dhns3_rxtx.c1913 memset(&rxq->basic_stats, 0, sizeof(struct hns3_rx_basic_stats)); in hns3_rx_queue_setup()
2500 rxq->basic_stats.bytes += rxm->pkt_len; in hns3_recv_pkts_simple()
2728 rxq->basic_stats.bytes += first_seg->pkt_len; in hns3_recv_scattered_pkts()
3060 memset(&txq->basic_stats, 0, sizeof(struct hns3_tx_basic_stats)); in hns3_tx_queue_setup()
4097 txq->basic_stats.bytes += pkts[i + j]->pkt_len; in hns3_tx_fill_hw_ring()
4107 txq->basic_stats.bytes += pkts[mainpart + i]->pkt_len; in hns3_tx_fill_hw_ring()
4250 txq->basic_stats.bytes += tx_pkt->pkt_len; in hns3_xmit_pkts()
/dpdk/drivers/net/ena/
H A Dena_ethdev.h297 struct ena_admin_basic_stats basic_stats; member
H A Dena_ethdev.c483 if (stats != &adapter->basic_stats)
484 rte_memcpy(stats, &adapter->basic_stats, sizeof(*stats));
3835 &adapter->basic_stats); in ena_mp_primary_handle()
/dpdk/drivers/net/ena/base/ena_defs/
H A Dena_admin_defs.h425 struct ena_admin_basic_stats basic_stats; member
/dpdk/drivers/net/ena/base/
H A Dena_com.c2258 memcpy(stats, &ctx.get_resp.u.basic_stats, in ena_com_get_dev_basic_stats()
2259 sizeof(ctx.get_resp.u.basic_stats)); in ena_com_get_dev_basic_stats()