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