Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.h184 uint64_t guest_features; member
228 return (hw->guest_features & (1ULL << bit)) != 0; in vtpci_with_feature()
H A Dvirtio_cryptodev.c641 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()
H A Dvirtio_pci.c266 features = host_features & hw->guest_features; in vtpci_cryptodev_negotiate_features()
/dpdk/drivers/net/virtio/
H A Dvirtio.h191 uint64_t guest_features; member
267 return (hw->guest_features & (1ULL << bit)) != 0; in virtio_with_feature()
H A Dvirtio.c20 features = host_features & hw->guest_features; in virtio_negotiate_features()
H A Dvirtio_ethdev.c1531 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()