Lines Matching refs:CANFD_MTU
411 #define CANFD_MTU (sizeof(struct canfd_frame)) == 72 => CAN FD frame
595 CAN_RAW_FD_FRAMES enabled: CAN_MTU and CANFD_MTU are allowed
602 [ remember: CANFD_MTU == sizeof(struct canfd_frame) ]
606 nbytes = read(s, &cfd, CANFD_MTU);
608 if (nbytes == CANFD_MTU) {
625 When reading with size CANFD_MTU only returns CAN_MTU bytes that have
629 CANFD_MTU sized CAN FD frames.
640 CAN FD frames by checking if the device maximum transfer unit is CANFD_MTU.
1076 dev->mtu = CANFD_MTU; /* sizeof(struct canfd_frame) -> CAN FD interface */
1341 MTU = 72 (CANFD_MTU) => sizeof(struct canfd_frame) => CAN FD capable device
1354 option also switches the device MTU to 72 (CANFD_MTU).