Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h361 u64 over_max_recursion; member
H A Dhns3_enet.c1293 ring->stats.over_max_recursion++; in hns3_skb_linearize()
1691 tx_drop += ring->stats.over_max_recursion; in hns3_nic_get_stats64()
1698 tx_errors += ring->stats.over_max_recursion; in hns3_nic_get_stats64()
H A Dhns3_ethtool.c42 HNS3_TQP_STAT("over_max_recursion", over_max_recursion),