HomeSort by: relevance | last modified time | path
    Searched defs:vr_hdr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
ld_virtio.c 154 struct virtio_blk_req_hdr vr_hdr; member in struct:virtio_blk_req
262 &vr->vr_hdr,
531 vr->vr_hdr.type = virtio_rw32(vsc, VIRTIO_BLK_T_GET_ID);
532 vr->vr_hdr.ioprio = virtio_rw32(vsc, 0);
533 vr->vr_hdr.sector = virtio_rw64(vsc, 0);
637 vr->vr_hdr.type = virtio_rw32(vsc,
639 vr->vr_hdr.ioprio = virtio_rw32(vsc, 0);
640 vr->vr_hdr.sector = virtio_rw64(vsc,
674 const uint32_t rt = virtio_rw32(vsc, vr->vr_hdr.type);
793 vr->vr_hdr.type = virtio_rw32(vsc, VIRTIO_BLK_T_OUT)
    [all...]

Completed in 10 milliseconds