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

/freebsd-10-stable/sys/dev/fxp/
H A Dif_fxpvar.h212 int tunable_bundle_max; /* max # frames per interrupt (ucode) */ member in struct:fxp_softc
H A Dif_fxp.c3114 htole16(sc->tunable_bundle_max);
3128 uc->bundle_max_offset == 0 ? 0 : sc->tunable_bundle_max);
3153 &sc->tunable_bundle_max, 0, sysctl_hw_fxp_bundle_max, "I",
3162 sc->tunable_bundle_max = TUNABLE_BUNDLE_MAX;
3166 device_get_unit(sc->dev), "bundle_max", &sc->tunable_bundle_max);

Completed in 119 milliseconds