Searched refs:virtio_cread (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/caif/ |
D | caif_virtio.c | 684 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/ |
D | virtio_blk.c | 382 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/ |
D | virtio_config.h | 329 #define virtio_cread(vdev, structname, member, ptr) \ macro 547 virtio_cread((vdev), structname, member, ptr); \
|
/kernel/linux/linux-5.10/net/9p/ |
D | trans_virtio.c | 587 virtio_cread(vdev, struct virtio_9p_config, tag_len, &tag_len); in p9_virtio_probe()
|
/kernel/linux/linux-5.10/drivers/char/ |
D | virtio_console.c | 1826 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/ |
D | virtio_scsi.c | 763 virtio_cread(vdev, struct virtio_scsi_config, fld, &__val); \
|