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.c58 u64 protocol_features; member
243 if (!(vu_dev->protocol_features & in vhost_user_send()
329 u64 *protocol_features) in vhost_user_get_protocol_features() argument
336 return vhost_user_recv_u64(vu_dev, protocol_features); in vhost_user_get_protocol_features()
340 u64 protocol_features) in vhost_user_set_protocol_features() argument
343 protocol_features); in vhost_user_set_protocol_features()
502 &vu_dev->protocol_features); in vhost_user_init()
505 vu_dev->protocol_features &= VHOST_USER_SUPPORTED_PROTOCOL_F; in vhost_user_init()
507 vu_dev->protocol_features); in vhost_user_init()
512 if (vu_dev->protocol_features & in vhost_user_init()
[all …]