Lines Matching refs:CANFD_MTU
418 #define CANFD_MTU (sizeof(struct canfd_frame)) == 72 => CAN FD frame
563 CAN_RAW_FD_FRAMES enabled: CAN_MTU and CANFD_MTU are allowed
567 [ remember: CANFD_MTU == sizeof(struct canfd_frame) ]
571 nbytes = read(s, &cfd, CANFD_MTU);
573 if (nbytes == CANFD_MTU) {
590 When reading with size CANFD_MTU only returns CAN_MTU bytes that have
594 CANFD_MTU sized CAN FD frames.
605 CAN FD frames by checking if the device maximum transfer unit is CANFD_MTU.
938 dev->mtu = CANFD_MTU; /* sizeof(struct canfd_frame) -> CAN FD interface */
1185 MTU = 72 (CANFD_MTU) => sizeof(struct canfd_frame) => CAN FD capable device
1198 option also switches the device MTU to 72 (CANFD_MTU).