Searched refs:largest_rx_cluster (Results 1 – 1 of 1) sorted by relevance
150 static int largest_rx_cluster = MJUM16BYTES; variable151 SYSCTL_INT(_hw_cxgbe, OID_AUTO, largest_rx_cluster, CTLFLAG_RDTUN,152 &largest_rx_cluster, 0, "Largest rx cluster (bytes)");572 if (largest_rx_cluster != MCLBYTES && in t4_sge_modload()574 largest_rx_cluster != MJUMPAGESIZE && in t4_sge_modload()576 largest_rx_cluster != MJUM9BYTES && in t4_sge_modload()577 largest_rx_cluster != MJUM16BYTES) { in t4_sge_modload()579 " using %d instead.\n", largest_rx_cluster, MJUM16BYTES); in t4_sge_modload()580 largest_rx_cluster = MJUM16BYTES; in t4_sge_modload()6318 rxb->size1 < largest_rx_cluster) in find_refill_source()[all …]