Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/virtio/network/
H A Dif_vtnet.c1254 int clustersz; in vtnet_ioctl_mtu() local
1578 int len, clustersz, nreplace, error; in vtnet_rxq_replace_lro_nomrg_buf() local
1581 clustersz = sc->vtnet_rx_clustersz; in vtnet_rxq_replace_lro_nomrg_buf()
1587 clustersz -= VTNET_ETHER_ALIGN; in vtnet_rxq_replace_lro_nomrg_buf()
1611 KASSERT(m->m_len == clustersz, in vtnet_rxq_replace_lro_nomrg_buf()
1613 m->m_len, clustersz)); in vtnet_rxq_replace_lro_nomrg_buf()
1629 m_prev->m_len = clustersz; in vtnet_rxq_replace_lro_nomrg_buf()
1655 m_prev->m_len = clustersz; in vtnet_rxq_replace_lro_nomrg_buf()
3292 int i, clustersz, error; in vtnet_init_rx_queues() local
3298 sc->vtnet_rx_clustersz = clustersz; in vtnet_init_rx_queues()
[all …]