Lines Matching refs:error_event
404 struct leaf_msg_error_event error_event; member
413 struct usbcan_msg_error_event error_event; member
1032 es.status = msg->u.usbcan.error_event.status_ch0; in kvaser_usbcan_rx_error()
1033 es.txerr = msg->u.usbcan.error_event.tx_errors_count_ch0; in kvaser_usbcan_rx_error()
1034 es.rxerr = msg->u.usbcan.error_event.rx_errors_count_ch0; in kvaser_usbcan_rx_error()
1036 msg->u.usbcan.error_event.status_ch1; in kvaser_usbcan_rx_error()
1044 es.status = msg->u.usbcan.error_event.status_ch1; in kvaser_usbcan_rx_error()
1045 es.txerr = msg->u.usbcan.error_event.tx_errors_count_ch1; in kvaser_usbcan_rx_error()
1046 es.rxerr = msg->u.usbcan.error_event.rx_errors_count_ch1; in kvaser_usbcan_rx_error()
1048 msg->u.usbcan.error_event.status_ch0; in kvaser_usbcan_rx_error()
1066 es.channel = msg->u.leaf.error_event.channel; in kvaser_leaf_rx_error()
1067 es.status = msg->u.leaf.error_event.status; in kvaser_leaf_rx_error()
1068 es.txerr = msg->u.leaf.error_event.tx_errors_count; in kvaser_leaf_rx_error()
1069 es.rxerr = msg->u.leaf.error_event.rx_errors_count; in kvaser_leaf_rx_error()
1070 es.leaf.error_factor = msg->u.leaf.error_event.error_factor; in kvaser_leaf_rx_error()