Home
last modified time | relevance | path

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

/linux/arch/um/drivers/
H A Dvirtio_uml.c60 u64 protocol_features; member
244 if (!(vu_dev->protocol_features & in vhost_user_send()
330 u64 *protocol_features) in vhost_user_get_protocol_features() argument
337 return vhost_user_recv_u64(vu_dev, protocol_features); in vhost_user_get_protocol_features()
341 u64 protocol_features) in vhost_user_set_protocol_features() argument
344 protocol_features); in vhost_user_set_protocol_features()
514 &vu_dev->protocol_features); in vhost_user_init()
517 vu_dev->protocol_features &= VHOST_USER_SUPPORTED_PROTOCOL_F; in vhost_user_init()
519 vu_dev->protocol_features); in vhost_user_init()
524 if (vu_dev->protocol_features & in vhost_user_init()
[all …]