Searched refs:vtnet_htog16 (Results 1 – 1 of 1) sorted by relevance
261 #define vtnet_htog16(_sc, _val) virtio_htog16(vtnet_modern(_sc), _val) macro2096 nbufs = vtnet_htog16(sc, mhdr->num_buffers); in vtnet_rxq_eof()2140 lhdr.hdr_len = vtnet_htog16(sc, hdr->hdr_len); in vtnet_rxq_eof()2141 lhdr.gso_size = vtnet_htog16(sc, hdr->gso_size); in vtnet_rxq_eof()2142 lhdr.csum_start = vtnet_htog16(sc, hdr->csum_start); in vtnet_rxq_eof()2143 lhdr.csum_offset = vtnet_htog16(sc, hdr->csum_offset); in vtnet_rxq_eof()