Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.h183 uint64_t guest_features; member
227 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()
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_pci.h249 uint64_t guest_features; member
347 return (hw->guest_features & (1ULL << bit)) != 0; in vtpci_with_feature()
H A Dvirtio_pci.c489 features = host_features & hw->guest_features; in vtpci_negotiate_features()
H A Dvirtio_ethdev.c1366 hw->guest_features = req_features; in virtio_negotiate_features()
1367 hw->guest_features = vtpci_negotiate_features(hw, host_features); in virtio_negotiate_features()
1369 hw->guest_features); in virtio_negotiate_features()