Searched refs:CANFD_FDF (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dcan.h155 * lost. CANFD_FDF allows programmers to mark CAN FD frames in the case of
157 * Since the introduction of CAN XL the CANFD_FDF flag is set in all CAN FD
162 #define CANFD_FDF 0x04 /* mark CAN FD for dual use of struct canfd_frame */ macro
/linux-master/drivers/net/can/dev/
H A Dskb.c250 (*cfd)->flags = CANFD_FDF;
329 /* set CANFD_FDF flag for CAN FD frames */
334 cfd->flags |= CANFD_FDF;
/linux-master/net/can/
H A Daf_can.c215 cfd->flags |= CANFD_FDF;

Completed in 177 milliseconds