Searched refs:VIRTIO_NET_F_CTRL_RX (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/virtio/network/
H A Dvirtio_net.h52 #define VIRTIO_NET_F_CTRL_RX 0x40000 /* Control channel RX mode support */ macro
121 * 0 and 1 are supported with the VIRTIO_NET_F_CTRL_RX feature.
144 * This functionality is present if the VIRTIO_NET_F_CTRL_RX feature
H A Dif_vtnetvar.h283 VIRTIO_NET_F_CTRL_RX | \
H A Dif_vtnet.c282 { VIRTIO_NET_F_CTRL_RX, "RxMode" },
656 if (virtio_with_feature(dev, VIRTIO_NET_F_CTRL_RX))
/freebsd-12-stable/usr.sbin/bhyve/
H A Dnet_backends.h75 #define VIRTIO_NET_F_CTRL_RX (1 << 18) /* control channel RX mode support */ macro

Completed in 115 milliseconds