Searched refs:protocol_features (Results 1 – 12 of 12) sorted by relevance
166 uint64_t protocol_features = 0; in vhost_dev_install_rte_compat_hooks() local168 rte_vhost_driver_get_protocol_features(path, &protocol_features); in vhost_dev_install_rte_compat_hooks()169 protocol_features |= (1ULL << VHOST_USER_PROTOCOL_F_CONFIG); in vhost_dev_install_rte_compat_hooks()170 protocol_features |= (1ULL << VHOST_USER_PROTOCOL_F_INFLIGHT_SHMFD); in vhost_dev_install_rte_compat_hooks()171 rte_vhost_driver_set_protocol_features(path, protocol_features); in vhost_dev_install_rte_compat_hooks()
56 uint64_t protocol_features; member731 uint64_t protocol_features) in rte_vhost_driver_set_protocol_features() argument738 vsocket->protocol_features = protocol_features; in rte_vhost_driver_set_protocol_features()745 uint64_t *protocol_features) in rte_vhost_driver_get_protocol_features() argument763 *protocol_features = vsocket->protocol_features; in rte_vhost_driver_get_protocol_features()776 *protocol_features = vsocket->protocol_features in rte_vhost_driver_get_protocol_features()905 vsocket->protocol_features = VHOST_USER_PROTOCOL_FEATURES; in rte_vhost_driver_register()938 vsocket->protocol_features &= in rte_vhost_driver_register()
26 uint64_t *protocol_features);
288 if (!(dev->protocol_features & in cleanup_vq_inflight()631 dev->protocol_features = 0; in reset_device()976 if (unlikely(!(dev->protocol_features & in rte_vhost_set_inflight_desc_split()1016 if (unlikely(!(dev->protocol_features & in rte_vhost_set_inflight_desc_packed()1080 if (unlikely(!(dev->protocol_features & in rte_vhost_clr_inflight_desc_split()1122 if (unlikely(!(dev->protocol_features & in rte_vhost_clr_inflight_desc_packed()1167 if (unlikely(!(dev->protocol_features & in rte_vhost_set_last_inflight_io_split()1201 if (unlikely(!(dev->protocol_features & in rte_vhost_set_last_inflight_io_packed()
1669 if (!(dev->protocol_features & in vhost_check_queue_inflights_split()1753 if (!(dev->protocol_features & in vhost_check_queue_inflights_packed()2028 uint64_t features, protocol_features; in vhost_user_get_protocol_features() local2036 msg->payload.u64 = protocol_features; in vhost_user_get_protocol_features()2049 uint64_t protocol_features = msg->payload.u64; in vhost_user_set_protocol_features() local2057 if (protocol_features & ~slave_protocol_features) { in vhost_user_set_protocol_features()2064 dev->protocol_features = protocol_features; in vhost_user_set_protocol_features()2067 dev->protocol_features); in vhost_user_set_protocol_features()3083 !(dev->protocol_features & in rte_vhost_host_notifier_ctrl()3085 !(dev->protocol_features & in rte_vhost_host_notifier_ctrl()[all …]
527 uint64_t protocol_features);542 uint64_t *protocol_features);
1405 uint64_t protocol_features; in rte_vhost_crypto_driver_start() local1412 ret = rte_vhost_driver_get_protocol_features(path, &protocol_features); in rte_vhost_crypto_driver_start()1415 protocol_features |= (1ULL << VHOST_USER_PROTOCOL_F_CONFIG); in rte_vhost_crypto_driver_start()1416 ret = rte_vhost_driver_set_protocol_features(path, protocol_features); in rte_vhost_crypto_driver_start()
352 uint64_t protocol_features; member
453 uint64_t protocol_features = 0; in virtio_user_dev_init() local465 dev->protocol_features = VIRTIO_USER_SUPPORTED_PROTOCOL_FEATURES; in virtio_user_dev_init()504 &protocol_features)) in virtio_user_dev_init()507 dev->protocol_features &= protocol_features; in virtio_user_dev_init()511 &dev->protocol_features)) in virtio_user_dev_init()514 if (!(dev->protocol_features & in virtio_user_dev_init()530 dev->protocol_features &= in virtio_user_dev_init()
272 if (dev->protocol_features & (1ULL << VHOST_USER_PROTOCOL_F_REPLY_ACK)) in vhost_user_sock()282 (!(dev->protocol_features & in vhost_user_sock()293 (!(dev->protocol_features & in vhost_user_sock()
51 uint64_t protocol_features; /* negotiated protocol features member
73 uint64_t protocol_features; in virtio_user_server_reconnect() local99 &protocol_features)) in virtio_user_server_reconnect()103 dev->protocol_features |= in virtio_user_server_reconnect()105 dev->protocol_features &= protocol_features; in virtio_user_server_reconnect()109 &dev->protocol_features)) in virtio_user_server_reconnect()112 if (!(dev->protocol_features & in virtio_user_server_reconnect()187 dev->protocol_features &= in virtio_user_delayed_handler()