Home
last modified time | relevance | path

Searched refs:rx_err_cnt (Results 1 – 13 of 13) 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/include/linux/can/dev/
H A Dpeak_canfd.h210 u8 rx_err_cnt; member
/linux/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_pro.c603 u32 rx_err_cnt = (le32_to_cpu(er->err_frm) & 0x00ff0000) >> 16; in pcan_usb_pro_handle_error() local
606 if (rx_err_cnt > 127) in pcan_usb_pro_handle_error()
608 else if (rx_err_cnt > 96) in pcan_usb_pro_handle_error()
H A Dpcan_usb_fd.c665 pdev->bec.rxerr = er->rx_err_cnt; in pcan_usb_fd_decode_error()
/linux/drivers/net/can/usb/
H A Dmcba_usb.c118 u8 rx_err_cnt; member
509 priv->bec.rxerr = msg->rx_err_cnt; in mcba_usb_process_ka_can()
/linux/include/linux/soc/mediatek/
H A Dmtk_wed.h76 __le32 rx_err_cnt; member
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h441 u64 rx_err_cnt; member
H A Dhns3_ethtool.c53 HNS3_TQP_STAT("errors", rx_err_cnt),
H A Dhns3_enet.c4301 hns3_ring_stats_update(ring, rx_err_cnt); in hns3_handle_bdinfo()
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.h253 u64 rx_err_cnt; member
H A Dhns_dsaf_rcb.c877 regs_buff[18] = queue->rx_ring.stats.rx_err_cnt; in hns_rcb_get_stats()
/linux/drivers/net/can/peak_canfd/
H A Dpeak_canfd.c332 priv->bec.rxerr = msg->rx_err_cnt; in pucan_handle_error()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmmio.c597 wcid->stats.rx_errors += le32_to_cpu(stats->rx_err_cnt); in mt7915_mmio_wed_update_rx_stats()