Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_net.c256 uint32_t riov_bytes; in pci_vtnet_rx() local
281 riov_bytes = 0; in pci_vtnet_rx()
321 riov_bytes += info[n_chains].len; in pci_vtnet_rx()
324 } while (riov_bytes < plen && riov_len < VTNET_MAXSEGS); in pci_vtnet_rx()