Lines Matching refs:payload
270 __u8 can_dlc; /* frame payload length in byte (0 .. 8) */
277 The alignment of the (linear) payload data[] to a 64bit boundary
279 the CAN payload. There is no given byteorder on the CAN bus by
379 bitrates for the arbitration phase and the payload phase of the CAN FD frame
380 and up to 64 bytes of payload. This extended payload length breaks all the
382 bytes of payload (struct can_frame) like the CAN_RAW socket. Therefore e.g.
391 __u8 len; /* frame payload length in byte (0 .. 64) */
399 the payload length and the payload data at the same offset inside their
665 The aligned payload 'frames' uses the same basic CAN frame structure defined
940 The struct can_frame or struct canfd_frame is the payload of each socket
1169 arbitration phase and the payload phase of the CAN FD frame. Therefore a
1173 payload. The representation of this length in can_frame.can_dlc and
1176 The data length code was a 1:1 mapping to the payload length in the legacy
1177 CAN frames anyway. The payload length to the bus-relevant DLC mapping is