Searched refs:vtcon_modern (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/virtio/console/ |
H A D | virtio_console.c | 226 #define vtcon_modern(_sc) (((_sc)->vtcon_features & VIRTIO_F_VERSION_1) != 0) macro 227 #define vtcon_htog16(_sc, _val) virtio_htog16(vtcon_modern(_sc), _val) 228 #define vtcon_htog32(_sc, _val) virtio_htog32(vtcon_modern(_sc), _val) 229 #define vtcon_htog64(_sc, _val) virtio_htog64(vtcon_modern(_sc), _val) 230 #define vtcon_gtoh16(_sc, _val) virtio_gtoh16(vtcon_modern(_sc), _val) 231 #define vtcon_gtoh32(_sc, _val) virtio_gtoh32(vtcon_modern(_sc), _val) 232 #define vtcon_gtoh64(_sc, _val) virtio_gtoh64(vtcon_modern(_sc), _val)
|