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

/linux-master/include/uapi/linux/
H A Dcan.h185 * The canxl_frame.flags element contains two bits CANXL_XLF and CANXL_SEC
187 * The CANXL_XLF bit ALWAYS needs to be set to indicate a valid CAN XL frame.
193 #define CANXL_XLF 0x80 /* mandatory CAN XL frame flag (must always be set!) */ macro
/linux-master/include/linux/can/
H A Dskb.h131 return cxl->flags & CANXL_XLF;
/linux-master/drivers/net/can/dev/
H A Dskb.c277 (*cxl)->flags = CANXL_XLF;

Completed in 84 milliseconds