Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/can/
Derror.h75 #define CAN_ERR_CRTL_ACTIVE 0x40 /* recovered to error active state */ macro
/Linux-v4.19/drivers/net/can/
Ddev.c355 return CAN_ERR_CRTL_ACTIVE; in can_tx_state_to_frame()
369 return CAN_ERR_CRTL_ACTIVE; in can_rx_state_to_frame()
/Linux-v4.19/drivers/net/can/usb/
Ducan.c515 if (d1 & CAN_ERR_CRTL_ACTIVE) in ucan_handle_error_frame()