Lines Matching refs:clustersz
1254 int clustersz; in vtnet_ioctl_mtu() local
1265 clustersz = vtnet_rx_cluster_size(sc, mtu); in vtnet_ioctl_mtu()
1267 if (clustersz != sc->vtnet_rx_clustersz && in vtnet_ioctl_mtu()
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
3297 clustersz = vtnet_rx_cluster_size(sc, if_getmtu(ifp)); in vtnet_init_rx_queues()
3298 sc->vtnet_rx_clustersz = clustersz; in vtnet_init_rx_queues()
3302 VTNET_MAX_RX_SIZE, clustersz); in vtnet_init_rx_queues()