Lines Matching refs:protocol_features
296 if (!(dev->protocol_features & in cleanup_vq_inflight()
647 dev->protocol_features = 0; in reset_device()
895 uint64_t *protocol_features) in rte_vhost_get_negotiated_protocol_features() argument
900 if (dev == NULL || protocol_features == NULL) in rte_vhost_get_negotiated_protocol_features()
903 *protocol_features = dev->protocol_features; in rte_vhost_get_negotiated_protocol_features()
1012 if (unlikely(!(dev->protocol_features & in rte_vhost_set_inflight_desc_split()
1052 if (unlikely(!(dev->protocol_features & in rte_vhost_set_inflight_desc_packed()
1116 if (unlikely(!(dev->protocol_features & in rte_vhost_clr_inflight_desc_split()
1158 if (unlikely(!(dev->protocol_features & in rte_vhost_clr_inflight_desc_packed()
1203 if (unlikely(!(dev->protocol_features & in rte_vhost_set_last_inflight_io_split()
1240 if (unlikely(!(dev->protocol_features & in rte_vhost_set_last_inflight_io_packed()