Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/can/
H A Dctucan_core.c102 unsigned int bytes_cnt = -1; in ctucan_frame2buff() local
106 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()
/openbmc/linux/tools/perf/scripts/python/
H A Dlibxed.py92 def DisassembleOne(self, inst, bytes_ptr, bytes_cnt, ip): argument
94 err = self.xed_decode(inst.xedp, bytes_ptr, bytes_cnt)
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c552 int bytes_cnt = *bytes_cnt_p, check_cnt = *check_cnt_p, push = *push_p; in msg_verify_data() local
588 bytes_cnt += verify_pop_len; in msg_verify_data()
592 if (bytes_cnt == chunk_sz) { in msg_verify_data()
594 bytes_cnt = 0; in msg_verify_data()
610 bytes_cnt++; in msg_verify_data()
612 if (bytes_cnt == chunk_sz) { in msg_verify_data()
614 bytes_cnt = 0; in msg_verify_data()
622 *bytes_cnt_p = bytes_cnt; in msg_verify_data()
682 int bytes_cnt = 0; in msg_loop() local
789 errno = msg_verify_data(&msg, recv, chunk_sz, &k, &bytes_cnt, in msg_loop()
[all …]