Home
last modified time | relevance | path

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

/drivers/net/can/
Dslcan.c77 #define SLC_SFF_ID_LEN 3 macro
159 cf.can_dlc = sl->rbuff[SLC_CMD_LEN + SLC_SFF_ID_LEN]; in slc_bump()
160 sl->rbuff[SLC_CMD_LEN + SLC_SFF_ID_LEN] = 0; in slc_bump()
162 cmd += SLC_CMD_LEN + SLC_SFF_ID_LEN + 1; in slc_bump()
273 endpos = pos + SLC_SFF_ID_LEN; in slc_encaps()
283 pos += (cf->can_id & CAN_EFF_FLAG) ? SLC_EFF_ID_LEN : SLC_SFF_ID_LEN; in slc_encaps()