Home
last modified time | relevance | path

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

/qemu/linux-user/ppc/
H A Dtarget_syscall.h42 abi_ulong mq; /* 601 only (not used at present) */ member
/qemu/net/
H A Dvhost-vdpa.c937 struct virtio_net_ctrl_mq mq; in vhost_vdpa_net_load_mq() local
946 mq.virtqueue_pairs = cpu_to_le16(n->curr_queue_pairs); in vhost_vdpa_net_load_mq()
948 .iov_base = &mq, in vhost_vdpa_net_load_mq()
949 .iov_len = sizeof(mq), in vhost_vdpa_net_load_mq()
/qemu/hw/net/
H A Dvirtio-net.c1504 struct virtio_net_ctrl_mq mq; in virtio_net_handle_mq() local
1509 s = iov_to_buf(iov, iov_cnt, 0, &mq, sizeof(mq)); in virtio_net_handle_mq()
1510 if (s != sizeof(mq)) { in virtio_net_handle_mq()
1513 queue_pairs = virtio_lduw_p(vdev, &mq.virtqueue_pairs); in virtio_net_handle_mq()