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

/freebsd-10.1-release/sys/dev/virtio/block/
H A Dvirtio_blk.c303 if (virtio_with_feature(dev, VIRTIO_RING_F_INDIRECT_DESC))
305 if (virtio_with_feature(dev, VIRTIO_BLK_F_RO))
307 if (virtio_with_feature(dev, VIRTIO_BLK_F_BARRIER))
309 if (virtio_with_feature(dev, VIRTIO_BLK_F_CONFIG_WCE))
323 if (virtio_with_feature(dev, VIRTIO_BLK_F_SIZE_MAX)) {
610 if (virtio_with_feature(dev, VIRTIO_BLK_F_SEG_MAX)) {
683 wc = virtio_with_feature(sc->vtblk_dev, VIRTIO_BLK_F_WCE);
741 if (virtio_with_feature(dev, VIRTIO_BLK_F_BLK_SIZE))
764 if (virtio_with_feature(dev, VIRTIO_BLK_F_GEOMETRY)) {
769 if (virtio_with_feature(de
[all...]
/freebsd-10.1-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.1-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_EVENT_IDX))
603 if (virtio_with_feature(dev, VIRTIO_NET_F_MAC)) {
608 if (virtio_with_feature(dev, VIRTIO_NET_F_MRG_RXBUF)) {
621 if (virtio_with_feature(dev, VIRTIO_NET_F_GSO) ||
622 virtio_with_feature(dev, VIRTIO_NET_F_HOST_TSO4) ||
623 virtio_with_feature(dev, VIRTIO_NET_F_HOST_TSO6))
628 if (virtio_with_feature(de
[all...]
/freebsd-10.1-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 105 milliseconds