Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/can/peak_canfd/
Dpeak_canfd.c245 if (rx_msg_flags & PUCAN_MSG_EXT_DATA_LEN) in pucan_handle_can_rx()
270 if (rx_msg_flags & PUCAN_MSG_EXT_DATA_LEN) { in pucan_handle_can_rx()
669 msg_flags |= PUCAN_MSG_EXT_DATA_LEN; in peak_canfd_start_xmit()
/Linux-v5.4/include/linux/can/dev/
Dpeak_canfd.h175 #define PUCAN_MSG_EXT_DATA_LEN 0x10 /* extended data length */ macro
/Linux-v5.4/drivers/net/can/usb/peak_usb/
Dpcan_usb_fd.c477 if (rx_msg_flags & PUCAN_MSG_EXT_DATA_LEN) { in pcan_usb_fd_decode_canmsg()
735 tx_msg_flags |= PUCAN_MSG_EXT_DATA_LEN; in pcan_usb_fd_encode_msg()