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

/linux-4.1.27/drivers/net/can/usb/peak_usb/
H A Dpcan_ucan.h163 u8 rx_err_cnt; member in struct:pucan_error_msg
H A Dpcan_usb_pro.c596 u32 rx_err_cnt = (le32_to_cpu(er->err_frm) & 0x00ff0000) >> 16; pcan_usb_pro_handle_error() local
599 if (rx_err_cnt > 127) pcan_usb_pro_handle_error()
601 else if (rx_err_cnt > 96) pcan_usb_pro_handle_error()
H A Dpcan_usb_fd.c596 pdev->bec.rxerr = er->rx_err_cnt; pcan_usb_fd_decode_error()

Completed in 82 milliseconds