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

/freebsd-11-stable/sys/dev/patm/
H A Dif_patm_attach.c274 OID_AUTO, "max_txmaps", CTLFLAG_RW, &sc->tx_maxmaps,
277 patm_env_getuint(sc, &sc->tx_maxmaps, "tx_maxmaps");
919 if (sc->tx_maxmaps < PATM_CFG_TXMAPS_MAX)
920 sc->tx_maxmaps = PATM_CFG_TXMAPS_MAX;
H A Dif_patmvar.h302 u_int tx_maxmaps; /* maximum number */ member in struct:patm_softc
H A Dif_patm_tx.c1059 if (sc->tx_nmaps >= sc->tx_maxmaps)

Completed in 111 milliseconds