/qemu/docs/ |
H A D | rdma.txt | 143 "Everything else" is transmitted using a formal 156 1. registration of the memory that will be transmitted 187 header portion and a data portion (but together are transmitted 248 (that we have not yet transmitted), let's post an RQ 381 After pinning, an RDMA Write is generated and transmitted 384 Chunks are also transmitted in batches: This means that we
|
/qemu/tests/functional/ |
H A D | test_arm_emcraft_sf2.py | 49 '3 packets transmitted, 3 packets received, 0% packet loss')
|
H A D | test_arm_bpim2u.py | 131 '3 packets transmitted, 3 packets received, 0% packet loss')
|
H A D | test_arm_orangepi.py | 138 '3 packets transmitted, 3 packets received, 0% packet loss')
|
/qemu/hw/net/ |
H A D | cadence_gem.c | 228 REG32(OCTTXLO, 0x100) /* Octets transmitted Low reg */ 229 REG32(OCTTXHI, 0x104) /* Octets transmitted High reg */ 230 REG32(TXCNT, 0x108) /* Error-free Frames transmitted */ 233 REG32(TXPAUSECNT, 0x114) /* Pause Frames Transmitted */ 278 REG32(PTPETXS, 0x1e0) /* PTP Event Frame Transmitted (s) */ 279 REG32(PTPETXNS, 0x1e4) /* PTP Event Frame Transmitted (ns) */ 282 REG32(PTPPTXS, 0x1e0) /* PTP Peer Frame Transmitted (s) */ 283 REG32(PTPPTXNS, 0x1e4) /* PTP Peer Frame Transmitted (ns) */ 1245 /* Total octets (bytes) transmitted */ in gem_transmit_updatestats() 1252 /* Error-free Frames transmitted */ in gem_transmit_updatestats()
|
H A D | ne2000.c | 114 /* Transmitted packet status, EN0_TSR. */ 115 #define ENTSR_PTX 0x01 /* Packet transmitted without error */ 283 /* fail safe: check range on the transmitted length */ in ne2000_ioport_write()
|
H A D | allwinner-sun8i-emac.c | 514 size_t transmitted = 0; in allwinner_sun8i_emac_transmit() local 545 transmitted++; in allwinner_sun8i_emac_transmit() 551 if (transmitted > 0) { in allwinner_sun8i_emac_transmit()
|
H A D | igb_regs.h | 637 /* Mirror Good Packets Transmitted Count; RO */ 658 /* Mirror Good Octets Transmitted Count; RO */
|
/qemu/docs/devel/migration/ |
H A D | vfio.rst | 220 transmitted via the main migration channel. 221 For data transmitted via multifd channels .load_state_buffer() is called
|
H A D | virtio.rst | 109 been loaded. Any code that depends on information transmitted in subsections
|
/qemu/docs/interop/ |
H A D | pr-helper.rst | 25 All data transmitted on the socket is big-endian.
|
H A D | qmp-spec.rst | 56 All interactions transmitted by the Server are json-objects, always
|
/qemu/docs/devel/ |
H A D | ebpf_rss.rst | 19 of transmitted packets.
|
/qemu/contrib/ivshmem-server/ |
H A D | ivshmem-server.h | 16 * (see EVENTFD(2)), one per vector. These fd are transmitted to all
|
/qemu/tests/qtest/libqos/ |
H A D | e1000e.c | 50 /* Read WB data for the packet transmitted */ in e1000e_tx_ring_push()
|
/qemu/hw/ssi/ |
H A D | ibex_spi_host.c | 473 /* LE: LSB transmitted first (default for ibex processor) */ in ibex_spi_host_write() 476 /* BE: MSB transmitted first */ in ibex_spi_host_write()
|
/qemu/rust/hw/char/pl011/src/ |
H A D | registers.rs | 260 /// These bits indicate the number of data bits transmitted or received in a
|
/qemu/hw/ipmi/ |
H A D | ipmi_bmc_extern.c | 115 /* Not fully transmitted, try again in a 10ms */ in continue_send()
|
/qemu/qga/ |
H A D | qapi-schema.json | 704 # @tx-bytes: total bytes transmitted 706 # @tx-packets: total packets transmitted 710 # @tx-dropped: dropped packets transmitted
|
/qemu/hw/block/ |
H A D | m25p80.c | 1025 * dummy cycles, transmitted via the SI line. in decode_fast_read_cmd() 1077 * and dummy cycles, transmitted via the IO1 and IO0 line. in decode_dio_read_cmd() 1127 * and dummy cycles, transmitted via the IO3, IO2, IO1 and IO0 line. in decode_qio_read_cmd()
|
/qemu/hw/net/can/ |
H A D | xlnx-zynqmp-can.c | 506 * Any message transmitted is looped back to the RX line and in transfer_fifo() 1082 * and will not receive any messages transmitted by other CAN nodes. in xlnx_zynqmp_can_receive()
|
H A D | xlnx-versal-canfd.c | 1222 * event of this transmitted message with time stamp. in tx_fifo_stamp() 1818 * and does not receive any messages transmitted by other CAN nodes. in canfd_xilinx_receive()
|
/qemu/migration/ |
H A D | rdma.c | 134 RDMA_CONTROL_QEMU_FILE, /* QEMUFile-transmitted bytes */ 179 * This is not transmitted, only local. 204 * This gets transmitted by the dest during connection-time 279 * This structure is *not* transmitted. 1072 * transmitted by QEMU.
|
/qemu/semihosting/ |
H A D | arm-compat-semi.c | 262 ret = 0; /* error: no bytes transmitted */ in common_semi_rw_cb()
|
/qemu/hw/audio/ |
H A D | hda-codec.c | 241 /* we already transmitted the data */ in hda_audio_input_timer()
|