Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/can/
Dslcan.c76 #define SLC_SFF_ID_LEN 3 macro
158 cf.can_dlc = sl->rbuff[SLC_CMD_LEN + SLC_SFF_ID_LEN]; in slc_bump()
159 sl->rbuff[SLC_CMD_LEN + SLC_SFF_ID_LEN] = 0; in slc_bump()
161 cmd += SLC_CMD_LEN + SLC_SFF_ID_LEN + 1; in slc_bump()
275 endpos = pos + SLC_SFF_ID_LEN; in slc_encaps()
285 pos += (cf->can_id & CAN_EFF_FLAG) ? SLC_EFF_ID_LEN : SLC_SFF_ID_LEN; in slc_encaps()