Searched defs:SLC_SFF_ID_LEN (Results 1 - 1 of 1) sorted by relevance

/drivers/net/can/
H A Dslcan.c79 #define SLC_SFF_ID_LEN 3 macro
161 cf.can_dlc = sl->rbuff[SLC_CMD_LEN + SLC_SFF_ID_LEN];
162 sl->rbuff[SLC_CMD_LEN + SLC_SFF_ID_LEN] = 0;
164 cmd += SLC_CMD_LEN + SLC_SFF_ID_LEN + 1;
277 endpos = pos + SLC_SFF_ID_LEN;
287 pos += (cf->can_id & CAN_EFF_FLAG) ? SLC_EFF_ID_LEN : SLC_SFF_ID_LEN;

Completed in 175 milliseconds