Home
last modified time | relevance | path

Searched refs:tx_err_cnt (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/net/ethernet/actions/
H A Dowl-emac.c868 static int tx_err_cnt, rx_err_cnt; in owl_emac_poll() local
881 tx_err_cnt = 0; in owl_emac_poll()
901 tx_err_cnt++; in owl_emac_poll()
929 if (tx_err_cnt > 10 || rx_err_cnt > 10) { in owl_emac_poll()
931 tx_err_cnt > 10 ? "TX" : "RX", status); in owl_emac_poll()
933 tx_err_cnt = 0; in owl_emac_poll()
/openbmc/linux/include/linux/can/dev/
H A Dpeak_canfd.h209 u8 tx_err_cnt; member
/openbmc/linux/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_pro.c604 u32 tx_err_cnt = (le32_to_cpu(er->err_frm) & 0xff000000) >> 24; in pcan_usb_pro_handle_error() local
611 if (tx_err_cnt > 127) in pcan_usb_pro_handle_error()
613 else if (tx_err_cnt > 96) in pcan_usb_pro_handle_error()
H A Dpcan_usb_fd.c664 pdev->bec.txerr = er->tx_err_cnt; in pcan_usb_fd_decode_error()
/openbmc/linux/drivers/net/can/usb/
H A Dmcba_usb.c117 u8 tx_err_cnt; member
508 priv->bec.txerr = msg->tx_err_cnt; in mcba_usb_process_ka_can()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhnae.h246 u64 tx_err_cnt; member
H A Dhns_dsaf_rcb.c862 regs_buff[6] = queue->tx_ring.stats.tx_err_cnt; in hns_rcb_get_stats()
/openbmc/linux/drivers/net/can/peak_canfd/
H A Dpeak_canfd.c331 priv->bec.txerr = msg->tx_err_cnt; in pucan_handle_error()