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

/freebsd-11-stable/sys/dev/patm/
H A Dif_patm_attach.c268 OID_AUTO, "lbuf_max", CTLFLAG_RD, &sc->lbuf_max,
271 patm_env_getuint(sc, &sc->lbuf_max, "lbuf_max");
523 for (i = 0; i < sc->lbuf_max; i++)
868 if (sc->lbuf_max < IDT_FBQ_SIZE)
869 sc->lbuf_max = LMBUF_MAX;
870 sc->lbufs = malloc(sizeof(sc->lbufs[0]) * sc->lbuf_max,
874 for (i = 0; i < sc->lbuf_max; i++) {
H A Dif_patmvar.h270 u_int lbuf_max; /* maximum number */ member in struct:patm_softc
H A Dif_patm.c275 for (i = 0; i < sc->lbuf_max; i++)

Completed in 114 milliseconds