Home
last modified time | relevance | path

Searched defs:negotiated_features (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_9p.c127 pci_vt9p_neg_features(void *vsc, uint64_t negotiated_features) in pci_vt9p_neg_features()
H A Dpci_virtio_net.c708 pci_vtnet_neg_features(void *vsc, uint64_t negotiated_features) in pci_vtnet_neg_features()
H A Dpci_virtio_console.c191 pci_vtcon_neg_features(void *vsc, uint64_t negotiated_features) in pci_vtcon_neg_features()
H A Dpci_virtio_scsi.c323 pci_vtscsi_neg_features(void *vsc, uint64_t negotiated_features) in pci_vtscsi_neg_features()
/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c642 uint64_t features, negotiated_features; in vtnet_negotiate_features() local