Lines Matching refs:usbcan

268 		} __packed usbcan;  member
414 } __packed usbcan; member
441 } usbcan; member
668 dev->fw_version = le32_to_cpu(msg.u.usbcan.softinfo.fw_version); in kvaser_usb_get_software_info()
670 le16_to_cpu(msg.u.usbcan.softinfo.max_outstanding_tx); in kvaser_usb_get_software_info()
872 if (es->usbcan.error_state & USBCAN_ERROR_STATE_TX_ERROR) in kvaser_usb_rx_error_update_can_state()
874 if (es->usbcan.error_state & USBCAN_ERROR_STATE_RX_ERROR) in kvaser_usb_rx_error_update_can_state()
876 if (es->usbcan.error_state & USBCAN_ERROR_STATE_BUSERROR) { in kvaser_usb_rx_error_update_can_state()
963 if (es->usbcan.error_state & USBCAN_ERROR_STATE_BUSERROR) { in kvaser_usb_rx_error()
998 es->usbcan.error_state |= USBCAN_ERROR_STATE_TX_ERROR; in kvaser_usbcan_conditionally_rx_error()
1002 es->usbcan.error_state |= USBCAN_ERROR_STATE_RX_ERROR; in kvaser_usbcan_conditionally_rx_error()
1006 !(es->usbcan.other_ch_status & M16C_STATE_BUS_ERROR)) { in kvaser_usbcan_conditionally_rx_error()
1007 es->usbcan.error_state |= USBCAN_ERROR_STATE_BUSERROR; in kvaser_usbcan_conditionally_rx_error()
1023 es.channel = msg->u.usbcan.chip_state_event.channel; in kvaser_usbcan_rx_error()
1024 es.status = msg->u.usbcan.chip_state_event.status; in kvaser_usbcan_rx_error()
1025 es.txerr = msg->u.usbcan.chip_state_event.tx_errors_count; in kvaser_usbcan_rx_error()
1026 es.rxerr = msg->u.usbcan.chip_state_event.rx_errors_count; in kvaser_usbcan_rx_error()
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()
1035 es.usbcan.other_ch_status = 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()
1047 es.usbcan.other_ch_status = in kvaser_usbcan_rx_error()
1048 msg->u.usbcan.error_event.status_ch0; in kvaser_usbcan_rx_error()
1170 rx_msg = msg->u.usbcan.rx_can.msg; in kvaser_usb_rx_can_msg()
1689 msg_tx_can_flags = &msg->u.tx_can.usbcan.flags; in kvaser_usb_start_xmit()