Searched refs:tx_err_cnt (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/can/usb/peak_usb/
H A Dpcan_ucan.h162 u8 tx_err_cnt; member in struct:pucan_error_msg
H A Dpcan_usb_pro.c597 u32 tx_err_cnt = (le32_to_cpu(er->err_frm) & 0xff000000) >> 24; pcan_usb_pro_handle_error() local
604 if (tx_err_cnt > 127) pcan_usb_pro_handle_error()
606 else if (tx_err_cnt > 96) pcan_usb_pro_handle_error()
H A Dpcan_usb_fd.c595 pdev->bec.txerr = er->tx_err_cnt; pcan_usb_fd_decode_error()

Completed in 160 milliseconds