Searched refs:clustersz (Results 1 – 1 of 1) sorted by relevance
1376 int clustersz; in vtnet_ioctl_mtu() local1387 clustersz = vtnet_rx_cluster_size(sc, mtu); in vtnet_ioctl_mtu()1389 if (clustersz != sc->vtnet_rx_clustersz && in vtnet_ioctl_mtu()1749 int len, clustersz, nreplace, error; in vtnet_rxq_replace_lro_nomrg_buf() local1752 clustersz = sc->vtnet_rx_clustersz - VTNET_RX_BUFFER_HEADER_OFFSET; in vtnet_rxq_replace_lro_nomrg_buf()1758 clustersz -= VTNET_ETHER_ALIGN; in vtnet_rxq_replace_lro_nomrg_buf()1782 KASSERT(m->m_len == clustersz, in vtnet_rxq_replace_lro_nomrg_buf()1784 m->m_len, clustersz)); in vtnet_rxq_replace_lro_nomrg_buf()1800 m_prev->m_len = clustersz; in vtnet_rxq_replace_lro_nomrg_buf()1826 m_prev->m_len = clustersz; in vtnet_rxq_replace_lro_nomrg_buf()[all …]