Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/actions/
H A Dowl-emac.c868 static int tx_err_cnt, rx_err_cnt; in owl_emac_poll() local
889 rx_err_cnt++; in owl_emac_poll()
894 rx_err_cnt = 0; in owl_emac_poll()
929 if (tx_err_cnt > 10 || rx_err_cnt > 10) { in owl_emac_poll()
932 rx_err_cnt = 0; in owl_emac_poll()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h441 u64 rx_err_cnt; member