Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.h416 u64 over_max_recursion; member
Dhns3_enet.c1857 ring->stats.over_max_recursion++; in hns3_skb_linearize()
2423 tx_drop += ring->stats.over_max_recursion; in hns3_nic_get_stats64()
2433 tx_errors += ring->stats.over_max_recursion; in hns3_nic_get_stats64()
Dhns3_ethtool.c33 HNS3_TQP_STAT("over_max_recursion", over_max_recursion),