Searched refs:clustersz (Results 1 – 1 of 1) sorted by relevance
1245 int clustersz; in vtnet_ioctl_mtu() local1256 clustersz = vtnet_rx_cluster_size(sc, mtu); in vtnet_ioctl_mtu()1258 if (clustersz != sc->vtnet_rx_clustersz && in vtnet_ioctl_mtu()1569 int len, clustersz, nreplace, error; in vtnet_rxq_replace_lro_nomrg_buf() local1572 clustersz = sc->vtnet_rx_clustersz; in vtnet_rxq_replace_lro_nomrg_buf()1578 clustersz -= VTNET_ETHER_ALIGN; in vtnet_rxq_replace_lro_nomrg_buf()1602 KASSERT(m->m_len == clustersz, in vtnet_rxq_replace_lro_nomrg_buf()1604 m->m_len, clustersz)); in vtnet_rxq_replace_lro_nomrg_buf()1620 m_prev->m_len = clustersz; in vtnet_rxq_replace_lro_nomrg_buf()1646 m_prev->m_len = clustersz; in vtnet_rxq_replace_lro_nomrg_buf()[all …]