Searched refs:vbh (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_virtio_block.c202 struct virtio_blk_hdr *vbh; local
226 vbh = iov[0].iov_base;
229 io->io_req.br_offset = vbh->vbh_sector * DEV_BSIZE;
239 type = vbh->vbh_type & ~VBH_FLAG_BARRIER;
/freebsd-11-stable/sys/dev/beri/virtio/
H A Dvirtio_block.c153 struct virtio_blk_outhdr *vbh; local
168 vbh = iov[0].iov_base;
174 type = be32toh(vbh->type) & ~VIRTIO_BLK_T_BARRIER;
175 offset = be64toh(vbh->sector) * DEV_BSIZE;

Completed in 108 milliseconds