Home
last modified time | relevance | path

Searched defs:iov_cnt (Results 1 – 15 of 15) sorted by relevance

/qemu/util/
H A Diov.c24 size_t iov_from_buf_full(const struct iovec *iov, unsigned int iov_cnt, in iov_from_buf_full()
43 size_t iov_to_buf_full(const struct iovec *iov, const unsigned int iov_cnt, in iov_to_buf_full()
62 size_t iov_memset(const struct iovec *iov, const unsigned int iov_cnt, in iov_memset()
81 size_t iov_size(const struct iovec *iov, const unsigned int iov_cnt) in iov_size()
95 do_send_recv(int sockfd, struct iovec *iov, unsigned iov_cnt, bool do_send) in do_send_recv()
232 void iov_hexdump(const struct iovec *iov, const unsigned int iov_cnt, in iov_hexdump()
250 const struct iovec *iov, unsigned int iov_cnt, in iov_copy()
617 unsigned int *iov_cnt, in iov_discard_front_undoable()
650 size_t iov_discard_front(struct iovec **iov, unsigned int *iov_cnt, in iov_discard_front()
657 unsigned int *iov_cnt, in iov_discard_back_undoable()
[all …]
H A Dcrc32c.c116 uint32_t iov_crc32c(uint32_t crc, const struct iovec *iov, size_t iov_cnt) in iov_crc32c()
H A Dqemu-coroutine-io.c32 qemu_co_sendv_recvv(int sockfd, struct iovec *iov, unsigned iov_cnt, in qemu_co_sendv_recvv()
H A Dosdep.c567 readv_writev(int fd, const struct iovec *iov, int iov_cnt, bool do_write) in readv_writev()
601 readv(int fd, const struct iovec *iov, int iov_cnt) in readv()
607 writev(int fd, const struct iovec *iov, int iov_cnt) in writev()
/qemu/include/qemu/
H A Diov.h41 iov_from_buf(const struct iovec *iov, unsigned int iov_cnt, in iov_from_buf()
54 iov_to_buf(const struct iovec *iov, const unsigned int iov_cnt, in iov_to_buf()
98 #define iov_recv(sockfd, iov, iov_cnt, offset, bytes) \ argument
100 #define iov_send(sockfd, iov, iov_cnt, offset, bytes) \ argument
H A Dcoroutine.h296 #define qemu_co_recvv(sockfd, iov, iov_cnt, offset, bytes) \ argument
298 #define qemu_co_sendv(sockfd, iov, iov_cnt, offset, bytes) \ argument
/qemu/tests/unit/
H A Dtest-iov.c267 unsigned int iov_cnt; in test_discard_front() local
348 unsigned int iov_cnt; in test_discard_front_undo() local
426 unsigned int iov_cnt; in test_discard_back() local
497 unsigned int iov_cnt; in test_discard_back_undo() local
/qemu/net/
H A Dchecksum.c186 net_checksum_add_iov(const struct iovec *iov, const unsigned int iov_cnt, in net_checksum_add_iov()
/qemu/contrib/vhost-user-blk/
H A Dvhost-user-blk.c57 const unsigned int iov_cnt) in vub_iov_size()
70 const unsigned int iov_cnt, void *buf) in vub_iov_to_buf()
/qemu/hw/net/
H A Dvirtio-net.c1018 struct iovec *iov, unsigned int iov_cnt) in virtio_net_handle_rx_mode()
1051 struct iovec *iov, unsigned int iov_cnt) in virtio_net_handle_offloads()
1096 struct iovec *iov, unsigned int iov_cnt) in virtio_net_handle_mac()
1192 struct iovec *iov, unsigned int iov_cnt) in virtio_net_handle_vlan_table()
1221 struct iovec *iov, unsigned int iov_cnt) in virtio_net_handle_announce()
1371 unsigned int iov_cnt, in virtio_net_handle_rss()
1490 struct iovec *iov, unsigned int iov_cnt) in virtio_net_handle_mq()
1700 static void receive_header(VirtIONet *n, const struct iovec *iov, int iov_cnt, in receive_header()
H A Dnet_tx_pkt.c580 void *opaque, const struct iovec *iov, int iov_cnt, in net_tx_pkt_sendv()
/qemu/hw/virtio/
H A Dvirtio-iommu.c715 unsigned int iov_cnt, in virtio_iommu_iov_to_req()
760 unsigned int iov_cnt; in virtio_iommu_handle_command() local
/qemu/hw/hyperv/
H A Dvmbus.c444 const struct iovec *iov, size_t iov_cnt) in vmbus_iov_to_gpadl()
466 unsigned iov_cnt, size_t len, size_t off) in vmbus_map_sgl()
513 unsigned iov_cnt, size_t accessed) in vmbus_unmap_sgl()
/qemu/include/hw/virtio/
H A Dvirtio-gpu.h51 unsigned int iov_cnt; member
/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c38 unsigned int iov_cnt; member