Home
last modified time | relevance | path

Searched refs:virtio_cread (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/net/caif/
Dcaif_virtio.c684 virtio_cread(vdev, struct virtio_caif_transf_config, headroom, in cfv_probe()
686 virtio_cread(vdev, struct virtio_caif_transf_config, headroom, in cfv_probe()
688 virtio_cread(vdev, struct virtio_caif_transf_config, tailroom, in cfv_probe()
690 virtio_cread(vdev, struct virtio_caif_transf_config, tailroom, in cfv_probe()
692 virtio_cread(vdev, struct virtio_caif_transf_config, mtu, in cfv_probe()
694 virtio_cread(vdev, struct virtio_caif_transf_config, mtu, in cfv_probe()
/Linux-v5.10/drivers/block/
Dvirtio_blk.c382 virtio_cread(vblk->vdev, struct virtio_blk_config, in virtblk_getgeo()
384 virtio_cread(vblk->vdev, struct virtio_blk_config, in virtblk_getgeo()
386 virtio_cread(vblk->vdev, struct virtio_blk_config, in virtblk_getgeo()
448 virtio_cread(vdev, struct virtio_blk_config, capacity, &capacity); in virtblk_update_capacity()
862 virtio_cread(vdev, struct virtio_blk_config, in virtblk_probe()
866 virtio_cread(vdev, struct virtio_blk_config, in virtblk_probe()
870 virtio_cread(vdev, struct virtio_blk_config, max_discard_seg, in virtblk_probe()
880 virtio_cread(vdev, struct virtio_blk_config, in virtblk_probe()
/Linux-v5.10/include/linux/
Dvirtio_config.h328 #define virtio_cread(vdev, structname, member, ptr) \ macro
546 virtio_cread((vdev), structname, member, ptr); \
/Linux-v5.10/net/9p/
Dtrans_virtio.c587 virtio_cread(vdev, struct virtio_9p_config, tag_len, &tag_len); in p9_virtio_probe()
/Linux-v5.10/drivers/char/
Dvirtio_console.c1826 virtio_cread(vdev, struct virtio_console_config, cols, &cols); in config_work_handler()
1827 virtio_cread(vdev, struct virtio_console_config, rows, &rows); in config_work_handler()
/Linux-v5.10/drivers/scsi/
Dvirtio_scsi.c763 virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \