Home
last modified time | relevance | path

Searched refs:features_ok (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/virtio/
H A Dvirtio.h240 int (*features_ok)(struct virtio_hw *hw); member
H A Dvirtio_pci.c329 .features_ok = legacy_features_ok,
587 .features_ok = modern_features_ok,
H A Dvirtio_user_ethdev.c286 .features_ok = virtio_user_features_ok,
H A Dvirtio_ethdev.c1536 if (VIRTIO_OPS(hw)->features_ok(hw) < 0) in virtio_ethdev_negotiate_features()