Lines Matching +full:num +full:- +full:addresses
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
4 /* Userspace interface for in-kernel virtio accelerators. */
18 #define VHOST_FILE_UNBIND -1
53 /* Set addresses for the ring. */
57 /* Get accessor: reads index, writes value in num */
60 /* Set the vring byte order in num. Valid values are VHOST_VRING_LITTLE_ENDIAN
61 * or VHOST_VRING_BIG_ENDIAN (other values return -EINVAL).
63 * returns -EBUSY.
99 * used for transmit. Pass fd -1 to unbind from the socket and the transmit
121 * the device id defined in virtio-spec.
125 * of the device status defined in virtio-spec.
130 * definition of the device config defined in virtio-spec.
160 /* Get the group for a virtqueue: read index, write group in num,
163 * returned via num field of vhost_vring_state.
169 * group is stored at num field of vhost_vring_state.