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

/freebsd-10.2-release/sys/dev/virtio/
H A Dvirtio.h77 int virtio_with_feature(device_t dev, uint64_t feature);
H A Dvirtio.c207 virtio_with_feature(device_t dev, uint64_t feature) function
/freebsd-10.2-release/sys/dev/virtio/block/
H A Dvirtio_blk.c320 if (virtio_with_feature(dev, VIRTIO_BLK_F_SIZE_MAX)) {
584 if (virtio_with_feature(dev, VIRTIO_RING_F_INDIRECT_DESC))
586 if (virtio_with_feature(dev, VIRTIO_BLK_F_RO))
588 if (virtio_with_feature(dev, VIRTIO_BLK_F_BARRIER))
590 if (virtio_with_feature(dev, VIRTIO_BLK_F_CONFIG_WCE))
604 if (virtio_with_feature(dev, VIRTIO_BLK_F_SEG_MAX)) {
683 if (virtio_with_feature(dev, VIRTIO_BLK_F_BLK_SIZE))
706 if (virtio_with_feature(dev, VIRTIO_BLK_F_GEOMETRY)) {
711 if (virtio_with_feature(dev, VIRTIO_BLK_F_TOPOLOGY) &&
1093 if (virtio_with_feature(_de
[all...]
/freebsd-10.2-release/sys/dev/virtio/network/
H A Dif_vtnet.c566 if (virtio_with_feature(dev, VTNET_LRO_FEATURES) &&
567 virtio_with_feature(dev, VIRTIO_NET_F_MRG_RXBUF) == 0) {
577 if (!virtio_with_feature(dev, VIRTIO_RING_F_INDIRECT_DESC)) {
600 if (virtio_with_feature(dev, VIRTIO_RING_F_INDIRECT_DESC))
602 if (virtio_with_feature(dev, VIRTIO_RING_F_EVENT_IDX))
605 if (virtio_with_feature(dev, VIRTIO_NET_F_MAC)) {
610 if (virtio_with_feature(dev, VIRTIO_NET_F_MRG_RXBUF)) {
623 if (virtio_with_feature(dev, VIRTIO_NET_F_GSO) ||
624 virtio_with_feature(dev, VIRTIO_NET_F_HOST_TSO4) ||
625 virtio_with_feature(de
[all...]
/freebsd-10.2-release/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-10.2-release/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c285 if (virtio_with_feature(dev, VIRTIO_RING_F_INDIRECT_DESC))
287 if (virtio_with_feature(dev, VIRTIO_SCSI_F_INOUT))
289 if (virtio_with_feature(dev, VIRTIO_SCSI_F_HOTPLUG))

Completed in 115 milliseconds