Searched refs:clustersz (Results 1 – 1 of 1) sorted by relevance
1258 int clustersz; in vtnet_ioctl_mtu() local1269 clustersz = vtnet_rx_cluster_size(sc, mtu); in vtnet_ioctl_mtu()1271 if (clustersz != sc->vtnet_rx_clustersz && in vtnet_ioctl_mtu()1603 int len, clustersz, nreplace, error; in vtnet_rxq_replace_lro_nomrg_buf() local1606 clustersz = sc->vtnet_rx_clustersz; in vtnet_rxq_replace_lro_nomrg_buf()1612 clustersz -= VTNET_ETHER_ALIGN; in vtnet_rxq_replace_lro_nomrg_buf()1636 KASSERT(m->m_len == clustersz, in vtnet_rxq_replace_lro_nomrg_buf()1638 m->m_len, clustersz)); in vtnet_rxq_replace_lro_nomrg_buf()1654 m_prev->m_len = clustersz; in vtnet_rxq_replace_lro_nomrg_buf()1680 m_prev->m_len = clustersz; in vtnet_rxq_replace_lro_nomrg_buf()[all …]