Home
last modified time | relevance | path

Searched refs:dfx_stats (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.h341 struct hns3_rx_dfx_stats dfx_stats; member
518 struct hns3_tx_dfx_stats dfx_stats; member
582 rxq->dfx_stats.l3_csum_errors++; in hns3_rx_set_cksum_flag()
589 rxq->dfx_stats.l4_csum_errors++; in hns3_rx_set_cksum_flag()
595 rxq->dfx_stats.ol3_csum_errors++; in hns3_rx_set_cksum_flag()
599 rxq->dfx_stats.ol4_csum_errors++; in hns3_rx_set_cksum_flag()
H A Dhns3_stats.c869 struct hns3_rx_dfx_stats *dfx_stats; in hns3_rxq_dfx_stats_get() local
879 dfx_stats = &rxq->dfx_stats; in hns3_rxq_dfx_stats_get()
881 val = (char *)dfx_stats + in hns3_rxq_dfx_stats_get()
894 struct hns3_tx_dfx_stats *dfx_stats; in hns3_txq_dfx_stats_get() local
904 dfx_stats = &txq->dfx_stats; in hns3_txq_dfx_stats_get()
906 val = (char *)dfx_stats + in hns3_txq_dfx_stats_get()
1454 memset(&rxq->dfx_stats, 0, in hns3_tqp_dfx_stats_clear()
1462 memset(&txq->dfx_stats, 0, in hns3_tqp_dfx_stats_clear()
H A Dhns3_rxtx_vec_neon.h45 txq->dfx_stats.queue_full_cnt++; in hns3_xmit_fixed_burst_vec()
H A Dhns3_rxtx.c1915 memset(&rxq->dfx_stats, 0, sizeof(struct hns3_rx_dfx_stats)); in hns3_rx_queue_setup()
3061 memset(&txq->dfx_stats, 0, sizeof(struct hns3_tx_dfx_stats)); in hns3_tx_queue_setup()
3926 txq->dfx_stats.unsupported_tunnel_pkt_cnt++; in hns3_parse_cksum()
3956 txq->dfx_stats.over_length_pkt_cnt++; in hns3_check_non_tso_pkt()
3962 txq->dfx_stats.exceed_limit_bd_pkt_cnt++; in hns3_check_non_tso_pkt()
3966 txq->dfx_stats.exceed_limit_bd_reassem_fail++; in hns3_check_non_tso_pkt()
4125 txq->dfx_stats.queue_full_cnt++; in hns3_xmit_pkts_simple()
4182 txq->dfx_stats.queue_full_cnt++; in hns3_xmit_pkts()
4201 txq->dfx_stats.pkt_padding_fail_cnt++; in hns3_xmit_pkts()
H A Dhns3_rxtx_vec_sve.c464 txq->dfx_stats.queue_full_cnt++; in hns3_xmit_fixed_burst_vec_sve()