Lines Matching refs:canfd_frame
384 The struct canfd_frame is defined in include/linux/can.h:
386 struct canfd_frame {
395 The struct canfd_frame and the existing struct can_frame have the can_id,
398 When the content of a struct can_frame is copied into a struct canfd_frame
401 When introducing the struct canfd_frame it turned out that the data length
404 the easy handling of the length information the canfd_frame.len element
405 contains a plain length value from 0 .. 64. So both canfd_frame.len and
415 #define CANFD_MTU (sizeof(struct canfd_frame)) == 72 => CAN FD frame
564 [ remember: CANFD_MTU == sizeof(struct canfd_frame) ]
566 struct canfd_frame cfd;
589 provided CAN FD structure. Note that the canfd_frame.flags data field is
595 To build a CAN FD aware application use struct canfd_frame as basic CAN
935 dev->mtu = CANFD_MTU; /* sizeof(struct canfd_frame) -> CAN FD interface */
937 The struct can_frame or struct canfd_frame is the payload of each socket
1162 canfd_frame.len for userspace applications and inside the Linux network
1173 MTU = 72 (CANFD_MTU) => sizeof(struct canfd_frame) => CAN FD capable device