Lines Matching refs:clustersz
1256 int clustersz; in vtnet_ioctl_mtu() local
1267 clustersz = vtnet_rx_cluster_size(sc, mtu); in vtnet_ioctl_mtu()
1269 if (clustersz != sc->vtnet_rx_clustersz && in vtnet_ioctl_mtu()
1580 int len, clustersz, nreplace, error; in vtnet_rxq_replace_lro_nomrg_buf() local
1583 clustersz = sc->vtnet_rx_clustersz; in vtnet_rxq_replace_lro_nomrg_buf()
1589 clustersz -= VTNET_ETHER_ALIGN; in vtnet_rxq_replace_lro_nomrg_buf()
1613 KASSERT(m->m_len == clustersz, in vtnet_rxq_replace_lro_nomrg_buf()
1615 m->m_len, clustersz)); in vtnet_rxq_replace_lro_nomrg_buf()
1631 m_prev->m_len = clustersz; in vtnet_rxq_replace_lro_nomrg_buf()
1657 m_prev->m_len = clustersz; in vtnet_rxq_replace_lro_nomrg_buf()
3291 int i, clustersz, error; in vtnet_init_rx_queues() local
3296 clustersz = vtnet_rx_cluster_size(sc, if_getmtu(ifp)); in vtnet_init_rx_queues()
3297 sc->vtnet_rx_clustersz = clustersz; in vtnet_init_rx_queues()
3301 VTNET_MAX_RX_SIZE, clustersz); in vtnet_init_rx_queues()