Home
last modified time | relevance | path

Searched refs:over_max_recursion (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h429 u64 over_max_recursion; member
H A Dhns3_enet.c1901 hns3_ring_stats_update(ring, over_max_recursion); in hns3_skb_linearize()
2509 stats->tx_dropped += ring->stats.over_max_recursion; in hns3_fetch_stats()
2519 stats->tx_errors += ring->stats.over_max_recursion; in hns3_fetch_stats()
H A Dhns3_ethtool.c35 HNS3_TQP_STAT("over_max_recursion", over_max_recursion),