Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/
H A Dvirtio_config.h51 #define VIRTIO_F_NOTIFY_ON_EMPTY (1UL << 24) macro
H A Dvirtio.c82 { VIRTIO_F_NOTIFY_ON_EMPTY, "NotifyOnEmpty" }, /* Legacy */
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_net.c72 VIRTIO_F_NOTIFY_ON_EMPTY | VIRTIO_RING_F_INDIRECT_DESC)
H A Dvirtio.c501 (vs->vs_negotiated_caps & VIRTIO_F_NOTIFY_ON_EMPTY)) in vq_endchains()