Home
last modified time | relevance | path

Searched refs:len8_dlc (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/can/
A Dlength.h140 (cf->len8_dlc > CAN_MAX_DLEN && cf->len8_dlc <= CAN_MAX_RAW_DLC)) in can_get_cc_dlc()
141 return cf->len8_dlc; in can_get_cc_dlc()
153 cf->len8_dlc = dlc; in can_frame_set_cc_len()
/linux/include/uapi/linux/
A Dcan.h119 __u8 len8_dlc; /* optional DLC for 8 byte payload length (9 .. 15) */ member
/linux/net/can/
A Dgw.c212 if (ccf->len8_dlc > CAN_MAX_DLEN && ccf->len8_dlc <= CAN_MAX_RAW_DLC) in mod_retrieve_ccdlc()
213 ccf->len = ccf->len8_dlc; in mod_retrieve_ccdlc()
222 ccf->len8_dlc = 0; in mod_store_ccdlc()
233 ccf->len8_dlc = ccf->len; in mod_store_ccdlc()
/linux/Documentation/networking/
A Dcan.rst248 __u8 len8_dlc; /* optional DLC for 8 byte payload length (9 .. 15) */
257 To pass the raw DLC from/to a Classical CAN network device the len8_dlc

Completed in 8 milliseconds