Lines Matching refs:payload
270 __u8 can_dlc; /* frame payload length in byte (0 .. 8) */
274 The alignment of the (linear) payload data[] to a 64bit boundary
276 the CAN payload. There is no given byteorder on the CAN bus by
376 bitrates for the arbitration phase and the payload phase of the CAN FD frame
377 and up to 64 bytes of payload. This extended payload length breaks all the
379 bytes of payload (struct can_frame) like the CAN_RAW socket. Therefore e.g.
388 __u8 len; /* frame payload length in byte (0 .. 64) */
396 the payload length and the payload data at the same offset inside their
662 The aligned payload 'frames' uses the same basic CAN frame structure defined
937 The struct can_frame or struct canfd_frame is the payload of each socket
1157 arbitration phase and the payload phase of the CAN FD frame. Therefore a
1161 payload. The representation of this length in can_frame.can_dlc and
1164 The data length code was a 1:1 mapping to the payload length in the legacy
1165 CAN frames anyway. The payload length to the bus-relevant DLC mapping is