Searched refs:virtio_with_feature (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/virtio/
H A Dvirtio.h77 int virtio_with_feature(device_t dev, uint64_t feature);
H A Dvirtio.c214 virtio_with_feature(device_t dev, uint64_t feature) function
/freebsd-11-stable/sys/dev/virtio/block/
H A Dvirtio_blk.c323 if (virtio_with_feature(dev, VIRTIO_BLK_F_SIZE_MAX)) {
587 if (virtio_with_feature(dev, VIRTIO_RING_F_INDIRECT_DESC))
589 if (virtio_with_feature(dev, VIRTIO_BLK_F_RO))
591 if (virtio_with_feature(dev, VIRTIO_BLK_F_BARRIER))
593 if (virtio_with_feature(dev, VIRTIO_BLK_F_CONFIG_WCE))
607 if (virtio_with_feature(dev, VIRTIO_BLK_F_SEG_MAX)) {
686 if (virtio_with_feature(dev, VIRTIO_BLK_F_BLK_SIZE))
709 if (virtio_with_feature(dev, VIRTIO_BLK_F_GEOMETRY)) {
714 if (virtio_with_feature(dev, VIRTIO_BLK_F_TOPOLOGY) &&
1096 if (virtio_with_feature(_de
[all...]
/freebsd-11-stable/sys/dev/virtio/network/
H A Dif_vtnet.c585 if (virtio_with_feature(dev, VTNET_LRO_FEATURES) &&
586 virtio_with_feature(dev, VIRTIO_NET_F_MRG_RXBUF) == 0) {
596 if (!virtio_with_feature(dev, VIRTIO_RING_F_INDIRECT_DESC)) {
618 if (virtio_with_feature(dev, VIRTIO_RING_F_INDIRECT_DESC))
620 if (virtio_with_feature(dev, VIRTIO_RING_F_EVENT_IDX))
623 if (virtio_with_feature(dev, VIRTIO_NET_F_MAC)) {
628 if (virtio_with_feature(dev, VIRTIO_NET_F_MRG_RXBUF)) {
641 if (virtio_with_feature(dev, VIRTIO_NET_F_GSO) ||
642 virtio_with_feature(dev, VIRTIO_NET_F_HOST_TSO4) ||
643 virtio_with_feature(de
[all...]
/freebsd-11-stable/sys/dev/virtio/console/
H A Dvirtio_console.c433 if (virtio_with_feature(dev, VIRTIO_CONSOLE_F_SIZE))
435 if (virtio_with_feature(dev, VIRTIO_CONSOLE_F_MULTIPORT))
440 if (virtio_with_feature(_dev, _feature)) { \
/freebsd-11-stable/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c286 if (virtio_with_feature(dev, VIRTIO_RING_F_INDIRECT_DESC))
288 if (virtio_with_feature(dev, VIRTIO_SCSI_F_INOUT))
290 if (virtio_with_feature(dev, VIRTIO_SCSI_F_HOTPLUG))

Completed in 125 milliseconds