Home
last modified time | relevance | path

Searched refs:rpu_rx_drop_cnt (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_stats.h110 uint64_t rpu_rx_drop_cnt; member
H A Dhns3_stats.c271 HNS3_IMISSED_STATS_FIELD_OFFSET(rpu_rx_drop_cnt)},
444 stats->rpu_rx_drop_cnt += cnt; in hns3_update_port_rpu_drop_stats()
454 stats->rpu_rx_drop_cnt += hns3_read_dev(hw, HNS3_RPU_DROP_CNT_REG); in hns3_update_function_rpu_drop_stats()
638 rte_stats->imissed = imissed_stats->rpu_rx_drop_cnt + in hns3_stats_get()