Searched refs:guest_features (Results 1 – 6 of 6) sorted by relevance
184 uint64_t guest_features; member228 return (hw->guest_features & (1ULL << bit)) != 0; in vtpci_with_feature()
641 hw->guest_features = req_features; in virtio_negotiate_features()642 hw->guest_features = vtpci_cryptodev_negotiate_features(hw, in virtio_negotiate_features()645 hw->guest_features); in virtio_negotiate_features()
266 features = host_features & hw->guest_features; in vtpci_cryptodev_negotiate_features()
191 uint64_t guest_features; member267 return (hw->guest_features & (1ULL << bit)) != 0; in virtio_with_feature()
20 features = host_features & hw->guest_features; in virtio_negotiate_features()
1531 hw->guest_features = req_features; in virtio_ethdev_negotiate_features()1532 hw->guest_features = virtio_negotiate_features(hw, host_features); in virtio_ethdev_negotiate_features()1534 hw->guest_features); in virtio_ethdev_negotiate_features()