Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/can/dev/
Dpeak_canfd.h173 #define PUCAN_MSG_ERROR_STATE_IND 0x40 /* error state indicator */ macro
/linux-6.12.1/drivers/net/can/peak_canfd/
Dpeak_canfd.c298 if (rx_msg_flags & PUCAN_MSG_ERROR_STATE_IND) in pucan_handle_can_rx()
690 msg_flags |= PUCAN_MSG_ERROR_STATE_IND; in peak_canfd_start_xmit()
/linux-6.12.1/drivers/net/can/usb/peak_usb/
Dpcan_usb_fd.c553 if (rx_msg_flags & PUCAN_MSG_ERROR_STATE_IND) in pcan_usb_fd_decode_canmsg()
828 tx_msg_flags |= PUCAN_MSG_ERROR_STATE_IND; in pcan_usb_fd_encode_msg()