Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/can/peak_canfd/
Dpeak_canfd.c253 if (rx_msg_flags & PUCAN_MSG_EXT_DATA_LEN) in pucan_handle_can_rx()
278 if (rx_msg_flags & PUCAN_MSG_EXT_DATA_LEN) { in pucan_handle_can_rx()
677 msg_flags |= PUCAN_MSG_EXT_DATA_LEN; in peak_canfd_start_xmit()
/Linux-v4.19/include/linux/can/dev/
Dpeak_canfd.h183 #define PUCAN_MSG_EXT_DATA_LEN 0x10 /* extended data length */ macro
/Linux-v4.19/drivers/net/can/usb/peak_usb/
Dpcan_usb_fd.c485 if (rx_msg_flags & PUCAN_MSG_EXT_DATA_LEN) { in pcan_usb_fd_decode_canmsg()
743 tx_msg_flags |= PUCAN_MSG_EXT_DATA_LEN; in pcan_usb_fd_encode_msg()