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

/freebsd-10.2-release/sys/dev/fatm/
H A Dif_fatmvar.h228 int retry_tx; /* keep mbufs in queue if full */ member in struct:fatm_softc
H A Dif_fatm.c1650 if (sc->retry_tx && _IF_QLEN(&sc->ifp->if_snd))
1948 if (sc->retry_tx) {
2807 OID_AUTO, "retry_tx", CTLFLAG_RW, &sc->retry_tx, 0,
/freebsd-10.2-release/sys/dev/netmap/
H A Dnetmap.c2297 * retry_tx (and retry_rx, later) prevent looping forever.
2299 int retry_tx = 1, retry_rx = 1; local
2429 if (want_tx && retry_tx && !is_kevent) {
2432 retry_tx = 0;

Completed in 110 milliseconds