Home
last modified time | relevance | path

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

/freebsd/sys/dev/fxp/
H A Dif_fxpvar.h213 int tunable_bundle_max; /* max # frames per interrupt (ucode) */ member
H A Dif_fxp.c3106 htole16(sc->tunable_bundle_max); in fxp_load_ucode()
3120 uc->bundle_max_offset == 0 ? 0 : sc->tunable_bundle_max); in fxp_load_ucode()
3145 &sc->tunable_bundle_max, 0, sysctl_hw_fxp_bundle_max, "I", in fxp_sysctl_node()
3154 sc->tunable_bundle_max = TUNABLE_BUNDLE_MAX; in fxp_sysctl_node()
3158 device_get_unit(sc->dev), "bundle_max", &sc->tunable_bundle_max); in fxp_sysctl_node()