Searched refs:num_packets (Results 1 – 6 of 6) sorted by relevance
| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | dbus_pcap_loader.js | 29 let num_packets = parseInt(stdout_num_lines.trim()); 58 let pct = parseInt(count1 * 100 / num_packets); 59 …r('Running dbus-pcap (Pass 1/2, packet timestamps): ' + count1 + '/' + num_packets + ' (' + pct + … 91 let pct = parseInt(count2 * 100 / num_packets); 92 …ker('Running dbus-pcap (Pass 2/2, packet contents): ' + count2 + '/' + num_packets + ' (' + pct + …
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | dwc2.c | 845 u8 *pid, int in, void *buffer, int num_packets, in transfer_chunk() argument 852 *pid, xfer_len, num_packets); in transfer_chunk() 855 (num_packets << DWC2_HCTSIZ_PKTCNT_OFFSET) | in transfer_chunk() 920 uint32_t num_packets; in chunk_msg() local 935 num_packets = max_xfer_len / max; in chunk_msg() 936 max_xfer_len = num_packets * max; in chunk_msg() 954 num_packets = 1; in chunk_msg() 968 num_packets = (xfer_len + max - 1) / max; in chunk_msg() 970 num_packets = 1; in chunk_msg() 984 in, (char *)buffer + done, num_packets, in chunk_msg()
|
| /openbmc/qemu/target/hexagon/ |
| H A D | translate.h | 35 uint32_t num_packets; member
|
| H A D | translate.c | 124 hex_gpr[HEX_REG_QEMU_PKT_CNT], ctx->num_packets); in gen_exec_counters() 800 ctx->num_packets++; in update_exec_counters() 943 ctx->num_packets = 0; in hexagon_tr_init_disas_context()
|
| H A D | genptr.c | 179 ctx->num_packets); in gen_read_ctrl_reg() 205 ctx->num_packets); in gen_read_ctrl_reg_pair() 245 ctx->num_packets = 0; in gen_write_ctrl_reg() 269 ctx->num_packets = 0; in gen_write_ctrl_reg_pair()
|
| /openbmc/qemu/hw/net/ |
| H A D | virtio-net.c | 2721 int32_t num_packets = 0; in virtio_net_flush_tx() 2724 return num_packets; in virtio_net_flush_tx() 2729 return num_packets; in virtio_net_flush_tx() 2806 if (++num_packets >= n->tx_burst) { in virtio_net_handle_tx_bh() 2810 return num_packets; in virtio_net_handle_tx_bh() 2662 int32_t num_packets = 0; virtio_net_flush_tx() local
|