Searched refs:safest_rx_cluster (Results 1 – 1 of 1) sorted by relevance
162 static int safest_rx_cluster = PAGE_SIZE; variable163 SYSCTL_INT(_hw_cxgbe, OID_AUTO, safest_rx_cluster, CTLFLAG_RDTUN,164 &safest_rx_cluster, 0, "Safe rx cluster (bytes)");586 if (safest_rx_cluster != MCLBYTES && in t4_sge_modload()588 safest_rx_cluster != MJUMPAGESIZE && in t4_sge_modload()590 safest_rx_cluster != MJUM9BYTES && in t4_sge_modload()591 safest_rx_cluster != MJUM16BYTES) { in t4_sge_modload()593 " using %d instead.\n", safest_rx_cluster, MJUMPAGESIZE); in t4_sge_modload()594 safest_rx_cluster = MJUMPAGESIZE; in t4_sge_modload()916 if (s->safe_zidx == -1 && rxb->size1 == safest_rx_cluster) in t4_init_rx_buf_info()