Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_net.c247 uint32_t riov_bytes; in pci_vtnet_rx() local
272 riov_bytes = 0; in pci_vtnet_rx()
333 riov_bytes += info[n_chains].len; in pci_vtnet_rx()
336 } while (riov_bytes < plen && riov_len < VTNET_MAXSEGS); in pci_vtnet_rx()