Home
last modified time | relevance | path

Searched refs:vtnet_htog16 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c261 #define vtnet_htog16(_sc, _val) virtio_htog16(vtnet_modern(_sc), _val) macro
2147 nbufs = vtnet_htog16(sc, mhdr->num_buffers); in vtnet_rxq_eof()
2191 lhdr.hdr_len = vtnet_htog16(sc, hdr->hdr_len); in vtnet_rxq_eof()
2192 lhdr.gso_size = vtnet_htog16(sc, hdr->gso_size); in vtnet_rxq_eof()
2193 lhdr.csum_start = vtnet_htog16(sc, hdr->csum_start); in vtnet_rxq_eof()
2194 lhdr.csum_offset = vtnet_htog16(sc, hdr->csum_offset); in vtnet_rxq_eof()