Searched refs:max_tpd (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/hatm/
H A Dif_hatm_tx.c276 if (arg->sc->max_tpd > 0) {
277 if (arg->vcc->ntpds + tpds_needed > arg->sc->max_tpd) {
286 (9 * arg->sc->max_tpd) / 10)
H A Dif_hatmvar.h440 u_int max_tpd; /* per VCC */ member in struct:hatm_softc
H A Dif_hatm.c1400 kenv_getuint(sc, "tpdmax", &sc->max_tpd,

Completed in 107 milliseconds