Searched refs:bytes_cnt (Results 1 – 1 of 1) sorted by relevance
102 unsigned int bytes_cnt = -1; in ctucan_frame2buff() local106 return bytes_cnt; in ctucan_frame2buff()115 bytes_cnt = frame->can_dlc; in ctucan_frame2buff()116 bytes_cnt = (bytes_cnt + 3) & ~3; in ctucan_frame2buff()117 bytes_cnt += 16; in ctucan_frame2buff()118 frame_form_w.s.rwcnt = (bytes_cnt >> 2) - 1; in ctucan_frame2buff()151 return bytes_cnt; in ctucan_frame2buff()