Searched refs:clustersz (Results 1 – 1 of 1) sorted by relevance
1249 int clustersz; in vtnet_ioctl_mtu() local1260 clustersz = vtnet_rx_cluster_size(sc, mtu); in vtnet_ioctl_mtu()1262 if (clustersz != sc->vtnet_rx_clustersz && in vtnet_ioctl_mtu()1594 int len, clustersz, nreplace, error; in vtnet_rxq_replace_lro_nomrg_buf() local1597 clustersz = sc->vtnet_rx_clustersz; in vtnet_rxq_replace_lro_nomrg_buf()1603 clustersz -= VTNET_ETHER_ALIGN; in vtnet_rxq_replace_lro_nomrg_buf()1627 KASSERT(m->m_len == clustersz, in vtnet_rxq_replace_lro_nomrg_buf()1629 m->m_len, clustersz)); in vtnet_rxq_replace_lro_nomrg_buf()1645 m_prev->m_len = clustersz; in vtnet_rxq_replace_lro_nomrg_buf()1671 m_prev->m_len = clustersz; in vtnet_rxq_replace_lro_nomrg_buf()[all …]