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

/freebsd-current/sys/dev/fxp/
H A Dif_fxpvar.h213 int tunable_bundle_max; /* max # frames per interrupt (ucode) */ member in struct:fxp_softc
H A Dif_fxp.c3113 htole16(sc->tunable_bundle_max);
3127 uc->bundle_max_offset == 0 ? 0 : sc->tunable_bundle_max);
3152 &sc->tunable_bundle_max, 0, sysctl_hw_fxp_bundle_max, "I",
3161 sc->tunable_bundle_max = TUNABLE_BUNDLE_MAX;
3165 device_get_unit(sc->dev), "bundle_max", &sc->tunable_bundle_max);

Completed in 118 milliseconds