Searched refs:VHOST_USER_PROTOCOL_F_MQ (Results 1 – 7 of 7) sorted by relevance
15 VHOST_USER_PROTOCOL_F_MQ = 0, enumerator
62 #define VHOST_USER_PROTOCOL_F_MQ 0 macro1075 msg->payload.u64 |= 1 << VHOST_USER_PROTOCOL_F_MQ; in vu_net_get_protocol_features()1201 msg->payload.u64 = 1ULL << VHOST_USER_PROTOCOL_F_MQ; in vu_scmi_get_protocol_features()
54 VHOST_USER_PROTOCOL_F_MQ = 0, enumerator
1657 uint64_t features = 1ULL << VHOST_USER_PROTOCOL_F_MQ | in vu_get_protocol_features_exec()
76 FEATURE_ENTRY(VHOST_USER_PROTOCOL_F_MQ, \
2228 if (dev->protocol_features & (1ULL << VHOST_USER_PROTOCOL_F_MQ)) { in vhost_user_backend_init()
502 only when the protocol feature ``VHOST_USER_PROTOCOL_F_MQ`` (bit 0) is set.514 Back-ends should always implement the ``VHOST_USER_PROTOCOL_F_MQ`` protocol518 Front-ends must not rely on the ``VHOST_USER_PROTOCOL_F_MQ`` protocol feature for1036 #define VHOST_USER_PROTOCOL_F_MQ 01315 This request should be sent only when ``VHOST_USER_PROTOCOL_F_MQ``