Home
last modified time | relevance | path

Searched refs:VHOST_USER_REPLY_MASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dvhost-user-test.c116 #define VHOST_USER_REPLY_MASK (0x1<<2) macro
371 msg.flags |= VHOST_USER_REPLY_MASK; in chr_read()
411 msg.flags |= VHOST_USER_REPLY_MASK; in chr_read()
442 msg.flags |= VHOST_USER_REPLY_MASK; in chr_read()
485 msg.flags |= VHOST_USER_REPLY_MASK; in chr_read()
500 msg.flags |= VHOST_USER_REPLY_MASK; in chr_read()
1070 msg->flags |= VHOST_USER_REPLY_MASK; in vu_net_get_protocol_features()
1157 msg->flags |= VHOST_USER_REPLY_MASK; in vu_gpio_get_protocol_features()
1199 msg->flags |= VHOST_USER_REPLY_MASK; in vu_scmi_get_protocol_features()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.h199 #define VHOST_USER_REPLY_MASK (0x1 << 2) macro
H A Dlibvhost-user.c671 vmsg->flags |= VHOST_USER_REPLY_MASK; in vu_send_reply()
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c199 #define VHOST_USER_REPLY_MASK (0x1 << 2) macro
291 if (msg->hdr.flags != (VHOST_USER_REPLY_MASK | VHOST_USER_VERSION)) { in vhost_user_read_header()
294 VHOST_USER_REPLY_MASK | VHOST_USER_VERSION); in vhost_user_read_header()
1668 hdr->flags |= VHOST_USER_REPLY_MASK; in vhost_user_send_resp()