Home
last modified time | relevance | path

Searched refs:USBCAN_ERROR_STATE_BUSERROR (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_leaf.c111 #define USBCAN_ERROR_STATE_BUSERROR BIT(2) macro
1111 if (es->usbcan.error_state & USBCAN_ERROR_STATE_BUSERROR) in kvaser_usb_leaf_rx_error_update_can_state()
1217 if (es->usbcan.error_state & USBCAN_ERROR_STATE_BUSERROR) in kvaser_usb_leaf_rx_error()
1262 es->usbcan.error_state |= USBCAN_ERROR_STATE_BUSERROR; in kvaser_usb_leaf_usbcan_conditionally_rx_error()