Searched refs:max_aggregation_size (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h1578 int max_aggregation_size; member in struct:bxe_softc
H A Dbxe.c296 SYSCTL_INT(_hw_bxe, OID_AUTO, max_aggregation_size, CTLFLAG_TUN,
11361 /* minimum max_aggregation_size is 2*MTU (two full buffers) */
11363 if (tpa_agg_size < sc->max_aggregation_size) {
11364 tpa_agg_size = sc->max_aggregation_size;
13862 BLOGW(sc, "invalid max_aggregation_size (%d)\n",
13888 sc->max_aggregation_size = bxe_max_aggregation_size;
13912 "max_aggregation_size=%d "
13922 sc->max_aggregation_size,

Completed in 204 milliseconds