Searched refs:virtio_gtoh16 (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/virtio/ |
H A D | virtio_endian.h | 53 virtio_gtoh16(bool modern, uint16_t val) in virtio_gtoh16() function
|
H A D | virtqueue.c | 147 #define vq_gtoh16(_vq, _val) virtio_gtoh16(vq_modern(_vq), _val)
|
/freebsd/sys/dev/virtio/console/ |
H A D | virtio_console.c | 230 #define vtcon_gtoh16(_sc, _val) virtio_gtoh16(vtcon_modern(_sc), _val)
|
/freebsd/sys/dev/virtio/block/ |
H A D | virtio_blk.c | 212 #define vtblk_gtoh16(_sc, _val) virtio_gtoh16(vtblk_modern(_sc), _val)
|
/freebsd/sys/dev/virtio/scsi/ |
H A D | virtio_scsi.c | 194 #define vtscsi_gtoh16(_sc, _val) virtio_gtoh16(vtscsi_modern(_sc), _val)
|
/freebsd/sys/dev/virtio/network/ |
H A D | if_vtnet.c | 261 #define vtnet_gtoh16(_sc, _val) virtio_gtoh16(vtnet_modern(_sc), _val)
|