Lines Matching refs:error
36 #include <linux/can/error.h>
92 #define HECC_CANTEC 0x34 /* Transmit error counter */
93 #define HECC_CANREC 0x38 /* Receive error counter */
135 #define HECC_CANES_FE BIT(24) /* form error */
136 #define HECC_CANES_BE BIT(23) /* bit error */
137 #define HECC_CANES_SA1 BIT(22) /* stuck at dominant error */
138 #define HECC_CANES_CRCE BIT(21) /* CRC error */
139 #define HECC_CANES_SE BIT(20) /* stuff bit error */
140 #define HECC_CANES_ACKE BIT(19) /* ack error */
590 * Return an error to let rx-offload discard this CAN frame.
612 /* propagate the error condition to the can stack */
800 netdev_err(ndev, "error requesting interrupt\n");