Lines Matching refs:canfd_frame
387 The struct canfd_frame is defined in include/linux/can.h:
389 struct canfd_frame {
398 The struct canfd_frame and the existing struct can_frame have the can_id,
401 When the content of a struct can_frame is copied into a struct canfd_frame
404 When introducing the struct canfd_frame it turned out that the data length
407 the easy handling of the length information the canfd_frame.len element
408 contains a plain length value from 0 .. 64. So both canfd_frame.len and
418 #define CANFD_MTU (sizeof(struct canfd_frame)) == 72 => CAN FD frame
567 [ remember: CANFD_MTU == sizeof(struct canfd_frame) ]
569 struct canfd_frame cfd;
592 provided CAN FD structure. Note that the canfd_frame.flags data field is
598 To build a CAN FD aware application use struct canfd_frame as basic CAN
938 dev->mtu = CANFD_MTU; /* sizeof(struct canfd_frame) -> CAN FD interface */
940 The struct can_frame or struct canfd_frame is the payload of each socket
1174 canfd_frame.len for userspace applications and inside the Linux network
1185 MTU = 72 (CANFD_MTU) => sizeof(struct canfd_frame) => CAN FD capable device