Home
last modified time | relevance | path

Searched defs:VIRTIO_NET_F_CTRL_VQ (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dnet_backends.h76 #define VIRTIO_NET_F_CTRL_VQ (1 << 17) /* control channel available */ macro
/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.h153 #define VIRTIO_NET_F_CTRL_VQ (1ULL << 17) macro