Home
last modified time | relevance | path

Searched refs:VHOST_USER_SUPPORTED_PROTOCOL_F (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/um/drivers/
Dvhost_user.h25 #define VHOST_USER_SUPPORTED_PROTOCOL_F (BIT_ULL(VHOST_USER_PROTOCOL_F_REPLY_ACK) | \ macro
Dvirtio_uml.c392 vu_dev->protocol_features &= VHOST_USER_SUPPORTED_PROTOCOL_F; in vhost_user_init()