tx_mbuf           385 dev/ic/fxp.c   		sc->txs[i].tx_mbuf = NULL;
tx_mbuf           745 dev/ic/fxp.c   		txs->tx_mbuf = m0;
tx_mbuf           848 dev/ic/fxp.c   				if (txs->tx_mbuf != NULL) {
tx_mbuf           853 dev/ic/fxp.c   					m_freem(txs->tx_mbuf);
tx_mbuf           854 dev/ic/fxp.c   					txs->tx_mbuf = NULL;
tx_mbuf          1084 dev/ic/fxp.c   		if (sc->txs[i].tx_mbuf != NULL) {
tx_mbuf          1086 dev/ic/fxp.c   			m_freem(sc->txs[i].tx_mbuf);
tx_mbuf          1087 dev/ic/fxp.c   			sc->txs[i].tx_mbuf = NULL;
tx_mbuf            90 dev/ic/fxpvar.h 	struct mbuf *tx_mbuf;