Searched refs:virtio_gtoh64 (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/virtio/ |
H A D | virtio_endian.h | 89 virtio_gtoh64(bool modern, uint64_t val) in virtio_gtoh64() function
|
H A D | virtqueue.c | 149 #define vq_gtoh64(_vq, _val) virtio_gtoh64(vq_modern(_vq), _val)
|
/freebsd/sys/dev/virtio/console/ |
H A D | virtio_console.c | 232 #define vtcon_gtoh64(_sc, _val) virtio_gtoh64(vtcon_modern(_sc), _val)
|
/freebsd/sys/dev/virtio/block/ |
H A D | virtio_blk.c | 214 #define vtblk_gtoh64(_sc, _val) virtio_gtoh64(vtblk_modern(_sc), _val)
|
/freebsd/sys/dev/virtio/scsi/ |
H A D | virtio_scsi.c | 196 #define vtscsi_gtoh64(_sc, _val) virtio_gtoh64(vtscsi_modern(_sc), _val)
|
/freebsd/sys/dev/virtio/network/ |
H A D | if_vtnet.c | 263 #define vtnet_gtoh64(_sc, _val) virtio_gtoh64(vtnet_modern(_sc), _val)
|