Home
last modified time | relevance | path

Searched refs:virtio_write_device_config (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/dev/virtio/
H A Dvirtio.h126 void virtio_write_device_config(device_t dev, bus_size_t offset,
144 virtio_write_device_config(dev, offset, &val, sizeof(type)); \
H A Dvirtio.c324 virtio_write_device_config(device_t dev, bus_size_t offset, void *dst, int len) in virtio_write_device_config() function