Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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()
/kernel/linux/linux-5.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()
868 virtio_cread(vdev, struct virtio_blk_config, in virtblk_probe()
875 virtio_cread(vdev, struct virtio_blk_config, in virtblk_probe()
879 virtio_cread(vdev, struct virtio_blk_config, max_discard_seg, in virtblk_probe()
895 virtio_cread(vdev, struct virtio_blk_config, in virtblk_probe()
/kernel/linux/linux-5.10/include/linux/
Dvirtio_config.h329 #define virtio_cread(vdev, structname, member, ptr) \ macro
547 virtio_cread((vdev), structname, member, ptr); \
/kernel/linux/linux-5.10/net/9p/
Dtrans_virtio.c587 virtio_cread(vdev, struct virtio_9p_config, tag_len, &tag_len); in p9_virtio_probe()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/drivers/scsi/
Dvirtio_scsi.c763 virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \