Home | History | Annotate | Download | only in pci

Lines Matching refs:virtio_rw32

531 	vr->vr_hdr.type   = virtio_rw32(vsc, VIRTIO_BLK_T_GET_ID);
532 vr->vr_hdr.ioprio = virtio_rw32(vsc, 0);
637 vr->vr_hdr.type = virtio_rw32(vsc,
639 vr->vr_hdr.ioprio = virtio_rw32(vsc, 0);
674 const uint32_t rt = virtio_rw32(vsc, vr->vr_hdr.type);
793 vr->vr_hdr.type = virtio_rw32(vsc, VIRTIO_BLK_T_OUT);
794 vr->vr_hdr.ioprio = virtio_rw32(vsc, 0);
931 vr->vr_hdr.type = virtio_rw32(vsc, VIRTIO_BLK_T_FLUSH);
932 vr->vr_hdr.ioprio = virtio_rw32(vsc, 0);
1090 vr->vr_hdr.type = virtio_rw32(vsc, VIRTIO_BLK_T_DISCARD);
1091 vr->vr_hdr.ioprio = virtio_rw32(vsc, 0);
1100 dwz->num_sectors = virtio_rw32(vsc, nblks);
1101 dwz->flags = virtio_rw32(vsc, 0);