Lines Matching refs:CANFD_MTU
444 #define CANFD_MTU (sizeof(struct canfd_frame)) == 72 => CAN FD frame
630 CAN_RAW_FD_FRAMES enabled: CAN_MTU and CANFD_MTU are allowed
637 [ remember: CANFD_MTU == sizeof(struct canfd_frame) ]
641 nbytes = read(s, &cfd, CANFD_MTU);
643 if (nbytes == CANFD_MTU) {
660 When reading with size CANFD_MTU only returns CAN_MTU bytes that have
664 CANFD_MTU sized CAN FD frames.
675 CAN FD frames by checking if the device maximum transfer unit is CANFD_MTU.
1113 dev->mtu = CANFD_MTU; /* sizeof(struct canfd_frame) -> CAN FD interface */
1412 MTU = 72 (CANFD_MTU) => sizeof(struct canfd_frame) => CAN FD capable device
1425 option also switches the device MTU to 72 (CANFD_MTU).