Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/actions/
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/can/usb/peak_usb/
A Dpcan_usb_pro.c587 u32 rx_err_cnt = (le32_to_cpu(er->err_frm) & 0x00ff0000) >> 16; in pcan_usb_pro_handle_error() local
590 if (rx_err_cnt > 127) in pcan_usb_pro_handle_error()
592 else if (rx_err_cnt > 96) in pcan_usb_pro_handle_error()
A Dpcan_usb_fd.c605 pdev->bec.rxerr = er->rx_err_cnt; in pcan_usb_fd_decode_error()
/linux/include/linux/can/dev/
A Dpeak_canfd.h210 u8 rx_err_cnt; member
/linux/drivers/net/can/usb/
A Dmcba_usb.c117 u8 rx_err_cnt; member
516 priv->bec.rxerr = msg->rx_err_cnt; in mcba_usb_process_ka_can()
/linux/drivers/net/ethernet/hisilicon/hns3/
A Dhns3_enet.h429 u64 rx_err_cnt; member
A Dhns3_ethtool.c51 HNS3_TQP_STAT("errors", rx_err_cnt),
A Dhns3_enet.c4083 ring->stats.rx_err_cnt++; in hns3_handle_bdinfo()
/linux/drivers/net/ethernet/hisilicon/hns/
A Dhnae.h253 u64 rx_err_cnt; member
A Dhns_dsaf_rcb.c881 regs_buff[18] = queue->rx_ring.stats.rx_err_cnt; in hns_rcb_get_stats()
/linux/drivers/net/can/peak_canfd/
A Dpeak_canfd.c331 priv->bec.rxerr = msg->rx_err_cnt; in pucan_handle_error()

Completed in 44 milliseconds