Searched refs:virtio_has_feature (Results 1 – 3 of 3) sorted by relevance
174 if (virtio_has_feature(dev, VIRTIO_NET_F_MAC)) { in virtio_net_read_rom_hwaddr()
230 vq->event = virtio_has_feature(vdev, VIRTIO_RING_F_EVENT_IDX); in __vring_new_virtqueue()
493 static inline bool virtio_has_feature(struct udevice *vdev, unsigned int fbit) in virtio_has_feature() function704 if (!virtio_has_feature(vdev, fbit)) \
Completed in 5 milliseconds