Searched refs:canxl_frame (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/can/
H A Dskb.h34 struct canxl_frame **cxl,
122 const struct canxl_frame *cxl = (struct canxl_frame *)skb->data;
137 const struct canxl_frame *cxl = (struct canxl_frame *)skb->data;
/linux-master/include/uapi/linux/
H A Dcan.h183 * defined bits for canxl_frame.flags
185 * The canxl_frame.flags element contains two bits CANXL_XLF and CANXL_SEC
191 * Undefined bits in canxl_frame.flags are reserved and shall be set to zero.
196 /* the 8-bit VCID is optionally placed in the canxl_frame.prio element */
202 * struct canxl_frame - CAN with e'X'tended frame 'L'ength frame structure
212 struct canxl_frame { struct
223 #define CANXL_MTU (sizeof(struct canxl_frame))
224 #define CANXL_HDR_SIZE (offsetof(struct canxl_frame, data))
/linux-master/drivers/net/can/dev/
H A Dskb.c257 struct canxl_frame **cxl,
/linux-master/net/can/
H A Draw.c145 struct canxl_frame *cxl = (struct canxl_frame *)oskb->data;
864 struct canxl_frame *cxl = (struct canxl_frame *)skb->data;
H A Daf_can.c869 offsetof(struct canxl_frame, flags) ||

Completed in 126 milliseconds