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.c3092 htole16(sc->tunable_bundle_max); in fxp_load_ucode()
3106 uc->bundle_max_offset == 0 ? 0 : sc->tunable_bundle_max); in fxp_load_ucode()
3131 &sc->tunable_bundle_max, 0, sysctl_hw_fxp_bundle_max, "I", in fxp_sysctl_node()
3140 sc->tunable_bundle_max = TUNABLE_BUNDLE_MAX; in fxp_sysctl_node()
3144 device_get_unit(sc->dev), "bundle_max", &sc->tunable_bundle_max); in fxp_sysctl_node()