Searched refs:VHOST_USER_PROTOCOL_F_REPLY_ACK (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/um/drivers/ |
H A D | vhost_user.h | 13 #define VHOST_USER_PROTOCOL_F_REPLY_ACK 3 macro 26 #define VHOST_USER_SUPPORTED_PROTOCOL_F (BIT_ULL(VHOST_USER_PROTOCOL_F_REPLY_ACK) | \
|
H A D | virtio_uml.c | 244 BIT_ULL(VHOST_USER_PROTOCOL_F_REPLY_ACK))) in vhost_user_send()
|
/openbmc/qemu/include/hw/virtio/ |
H A D | vhost-user.h | 18 VHOST_USER_PROTOCOL_F_REPLY_ACK = 3, enumerator
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-user.c | 1012 VHOST_USER_PROTOCOL_F_REPLY_ACK); in vhost_user_set_mem_table() 1135 VHOST_USER_PROTOCOL_F_REPLY_ACK); in vhost_user_write_sync() 1863 VHOST_USER_PROTOCOL_F_REPLY_ACK); in vhost_setup_backend_channel() 2228 VHOST_USER_PROTOCOL_F_REPLY_ACK))) { in vhost_user_backend_init() 2360 VHOST_USER_PROTOCOL_F_REPLY_ACK); in vhost_user_net_set_mtu() 2468 VHOST_USER_PROTOCOL_F_REPLY_ACK); in vhost_user_set_config()
|
H A D | virtio-qmp.c | 83 FEATURE_ENTRY(VHOST_USER_PROTOCOL_F_REPLY_ACK, \
|
/openbmc/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user.h | 57 VHOST_USER_PROTOCOL_F_REPLY_ACK = 3, enumerator
|
H A D | libvhost-user.c | 1662 1ULL << VHOST_USER_PROTOCOL_F_REPLY_ACK | in vu_get_protocol_features_exec() 1704 !vu_has_protocol_feature(dev, VHOST_USER_PROTOCOL_F_REPLY_ACK))) { in vu_set_protocol_features_exec() 2638 VHOST_USER_PROTOCOL_F_REPLY_ACK); in _vu_queue_notify()
|
/openbmc/qemu/docs/interop/ |
H A D | vhost-user.rst | 1019 ``VHOST_USER_PROTOCOL_F_BACKEND_REQ`` and ``VHOST_USER_PROTOCOL_F_REPLY_ACK``, 1037 #define VHOST_USER_PROTOCOL_F_REPLY_ACK 3 1358 If ``VHOST_USER_PROTOCOL_F_REPLY_ACK`` is negotiated, the back-end must 1375 ``VHOST_USER_PROTOCOL_F_REPLY_ACK`` is negotiated, the back-end must 1742 access failure. If ``VHOST_USER_PROTOCOL_F_REPLY_ACK`` is 1760 ``VHOST_USER_PROTOCOL_F_REPLY_ACK`` is negotiated, and the back-end sets the 1828 exporter back-end. If ``VHOST_USER_PROTOCOL_F_REPLY_ACK`` is negotiated, and 1845 the UUID. If ``VHOST_USER_PROTOCOL_F_REPLY_ACK`` is negotiated, and the 1864 VHOST_USER_PROTOCOL_F_REPLY_ACK section in Communication 1884 the presence of ``VHOST_USER_PROTOCOL_F_REPLY_ACK`` or need_reply bit
|