Searched refs:allow_mbufs_in_cluster (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c143 static int allow_mbufs_in_cluster = 1; variable
144 SYSCTL_INT(_hw_cxgbe, OID_AUTO, allow_mbufs_in_cluster, CTLFLAG_RDTUN,
145 &allow_mbufs_in_cluster, 0,
5047 if (allow_mbufs_in_cluster == 0 || hwb->size < maxp)
5117 else if (allow_mbufs_in_cluster && s->safe_hwidx2 != -1) {
5142 if (allow_mbufs_in_cluster &&

Completed in 77 milliseconds